Skip to content

Qiskit Nature 0.7.2

Latest
Compare
Choose a tag to compare
@mrossinek mrossinek released this 23 Feb 10:20
· 2 commits to stable/0.7 since this release
d86d4a0

New Features

  • The AngularMomentum.overlap() property will now warn the user, when this matrix is non-unitary.

  • Added support for using Qiskit Nature with Python 3.12.

Bug Fixes

  • Fixes the AngularMomentum operator further to also support cases where the number of beta-spin particles exceeds the number of alpha-spin particles.

  • The commutator methods were faultily trying to call normal_order() on their operands, which are not guaranteed to have this method. Now, they no longer call this method and instead it is up to the user to normal-order the result as needed.