| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Qiskit 2.2.2 source code.tar.gz | 2025-10-22 | 7.3 MB | |
| Qiskit 2.2.2 source code.zip | 2025-10-22 | 9.2 MB | |
| README.md | 2025-10-22 | 837 Bytes | |
| Totals: 3 Items | 16.5 MB | 1 | |
Changelog
Fixed
- Fix qpy.dump failure with gzip write streams in QPY v16 (backward seek unsupported) (#15158) (#15226)
- Raise exception not panic on bad
ConsolidateBlocksinput (#15110) (#15218) - Fix schedule analysis passes with empty circuits (#15147) (#15216)
- Fix qubit mapping in
ConsolidateBlockscontrol-flow blocks (#15083) (#15214) - Fixing inverse methods for MCPhase and MCU1 gates (#15181) (#15211)
- Deepcopy BoxOp bodies when copying circuits (#14918) (#15153)
- Fix textdrawer for controlflow with different regs (#15155) (#15163)
- Fix incorrect mapping of ControlFlow block qargs in
BasisTranslator(#15143) (#15150) - Check target gates are parameterized in optimize1qgatesdecomposition (backport [#15131]) (#15140)
- Avoid panics in
Optimize1qGatesDecomposition(#15117) (#15119)