dq.FloquetResult
Result of the Floquet integration.
Attributes
-
modes
(array of shape (..., ntsave, n, n, 1))
–
Saved Floquet modes.
-
quasienergies
(array of shape (..., n))
–
Saved quasienergies
-
T
(float)
–
Drive period
-
infos
(PyTree or None)
–
Solver-dependent information on the resolution.
-
tsave
(array of shape (ntsave,))
–
Times for which results were saved.
-
solver
(Solver)
–
Solver used.
-
gradient
(Gradient)
–
Gradient used.
-
options
(Options)
–
Options used.
Result of running multiple simulations concurrently
The resulting Floquet modes and quasienergies are batched according to the
leading dimensions of the Hamiltonian H
. For example if H
has shape
(2, 3, n, n), then modes
has shape (2, 3, ntsave, n, n, 1).
See the Batching simulations tutorial for more details.