Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 0.2.0 release #52

Merged
merged 2 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading