Release Notes

0.2.0

New Features

  • Bitstrings are no longer limited to 80 bits. Bitstrings up to length 256 are now accepted.

  • Open shell systems are now supported in qiskit_addon_dice_solver.solve_fermion() by setting the open_shell keyword argument to True. If set to True, the left and right halves of the input bitstrings may contain different hamming weights.

    Open shell systems are also supported in qiskit_addon_dice_solver.solve_hci(). Alpha and beta determinants are no longer expected to have the same hamming weights.

Upgrade Notes