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

Qiskit / qiskit-terra
87%
main: 87%

Build:
Build:
LAST BUILD BRANCH: sparsepauliop_default_init
DEFAULT BRANCH: main
Repo Added 12 Jun 2019 07:02PM UTC
Files 1268
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

LAST BUILD ON BRANCH stable/0.25
branch: stable/0.25
CHANGE BRANCH
x
Reset
  • stable/0.25
  • dnm-fix-retrigger-wheel-builds
  • jaygambetta-patch-1
  • main
  • mergify/bp/stable/0.24/pr-10126
  • mergify/bp/stable/0.24/pr-10148
  • mergify/bp/stable/0.24/pr-10176
  • mergify/bp/stable/0.24/pr-10373
  • mergify/bp/stable/0.24/pr-10376
  • mergify/bp/stable/0.24/pr-10389
  • mergify/bp/stable/0.24/pr-10395
  • mergify/bp/stable/0.24/pr-10405
  • mergify/bp/stable/0.24/pr-10411
  • mergify/bp/stable/0.24/pr-10419
  • mergify/bp/stable/0.24/pr-10439
  • mergify/bp/stable/0.25/pr-10437
  • mergify/bp/stable/0.25/pr-10438
  • mergify/bp/stable/0.25/pr-10443
  • mergify/bp/stable/0.25/pr-10452
  • mergify/bp/stable/0.25/pr-10455
  • mergify/bp/stable/0.25/pr-10463
  • mergify/bp/stable/0.25/pr-10466
  • mergify/bp/stable/0.25/pr-10469
  • mergify/bp/stable/0.25/pr-10471
  • mergify/bp/stable/0.25/pr-10476
  • mergify/bp/stable/0.25/pr-10478
  • mergify/bp/stable/0.25/pr-10479
  • mergify/bp/stable/0.25/pr-10484
  • mergify/bp/stable/0.25/pr-10500
  • mergify/bp/stable/0.25/pr-10503
  • mergify/bp/stable/0.25/pr-10506
  • mergify/bp/stable/0.25/pr-10511
  • mergify/bp/stable/0.25/pr-10512
  • mergify/bp/stable/0.25/pr-10522
  • mergify/bp/stable/0.25/pr-10523
  • mergify/bp/stable/0.25/pr-10530
  • mergify/bp/stable/0.25/pr-10532
  • mergify/bp/stable/0.25/pr-10537
  • mergify/bp/stable/0.25/pr-10538
  • mergify/bp/stable/0.25/pr-10543
  • mergify/bp/stable/0.25/pr-10550
  • mergify/bp/stable/0.25/pr-10555
  • mergify/bp/stable/0.25/pr-10558
  • mergify/bp/stable/0.25/pr-10580
  • mergify/bp/stable/0.25/pr-10598
  • mergify/bp/stable/0.25/pr-10610
  • mergify/bp/stable/0.25/pr-10619
  • mergify/bp/stable/0.25/pr-10639
  • mergify/bp/stable/0.25/pr-10652
  • mergify/bp/stable/0.25/pr-10655
  • mergify/bp/stable/0.25/pr-8967
  • mergify/bp/stable/0.25/pr-9536
  • revert-10124-feature/passmanager-refactoring-pr1
  • revert-10454-revert-pass-manager-module
  • stable/0.23
  • stable/0.24

17 Aug 2023 09:23PM UTC coverage: 87.241% (-0.02%) from 87.259%
5896087497

push

github

