Difference between revisions of "Relaxation.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Notes)
(Notes)
Line 18: Line 18:
  
 
==Notes==
 
==Notes==
# 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 [[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.
 
# 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.
  

Revision as of 10:23, 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 relaxation theory parameters 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