Skip to content

0.5.0

Compare
Choose a tag to compare
@minwook-shin minwook-shin released this 06 Mar 03:41
· 29 commits to main since this release
efbe090

0.5.0 (2024-03-06)

The Version has been updated to be compatible with Qiskit 1.0.0 and Python 3.12.

Qiskit Dependencies:

Other Dependencies:

  • Bump numpy from 1.26.2 to 1.26.4
  • Bump notebook from 7.0.6 to 7.1.1
  • Bump pdoc from 14.1.0 to 14.4.0
  • Bump pylint from 3.0.2 to 3.1.0
  • Bump coverage from 7.3.2 to 7.4.3

Changes:

  • Updated the QuantumCircuitToMatrixConverter class to be compatible with Qiskit 1.0.0.
    • The Bit class in Qiskit 1.0.0 no longer has register and index attributes.
    • The actual_convert_action method of the QuantumCircuitToMatrixConverter class has been updated to use QuantumCircuit.find_bit() instead of directly accessing the index attribute of a Bit object.
  • optimized the code to be compatible with qiskit 1.0.0
  • added unittest to be compatible with python 3.12

What's Changed

Full Changelog: 0.4.3...0.5.0

docker container : https://github.com/KMU-quantum-classroom/docker-registry/pkgs/container/qiskit-classroom-converter