qiskit_versionΒΆ

Qiskit Version (qurry.tools.qiskit_version)

  • This module is for checking the version of qiskit and its packages.

  • For remaking the deprecated :cls:`QiskitVersion` in qiskit.version

since 1.0.0.

class qurry.tools.qiskit_version.QiskitVersion[source]ΒΆ

Get the version of qiskit and its packages.

The replacement of deprecated :cls:`QiskitVersion` in qiskit.version.

qurry.tools.qiskit_version.qiskit_version_statesheet() Hoshi[source]ΒΆ

Get the version of qiskit and its packages as a statesheet.

Returns:

The statesheet of the version of qiskit and its packages.

Return type:

Hoshi

qurry.tools.qiskit_version.qiskit_version_v0_check()[source]ΒΆ

Check the version of qiskit and its packages.

This function checks the version of qiskit and its packages, and raises a warning if the version is lower than 1.0.0. It is recommended to use the latest version of qiskit for compatibility with Qurrium.