Skip to content

Qiskit 0.25.2

Choose a tag to compare

@qiskit-bot qiskit-bot released this 02 Oct 19:06
· 3120 commits to main since this release
0.25.2
cfc697b

Changelog

Fixed

  • Fix issues with ControlFlowOp displays (#10842) (#10917)
  • Fix Clifford.from_operator to fail with non-Clifford diagonal operators (#10904) (#10910)
  • Support passing empty lists to Pauli delete method (#10849) (#10896)
  • Allow dynamical decoupling pass to work on circuits with pulse gates (#10834) (#10848)
  • qreg_creg_descending calls deprecated Bit.index (#10843) (#10845)
  • Fix GateDirection pass (#10825) (#10840)
  • Fix qpy for multiple controlled parametrized gates (#10758) (#10795)
  • Handle final comments with no terminating newline in OpenQASM 2 (#10773) (#10778)
  • Support new-style Bit in Pauli convertor from QuantumCircuit (#10757) (#10760)
  • Add validation to Sampler if there are no measurements (#10642) (#10722)