Difference between revisions of "Relaxation.m"
(→Notes) |
(→See also) |
||
| Line 22: | Line 22: | ||
==See also== | ==See also== | ||
| − | [[equilibrium.m]], [[thermalize.m]], [[hamiltonian.m]], [[lindbladian.m]] | + | [[equilibrium.m]], [[thermalize.m]], [[hamiltonian.m]], [[lindbladian.m]], [[kinetics.m]] |
''Version 2.2, authors: [[Ilya Kuprov]], [[Luke Edwards]], [[Alexander Karabanov]], [[Walter Kockenberger]]'' | ''Version 2.2, authors: [[Ilya Kuprov]], [[Luke Edwards]], [[Alexander Karabanov]], [[Walter Kockenberger]]'' | ||
Revision as of 10:27, 29 August 2018
Relaxation superoperator.
Contents
Syntax
R=relaxation(spin_system,euler_angles)
Arguments
euler_angles - (optional) spin system orientation, for
solid state systems at low temperature,
where the thermal equilibrium depends
on the orientation
Outputs
R - relaxation superoperator
Notes
- A variety of relaxation theories are supported, see the relaxation theory parameters section of the online manual.
- The function has been written for minimal memory footprint and performs aggressive memory recycling. Relaxation superoperator dimensions in excess of 1,000,000 are in practice feasible.
See also
equilibrium.m, thermalize.m, hamiltonian.m, lindbladian.m, kinetics.m
Version 2.2, authors: Ilya Kuprov, Luke Edwards, Alexander Karabanov, Walter Kockenberger