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

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

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

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.

3429 of 4821 relevant lines covered (71.13%)

1.42 hits per line

Jobs
ID Job ID Ran Files Coverage
1 514.1 15 May 2017 07:47PM UTC 0
71.04
Travis Job 514.1
2 514.2 15 May 2017 07:47PM UTC 0
71.11
Travis Job 514.2
Source Files on build 514
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #514
  • eed0a6b7 on github
  • Prev Build on feature/scheduler (#513)
  • Next Build on feature/scheduler (#515)
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