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.