Difference between revisions of "Relaxation.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Notes)
Line 20: Line 20:
 
# A variety of relaxation theories are supported, see the spin system specification section of the online manual.
 
# A variety of relaxation theories are supported, see the spin system specification 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.
 
# 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==
 
==See also==

Revision as of 10:22, 29 August 2018

Relaxation superoperator.

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

  1. A variety of relaxation theories are supported, see the spin system specification section of the online manual.
  2. 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


Version 2.2, authors: Ilya Kuprov, Luke Edwards, Alexander Karabanov, Walter Kockenberger