qiskit
qiskit copied to clipboard
Add C release level + versioning docs
Summary
As follow-up to #14423, this PR adds release level and serial to the C API versioning. It also includes a docs page to document the macros.
Details and comments
- If people prefer we can also add this only on
main, but I thought it'd be nice to have the full versioning (and proper docs) in the same release. - If this is fine, I'll prepare the port to
mainafter this PR
One or more of the following people are relevant to this code:
- @Eric-Arellano
- @abbycross
- @beckykd
@Qiskit/terra-core
Pull Request Test Coverage Report for Build 17068337967
Warning: This coverage report may be inaccurate.
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
- For more information on this, see Tracking coverage changes with pull request builds.
- To avoid this issue with future PRs, see these Recommended CI Configurations.
- For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
Details
- 0 of 0 changed or added relevant lines in 0 files are covered.
- 2705 unchanged lines in 59 files lost coverage.
- Overall coverage increased (+0.6%) to 88.279%
| Files with Coverage Reduction | New Missed Lines | % |
|---|---|---|
| crates/accelerate/src/circuit_library/pauli_evolution.rs | 1 | 98.98% |
| crates/circuit/src/lib.rs | 1 | 94.57% |
| qiskit/circuit/commutation_checker.py | 1 | 94.74% |
| qiskit/passmanager/passmanager.py | 1 | 94.32% |
| qiskit/transpiler/passes/layout/sabre_layout.py | 1 | 93.33% |
| qiskit/transpiler/passes/optimization/elide_permutations.py | 1 | 91.3% |
| qiskit/transpiler/passes/optimization/split_2q_unitaries.py | 1 | 91.3% |
| qiskit/transpiler/passes/routing/commuting_2q_gate_routing/commuting_2q_gate_router.py | 1 | 98.21% |
| qiskit/transpiler/passes/scheduling/scheduling/base_scheduler.py | 1 | 97.3% |
| qiskit/transpiler/passes/optimization/inverse_cancellation.py | 2 | 95.12% |
| <!-- | Total: | 2705 |
| Totals | |
|---|---|
| Change from base Build 16723041178: | 0.6% |
| Covered Lines: | 88095 |
| Relevant Lines: | 99792 |