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

BBN-Q / QGL / 513
72%
master: 57%

Build:
Build:
LAST BUILD BRANCH: feature/aps3-amc599
DEFAULT BRANCH: master
Ran 15 May 2017 07:34PM UTC
Jobs 2
Files 44
Run time 47s
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
513

push

travis-ci

blakejohnson
Add a scheduler to parallelize serial pulse sequences.

Basic functionality works with a simple stream of single qubit gates and
measurements. Does not yet handle control flow. Initial work on 2-qubit gates
reveals a potential representation problem. This issue is that some gates like
CNOT_CR actually return a list. If we simply flatten this list and then proceed
like normal, than a sequence like:
    seq = [X(q1), CNOT(q2, q3), Y(q1)]

would cause the scheduler to place the Y(q1) "inside" the unrolled CNOT(q2, q3).
This suggests to me that we may need to introduce another representation for
gate sequences like CNOT_CR so that we can properly recognize them as a unit.

3377 of 4821 relevant lines covered (70.05%)

1.4 hits per line

Jobs
ID Job ID Ran Files Coverage
1 513.1 15 May 2017 07:35PM UTC 0
69.96
Travis Job 513.1
2 513.2 15 May 2017 07:34PM UTC 0
69.84
Travis Job 513.2
Source Files on build 513
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #513
  • 80c503ac on github
  • Prev Build on feature/scheduler (#511)
  • Next Build on feature/scheduler (#514)
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