Skip to content

Commit

Permalink
Prepare 0.2.0 release (#52)
Browse files Browse the repository at this point in the history
* Update README.md

* Fix docstring
  • Loading branch information
caleb-johnson authored Jan 21, 2025
1 parent 8fa61cd commit 02db449
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ And finally, to install the Python package:

### Limitations

- The determinant addresses are interpreted by the ``Dice`` command line application to be 5-byte unsigned integers; therefore, only systems of 40 or fewer orbitals are supported.
- Only closed-shell systems are supported. The particle number of the spin-up and spin-down determinants are expected to be equal.
- The determinant addresses are interpreted by the ``Dice`` command line application to be 16-byte unsigned integers; therefore, only systems of 128 or fewer orbitals are supported.

----------------------------------------------------------------------------------------------------

Expand Down
5 changes: 0 additions & 5 deletions qiskit_addon_dice_solver/dice_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ def solve_hci(
For more information on the ``mpirun`` command line options, refer to the `man page <https://www.open-mpi.org/doc/current/man1/mpirun.1.php>`_.
.. note::
Only closed-shell systems are supported. The particle number for both
spin-up and spin-down determinants is expected to be equal.
.. note::
Determinants are interpreted by the ``Dice`` command line application as 16-byte unsigned integers; therefore, only systems
Expand Down

0 comments on commit 02db449

Please sign in to comment.