Skip to content

build(deps): bump qiskit from 2.4.1 to 2.5.1 - #701

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/qiskit-2.5.1
Open

build(deps): bump qiskit from 2.4.1 to 2.5.1#701
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/qiskit-2.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps qiskit from 2.4.1 to 2.5.1.

Release notes

Sourced from qiskit's releases.

Qiskit 2.5.1

Changelog

Fixed

  • Fix serial_layers global phase copying (#16362) (#16647)
  • Fix transpiler error message with routing_pass when layout_trials or swap_trials is set (#16637) (#16644)
  • Fix deadlock in Optimize1qGatesDecomposition (#16592) (#16645)
  • Clarify error message about gate missing from WrapAngleRegistry (#16633) (#16635)
  • Fix sx resynthesis of negative angles in CommutativeCancellation (#16599) (#16615)
  • Fix tautological boolean oracle synthesis (#16530) (#16543)

Qiskit 2.5.0

Changelog

Added

  • A multi-IR staged pass manager (#16418)
  • Allow 32-bit registers in classical.expr system (#16449)
  • Add C API for inspecting control flow instructions (#16179)
  • Add register query functions to the C API (#16177)
  • Var-based measurement experiments (#16273)
  • Add C API for inspecting classical expressions (#16178)
  • Use GateCount over Depth in Clifford+T pipeline (#16218)
  • Add QuantumCircuit method to compute estimated fidelity (#16292)
  • Add C API for two qubit unitary peephole optimization pass (#16088)
  • Extend litinski transformation for all Pauli rotations (#15974)
  • Add additional Z and X rotation gate handling to CommutativeCancellation (#16191)
  • Add PBC transpilation pipeline (#16270)
  • Add Custom Gates/Instructions in Rust (#15684)
  • Add QubitSparsePauliList.commutes (#16194)
  • extend ConvertToPauliProductRotations to PPRs and PPMs (#16306)
  • Expose qk_{circuit, dag}_global_phase in the C API (#16278)
  • Add generate_clifford_t_pass_manager (#15918)
  • Make uuid public on ParameterVector (#16216)
  • Add DAG-based variant of BasisTranslator transpiler pass in C API (#15783)
  • Add new multithreaded TwoQubitPeepholeOptimization pass (#13419)
  • Improve single-qubit gate count in TwoQubitControlledUDecomposer (#16123)
  • Track PauliLindbladMap generators during parity_sample (#16072)
  • Add auto-generated ctypes bindings to C API (#16067)
  • make plot_bloch_vector accept tuple input (#16103)
  • Improve commutation checking of Pauli product rotations and measurements (#15815)
  • Add option to set the seed_transpiler from environment (#16001)
  • Enable try_matrix & friends for PPR and PPM (#16011)
  • Add control flow support to ConvertToPauliRotations (#15941)
  • Convert Sabre's lookahead to layer-based tracking (#14911)
  • Support commutation check between Pauli-based gates and standard gates (After reverting #15488) (#15925)
  • Extend RemoveIdentityEquivalent and CommutativeOptimization with PauliProductRotations (#15810)
  • Support commutation check between Pauli-based gates and standard gates (#15488)
  • Support phase gates in LitinskiTransformation (#15773)

Fixed

  • Fix OverflowError in QuantumCircuit.for_loop for negative integers in list indexset (#16432) (#16525)
  • Fix Initialize.gates_to_uncompute for integer inputs (#16492) (#16519)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [qiskit](https://github.com/Qiskit/qiskit) from 2.4.1 to 2.5.1.
- [Release notes](https://github.com/Qiskit/qiskit/releases)
- [Changelog](https://github.com/Qiskit/qiskit/blob/main/docs/release_notes.rst)
- [Commits](Qiskit/qiskit@2.4.1...2.5.1)

---
updated-dependencies:
- dependency-name: qiskit
  dependency-version: 2.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file preview-benchmark-results Tag a PR to have it run benchmarks and compare to baseline. labels Jul 27, 2026
@ucc-bench-bot

ucc-bench-bot Bot commented Jul 27, 2026

Copy link
Copy Markdown

📊 Benchmark Summary (ucc-benchmarks-8-core-U22.04)

Comparing new 7162b57 to base 370a9d7 (ucc version as of unitaryfoundation/ucc-bench@b484d02):

  • 🟢 1 improvements in compile_time_ms
  • 🔴 11 regressions in compile_time_ms
  • 🟢 0 improvements in compiled_multiq_gates
  • 🔴 0 regressions in compiled_multiq_gates
🔍 See full benchmark table
Compiler Benchmark Compile Time Base (s) Compile Time New (s) Compile Time Δ MultiQ Gates Δ MultiQ Gates Base MultiQ Gates New
ucc qaoa 0.17 0.17 +2.1% +0.0% 1176 1176
ucc square_heisenberg 0.23 0.21 -10.0% +0.0% 540 540
ucc qcnn 0.04 0.04 +3.8% +0.0% 388 388
ucc qft 0.46 0.47 +2.0% +0.0% 2740 2740
ucc prep_select 1.12 1.12 -0.6% +0.0% 9702 9702
ucc qv 1.77 1.76 -0.8% +0.0% 14856 14856
pytket-peep qaoa 10.39 11.60 +11.7% +0.0% 1176 1176
pytket-peep square_heisenberg 7.57 8.46 +11.9% +0.0% 540 540
pytket-peep qcnn 4.13 4.64 +12.3% +0.0% 388 388
qiskit-default qaoa 0.03 0.03 -2.1% +0.0% 1176 1176
qiskit-default qv 1.76 1.70 -3.5% +0.0% 14854 14854
qiskit-default qft 0.11 0.10 -7.9% +0.0% 3570 3570
qiskit-default square_heisenberg 0.06 0.06 +0.7% +0.0% 540 540
qiskit-default prep_select 0.29 0.28 -2.4% +0.0% 9708 9708
qiskit-default qcnn 0.02 0.02 +1.5% +0.0% 388 388
cirq qaoa 4.59 5.73 +24.8% +0.0% 1176 1176
pytket-peep qft 46.25 50.88 +10.0% +0.0% 4498 4498
cirq qft 29.49 35.77 +21.3% +0.0% 4648 4648
cirq square_heisenberg 6.88 7.90 +14.8% +0.0% 540 540
pytket-peep prep_select 120.82 133.57 +10.5% +0.0% 9698 9698
cirq qcnn 2.25 2.83 +25.9% +0.0% 388 388
cirq prep_select 55.63 66.30 +19.2% +0.0% 9712 9712
pytket-peep qv 208.98 220.00 +5.3% +0.0% 14856 14856
cirq qv 211.46 240.82 +13.9% +0.0% 14856 14856
📜 See standalone benchmark tables

New results:

compiler benchmark_id target_device_id raw_multiq_gates compile_time_ms compiled_multiq_gates compiler_version uid_timestamp num_qubits
ucc qaoa 1176 170.61 1176 0.4.12 2026-07-27 17:26:38+00:00
ucc square_heisenberg 2160 208.59 540 0.4.12 2026-07-27 17:26:38+00:00
ucc qcnn 388 39.27 388 0.4.12 2026-07-27 17:26:38+00:00
ucc qft 10050 465.68 2740 0.4.12 2026-07-27 17:26:38+00:00
ucc prep_select 9744 1115.97 9702 0.4.12 2026-07-27 17:26:38+00:00
ucc qv 15000 1759.65 14856 0.4.12 2026-07-27 17:26:38+00:00
pytket-peep qaoa 1176 11603.00 1176 2.16.0 2026-07-27 17:26:38+00:00
pytket-peep square_heisenberg 2160 8464.26 540 2.16.0 2026-07-27 17:26:38+00:00
pytket-peep qcnn 388 4641.71 388 2.16.0 2026-07-27 17:26:38+00:00
qiskit-default qaoa 1176 33.30 1176 2.4.0 2026-07-27 17:26:38+00:00
qiskit-default qv 15000 1698.46 14854 2.4.0 2026-07-27 17:26:38+00:00
qiskit-default qft 10050 103.90 3570 2.4.0 2026-07-27 17:26:38+00:00
qiskit-default square_heisenberg 2160 60.27 540 2.4.0 2026-07-27 17:26:38+00:00
qiskit-default prep_select 9744 281.32 9708 2.4.0 2026-07-27 17:26:38+00:00
qiskit-default qcnn 388 18.86 388 2.4.0 2026-07-27 17:26:38+00:00
cirq qaoa 1176 5731.19 1176 1.6.1 2026-07-27 17:26:38+00:00
pytket-peep qft 10050 50881.31 4498 2.16.0 2026-07-27 17:26:38+00:00
cirq qft 10050 35767.80 4648 1.6.1 2026-07-27 17:26:38+00:00
cirq square_heisenberg 2160 7897.62 540 1.6.1 2026-07-27 17:26:38+00:00
pytket-peep prep_select 9744 133565.24 9698 2.16.0 2026-07-27 17:26:38+00:00
cirq qcnn 388 2833.37 388 1.6.1 2026-07-27 17:26:38+00:00
cirq prep_select 9744 66297.37 9712 1.6.1 2026-07-27 17:26:38+00:00
pytket-peep qv 15000 219995.58 14856 2.16.0 2026-07-27 17:26:38+00:00
cirq qv 15000 240824.91 14856 1.6.1 2026-07-27 17:26:38+00:00

Baseline results:

compiler benchmark_id target_device_id raw_multiq_gates compile_time_ms compiled_multiq_gates compiler_version uid_timestamp num_qubits
ucc qaoa 1176 167.18 1176 0.4.12 2026-05-27 13:20:19+00:00
ucc square_heisenberg 2160 231.85 540 0.4.12 2026-05-27 13:20:19+00:00
ucc qcnn 388 37.84 388 0.4.12 2026-05-27 13:20:19+00:00
ucc qft 10050 456.58 2740 0.4.12 2026-05-27 13:20:19+00:00
ucc prep_select 9744 1123.03 9702 0.4.12 2026-05-27 13:20:19+00:00
ucc qv 15000 1773.91 14856 0.4.12 2026-05-27 13:20:19+00:00
pytket-peep qaoa 1176 10392.05 1176 2.16.0 2026-05-27 13:20:19+00:00
pytket-peep square_heisenberg 2160 7566.51 540 2.16.0 2026-05-27 13:20:19+00:00
pytket-peep qcnn 388 4134.66 388 2.16.0 2026-05-27 13:20:19+00:00
qiskit-default qaoa 1176 34.01 1176 2.4.0 2026-05-27 13:20:19+00:00
qiskit-default qv 15000 1760.32 14854 2.4.0 2026-05-27 13:20:19+00:00
qiskit-default qft 10050 112.78 3570 2.4.0 2026-05-27 13:20:19+00:00
qiskit-default square_heisenberg 2160 59.87 540 2.4.0 2026-05-27 13:20:19+00:00
qiskit-default prep_select 9744 288.34 9708 2.4.0 2026-05-27 13:20:19+00:00
qiskit-default qcnn 388 18.57 388 2.4.0 2026-05-27 13:20:19+00:00
cirq qaoa 1176 4592.91 1176 1.6.1 2026-05-27 13:20:19+00:00
pytket-peep qft 10050 46249.19 4498 2.16.0 2026-05-27 13:20:19+00:00
cirq qft 10050 29486.29 4648 1.6.1 2026-05-27 13:20:19+00:00
cirq square_heisenberg 2160 6879.08 540 1.6.1 2026-05-27 13:20:19+00:00
pytket-peep prep_select 9744 120820.58 9698 2.16.0 2026-05-27 13:20:19+00:00
cirq qcnn 388 2251.06 388 1.6.1 2026-05-27 13:20:19+00:00
cirq prep_select 9744 55630.21 9712 1.6.1 2026-05-27 13:20:19+00:00
pytket-peep qv 15000 208980.45 14856 2.16.0 2026-05-27 13:20:19+00:00
cirq qv 15000 211463.19 14856 1.6.1 2026-05-27 13:20:19+00:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file preview-benchmark-results Tag a PR to have it run benchmarks and compare to baseline.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants