• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

BBN-Q / QGL / 542
57%

Build:
DEFAULT BRANCH: master
Ran 08 Jun 2017 04:08PM UTC
Jobs 2
Files 46
Run time 33s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
542

push

travis-ci

blakejohnson
Go back to broadcasting all control flow.

To support more narrow control flow channel targets, we need a mechanism to
expand channel targets of Wait() and friends with other channels associated with
`Qubit`s. For instance,
	seq = [WAIT((q1,)), X(q1), MEAS(q1)]
really needs to be interpetted as
	seq = [WAIT((q1, M-q1)), X(q1), MEAS(q1)]
or even
	seq = [WAIT((q1, M-q1, q1-gate, M-q1-gate, digitizerTrig, slaveTrig)),
	       X(q1),
		   MEAS(q1)]
since those other channels will be in the sequence after other compiler passes
run.

Multi-qubit sequences expand the list even further such that we need to include
`Edge`s.

Until we have a mechanism that can do this, I am reverting to simple
broadcasting of all control flow.

3546 of 4887 relevant lines covered (72.56%)

1.45 hits per line

Jobs
ID Job ID Ran Files Coverage
1 542.1 08 Jun 2017 04:08PM UTC 0
72.48
Travis Job 542.1
2 542.2 08 Jun 2017 04:08PM UTC 0
72.54
Travis Job 542.2
Source Files on build 542
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #542
  • 2ba8d064 on github
  • Prev Build on master (#541)
  • Next Build on master (#545)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc