Skip to content

Commit

Permalink
Update qiskit_addon_dice_solver/dice_solver.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin J. Sung <[email protected]>
  • Loading branch information
caleb-johnson and kevinsung authored Sep 25, 2024
1 parent f43aa89 commit c7fb520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_addon_dice_solver/dice_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def solve_fermion(
``mpirun_options`` are provided by the user, ``Dice`` will run on a single MPI slot. 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>`_.
working_dir: An absolute path to a directory in which intermediate files can be written to and read from. If
no working directory is provided, one will be created using Python's ``tempfile`` module.
no working directory is provided, the system temporary files directory will be used.
spin_sq: Target value for the total spin squared for the ground state. If ``None``, no spin will be imposed.
clean_working_dir: A flag indicating whether to remove the intermediate files used by the ``Dice``
command line application. If ``False``, the intermediate files will be left in a temporary directory in the
Expand Down

0 comments on commit c7fb520

Please sign in to comment.