Skip to content

Qiskit 1.3.2

Latest
Compare
Choose a tag to compare
@qiskit-bot qiskit-bot released this 20 Jan 11:21
· 91 commits to main since this release
1.3.2
7254fb4

Changelog

Fixed

  • Fix 4-pi periodicity of controlled rotations in the CommutationChecker (#13670) (#13676)
  • More conservative caching in the CommutationChecker (#13600) (#13677)
  • Fix an error in qasm3 exporter when operating on unitary gates (#13633) (#13663)
  • Fix PauliEvolutionGate (using product formulas) for all-identity Pauli terms (#13634) (#13658)
  • Fix UnitarySynthesis pass bug when target contains global gates (#13651) (#13656)
  • Fix Target.instruction_supported when target.num_qubits == None (#13655) (#13657)
  • fix the 0 complex part (#13643) (#13646)
  • Fix phase of pauli_list.insert(..., qubit=True) for length-1 pauli_list (#13624) (#13637)
  • Fix UnitarySynthesis for 3+ qubits when compiled for a backend (#13591) (#13619)
  • Only apply MCMT plugin on MCMTGate (#13596) (#13618)
  • Fix SparsePauliOp initialization with dense Y labels (#13580) (#13611)
  • Fix behavior of n_local calling circuits for num_qubits=1 (#13523) (#13575)