Difference between revisions of "Thermalize.m"
(Created page with "Modifies a symmetric relaxation superoperator to relax the system towards a user-specified state. Liouville space spherical tensor formalism only. Syntax: R...") |
|||
| Line 1: | Line 1: | ||
| − | Modifies a symmetric relaxation superoperator to relax the system | + | {{DISPLAYTITLE:thermalize.m}} |
| − | towards a user-specified state. | + | Modifies a symmetric relaxation superoperator to relax the system towards a user-specified state using the Levante-Ernst method (https://doi.org/10.1016/0009-2614(95)00578-R) which works by adding one-way cross-relaxation with the unit state. |
| − | |||
| − | + | ==Syntax== | |
| + | |||
| + | R=thermalize(spin_system,R,rho) | ||
| + | |||
| + | ==Arguments== | ||
| + | |||
| + | R - a relaxation superoperator that drives the | ||
| + | system to the zero state | ||
| + | |||
| + | rho - desired relaxation destination | ||
| + | |||
| + | ==Outputs== | ||
| + | |||
| + | R - the relaxation superoperator that drives the | ||
| + | system to the state requested | ||
| + | |||
| + | ==Notes== | ||
| + | Liouville space spherical tensor formalism only. | ||
| + | |||
| + | ==See also== | ||
| + | [[magpump.m]], [[relaxation.m]], [[kinetics.m]], [[lindbladian.m]] | ||
| + | |||
| + | |||
| + | ''Version 2.2, authors: [[Ilya Kuprov]]'' | ||
Revision as of 10:36, 29 August 2018
Modifies a symmetric relaxation superoperator to relax the system towards a user-specified state using the Levante-Ernst method (https://doi.org/10.1016/0009-2614(95)00578-R) which works by adding one-way cross-relaxation with the unit state.
Contents
Syntax
R=thermalize(spin_system,R,rho)
Arguments
R - a relaxation superoperator that drives the
system to the zero state
rho - desired relaxation destination
Outputs
R - the relaxation superoperator that drives the
system to the state requested
Notes
Liouville space spherical tensor formalism only.
See also
magpump.m, relaxation.m, kinetics.m, lindbladian.m
Version 2.2, authors: Ilya Kuprov