Skip to content

Commit

Permalink
adding description of argument in Solver main doc
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPuzzuoli committed Feb 28, 2024
1 parent 0de2804 commit 1b71ee7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions qiskit_dynamics/solvers/solver_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ class Solver:
carrier frequencies for ``hamiltonian_operators``, and the second entry the list of carrier
frequencies for ``dissipator_operators``. See :func:`.rotating_wave_approximation` for details
on the mathematical approximation.
Additionally, the ``array_library`` argument controls the underlying array representation used
to store and evaluate the model. See the
:ref:`model evaluation section of the Models API documentation <model evaluation>`
for a more detailed description of this argument.
.. note::
When using the ``rwa_cutoff_freq`` optional argument, :class:`.Solver` cannot be
Expand Down

0 comments on commit 1b71ee7

Please sign in to comment.