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

Update backend api docs #334

Merged
3 changes: 3 additions & 0 deletions qiskit_dynamics/backend/dynamics_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,9 @@ def from_backend(
rotating_frame: Rotating frame argument for the internal :class:`.Solver`. Defaults to
``"auto"``, allowing this method to pick a rotating frame.
array_library: Array library with which to store the operators in the :class:`.Solver`.
See the
:ref:`model evaluation section of the Models API documentation <model evaluation>`
for a more detailed description of this argument.
vectorized: If a Lindblad terms are present, whether or not to build the
:class:`.Solver` in a vectorized mode.
rwa_cutoff_freq: Rotating wave approximation argument for the internal :class:`.Solver`.
Expand Down
Loading