Difference between revisions of "Relaxation.m"
m (Rename Arguments section heading to Parameters) |
(Update function See also links and function index membership) |
||
| Line 26: | Line 26: | ||
==See also== | ==See also== | ||
| − | [[equilibrium.m]], [[thermalize.m]], [[hamiltonian.m]], [[lindbladian.m]], [[kinetics.m]], [[magpump.m]] | + | [[equilibrium.m]], [[thermalize.m]], [[hamiltonian.m]], [[lindbladian.m]], [[kinetics.m]], [[magpump.m]], [[bos2ist.m]], [[boson_mono.m]], [[boson_ortho.m]], [[centrans.m]], [[ct2ist.m]], [[enlev2bm.m]], [[enlev2ist.m]], [[oper2bm.m]], [[oper2ist.m]], [[operator.m]], [[orientation.m]], [[propagator.m]], [[sin_tran.m]], [[weyl.m]], [[Kernel_functions]] |
''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 19:40, 6 June 2026
Relaxation superoperator.
Syntax
R=relaxation(spin_system,euler_angles)
Parameters
euler_angles - three Euler angles, ZYZ active convention in radians,
specifying system orientation relative to the input
orientation; required by relaxation theories that
support relaxation-rate anisotropy, and ignored by
theories that do not
Outputs
R - relaxation superoperator
Notes
- A variety of relaxation theories are supported, see the relaxation theory parameters section of the online manual.
- Spinach context functions include kinetics superoperators into the total Liovillian automatically.
- 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, magpump.m, bos2ist.m, boson_mono.m, boson_ortho.m, centrans.m, ct2ist.m, enlev2bm.m, enlev2ist.m, oper2bm.m, oper2ist.m, operator.m, orientation.m, propagator.m, sin_tran.m, weyl.m, Kernel_functions
Version 2.2, authors: Ilya Kuprov, Luke Edwards, Alexander Karabanov, Walter Kockenberger