Difference between revisions of "Ngce.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:ngce.m.m}} Numerical generalised cumulant expansion route to the relaxation superoperator to second order, which is equivalent to Redfield theory. ==Syntax==...")
 
Line 1: Line 1:
{{DISPLAYTITLE:ngce.m.m}}
+
{{DISPLAYTITLE:ngce.m}}
 
Numerical generalised cumulant expansion route to the relaxation superoperator to second order, which is equivalent to Redfield theory.
 
Numerical generalised cumulant expansion route to the relaxation superoperator to second order, which is equivalent to Redfield theory.
  

Revision as of 11:17, 21 August 2018

Numerical generalised cumulant expansion route to the relaxation superoperator to second order, which is equivalent to Redfield theory.

Syntax

    R=ngce(H,dt)

Arguments

     H    - a cell array of spin Hamiltonian commutation
            superoperators obtained from an MD trajectory
     dt   - time step of the MD trajectory, seconds

Outputs

     R    - laboratory frame relaxation superoperator

Notes

The trajectory must be at least five times longer than the longest correlation time expected in the system.

See also

relaxation.m, lindbladian.m, magpump.m


Version 2.2, authors: Ilya Kuprov