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

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

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

15 May 2017 07:22PM UTC coverage: 69.84% (-0.6%) from 70.441%
513.2

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.

3367 of 4821 relevant lines covered (69.84%)

0.7 hits per line

Source Files on job 513.2
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 513
  • Travis Job 513.2
  • 80c503ac on github
  • Prev Job for on feature/scheduler (#511.2)
  • Next Job for on feature/scheduler (#514.2)
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