web-flow
Prepare 0.25.1 release (#10644)

* Prepare 0.25.1 release

This commit prepares the 0.25.1 release, this consists of bumping the
version number to 0.25.` in all the appropriate files. It also adds a
prelude release note to provide a brief introduction to the release.
When this commit merges it should be tagged as the 0.25.1 release.
Of particular note for this release, this is the first time we'll be
releasing the qiskit package from the qiskit-terra repo and also the
first time we're publishing the documentation from this repo too.

* Fix repository_owner condition docs_deploy gha job (#10635)

This commit fixes an issue in the job definition for the new docs
deployment job added in #10610. The new jobs are conditioned to only
execute from the Qiskit/qiskit-terra repo. However that line is being
flagged as a syntax error in github. This seems to be due to the double
quotes used for `"Qiskit"`. A similar condition exists on the
pre-existing github actions jobs but they use a single quote instead of
a double and they function correctly. This commit updates the condition
to used single quotes to match the working syntax in other jobs.

(cherry picked from commit d25f90532)

74102 of 84939 relevant lines covered (87.24%)

60978.87 hits per line

Relevant lines Covered
Build:
Build:
84939 RELEVANT LINES 74102 COVERED LINES
60978.87 HITS PER LINE
Source Files on stable/0.25
  • Tree
  • List 1260
  • Changed 23
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
5896087497 stable/0.25 Prepare 0.25.1 release (#10644) * Prepare 0.25.1 release This commit prepares the 0.25.1 release, this consists of bumping the version number to 0.25.` in all the appropriate files. It also adds a prelude release note to provide a brief intr... push 17 Aug 2023 09:59PM UTC web-flow github
87.24
5895308192 stable/0.25 Fix performance of Sabre rust<->Python boundary (#10652) (#10659) * Fix performance of Sabre rust<->Python boundary In #10366 the SabreLayout and SabreSwap passes were refactored to support nested control flow blocks. As part of that refactor a ... push 17 Aug 2023 08:31PM UTC web-flow github
87.23
5894192721 stable/0.25 Revert to one release notes file (#10639) (#10649) * Delete release_notes.rst * Rename file * Rewrite the prelude * Reduce nesting of headers * Oops, fix bad headers (cherry picked from commit 0388d543d) Co-au... push 17 Aug 2023 06:17PM UTC web-flow github
87.25
5893372895 stable/0.25 Pin sphinx version to less than 7.2 (#10655) (#10658) The recent Sphinx 7.2 release is causing errors during docs jobs around the furo style sheet. There seems to be a compatibility issue between furo, qiskit_sphinx_theme, and this new Sphinx r... push 17 Aug 2023 04:54PM UTC web-flow github
87.24
5883998077 stable/0.25 Fix classical-synthesis label ordering with `registerless=False` (#9536) (#10647) * follow the Tweedledum convention on endianness * reno * add test * optional dep * docstring * reno * attempt to fix sphinx --------- Co-authored-by: Julie... push 16 Aug 2023 09:56PM UTC web-flow github
87.26
5883328924 stable/0.25 Add GitHub Actions documentation-deployment pipeline (backport #10610) (#10638) * Add GitHub Actions documentation-deployment pipeline (#10610) * Add GitHub Actions documentation-deployment pipeline This brings a documentation-deployment pipeli... push 16 Aug 2023 08:39PM UTC web-flow github
87.24
5881560609 stable/0.25 Reject bad values in `SparsePauliOp.paulis` setter (#10437) (#10643) * Fix Sparse pauli setter to update dimension info * Fix Sparse pauli setter to verify dimension info Value error will be raised if: 1. Number of qubits are not equal 2. Numbe... push 16 Aug 2023 05:28PM UTC web-flow github
87.24
5872516943 stable/0.25 Fixing the tools for plotting Pauli vec (#10619) (#10637) * fixing the plot for pauli_vec to scaled to pm 1 * testing * linting * ref figure * Update docstring to define Paulivector * add reno --------- Co-authored-by: Julien Gacon <gaconj... push 15 Aug 2023 11:31PM UTC web-flow github pending completion  
5871930093 stable/0.25 Migrate documentation and benchmarks from metapackage (#10611) (#10632) This cross-repository merge unifies the documentation, benchmarks and code of conduct from the metapackage into Qiskit/Terra's build. There are very non-trivial merge confli... push 15 Aug 2023 10:02PM UTC web-flow github pending completion  
5870493218 stable/0.25 Move metapackage shim for combined releases (backport #10530) (#10636) * Move metapackage shim for combined releases (#10530) * Move metapackage shim for combined releases Now that Qiskit 0.44.0 has been released, the Qiskit project is now what... push 15 Aug 2023 07:07PM UTC web-flow github pending completion  
See All Builds (26816)
  • Repo on GitHub
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

© 2025 Coveralls, Inc