Skip to content

Qiskit Nature 0.4.5

Compare
Choose a tag to compare
@manoelmarques manoelmarques released this 22 Sep 21:03
· 3 commits to stable/0.4 since this release
0b4ae78

Changelog

Bug Fixes

  • Fix the initial point classes to account for the number of times the evolved operators are repeated in the ansatz.
  • Fixes the compatibility of the fermionic excitation generator options which disables spin preserving while also enabling generalized behavior. Now, combining generalized=True with preserve_spin=False results in all combinations of excitations in the given spin orbital space. De-excitations are not included and filtered accordingly.
  • Fixes the qiskit_nature.runtime.VQEClient to correctly detect the type of the wrapped auxiliary operators. Previously, it would always wrap them into a dictionary and then fail when unwrapping them later, since it did not preserve the previously wrapped data type.