Skip to content

Releases: KMU-quantum-classroom/qiskit-classroom-converter

0.1.0

06 Aug 05:07
Compare
Choose a tag to compare

0.1.0 (2023-08-06)

Features :

  • Add latex visualize feature for matrix & formula
  • Add validation code

Fix :

  • change BRA_KET_TO_MATRIX to STR_TO_BRA_KET naming

Deprecate :

  • BRA_KET_TO_MATRIX was changed to STR_TO_BRA_KET and deprecated.
  • drop support for Python 3.8 due to changes support for our dependency.

What's Changed

Full Changelog: 0.0.5...0.1.0

0.0.5

02 Aug 13:20
Compare
Choose a tag to compare

Fix:

  • Changed to get the version from the package's metadata.
  • Disabled 0.0.4 version.

Full Changelog: 0.0.3...0.0.5

0.0.4

02 Aug 12:19
Compare
Choose a tag to compare

Features :

  • Add version information constant
    • include Converter, Qiskit version

Fix:

  • fix error that unnecessarily return value from logger.

Full Changelog: 0.0.3...0.0.4

0.0.3

31 Jul 10:47
Compare
Choose a tag to compare

Fix:

Full Changelog: 0.0.2...0.0.3

0.0.2

30 Jul 00:23
Compare
Choose a tag to compare

What's Changed

Fix:

  • Check the qiskit-aer package and resolve dependencies
  • Change description_file syntax required by build system
  • Reformat code

Full Changelog: 0.0.1...0.0.2

0.0.1

28 Jul 07:58
Compare
Choose a tag to compare

Features:

  • initial release

Support convert method

  • quantum circuit to bra-ket notation
  • quantum circuit to matrix
  • matrix to quantum circuit
  • bra-ket notation to matrix

Full Changelog: https://github.com/KMU-quantum-classroom/qiskit-classroom-converter/commits/0.0.1