Skip to content

Commit

Permalink
Merge pull request #1675 from hodgestar/feature/update-floquet-guide-…
Browse files Browse the repository at this point in the history
…fesolve-call

Fix parameters in call to fsesolve.
  • Loading branch information
hodgestar committed Sep 27, 2021
2 parents 9b235c4 + a377949 commit e077c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guide/dynamics/dynamics-floquet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ For convenience, all the steps described above for calculating the evolution of

.. code-block:: python
output = fsesolve(H, psi0, times, [num(2)], args)
output = fsesolve(H, psi0=psi0, tlist=tlist, e_ops=[qutip.num(2)], args=args)
p_ex = output.expect[0]
.. _floquet-dissipative:
Expand Down

0 comments on commit e077c29

Please sign in to comment.