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

Qiskit / qiskit-terra / 9873
87%
main: 87%

Build:
Build:
LAST BUILD BRANCH: sparsepauliop_default_init
DEFAULT BRANCH: main
Ran 17 Jun 2019 08:57PM UTC
Jobs 1
Files 330
Run time 22s
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
9873

push

travis-ci-com

taalexander
Brought pulse command naming in line with circuit Registers (#2593). (#2623)

* Braught pulse command naming in line with circuit Registers (#2593).

* Added create_name(...) to command.py that can be used to set pulse command names.

* Added an instance counter to class Command and its children.

If a pulse command is not given a name it will have the name 'prefix%d' where
%d counts the number of class instances. The default prefixes are
* Command: c
* SamplePulse: p
* FrameChange: fc
* PersistentValue: pv
* Acquire: acq
* Snapshot: snap

* Brought pulse command naming in line with circuit Registers (#2593)

* Changed create_method to classmethod from staticmethod
* SubClass prefixes are now class variables

* Brought pulse command naming in line with circuit Registers (#2593).

* Implementer the class counter using a metaclass instead of itertools.

* Brought pulse command naming in line with circuit Registers (#2593).

* Added a test case to ensure class counter is properly incremented.

* * Added pylint: disable=E1101 for the instances counter.

* Removed method increment_counter() in command.py. Incrementing is now done in create_name(name).

* * Removed **kwargs from class MetaCount.

13657 of 18012 relevant lines covered (75.82%)

0.76 hits per line

Jobs
ID Job ID Ran Files Coverage
3 9873.3 (PYTHON="coverage run --source qiskit --parallel-mode") 17 Jun 2019 08:57PM UTC 0
75.82
Travis Job 9873.3
Source Files on build 9873
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #9873
  • 508feafe on github
  • Prev Build on master (#9869)
  • Next Build on master (#9880)
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