Difference between revisions of "Ngce.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Arguments)
Line 10: Line 10:
 
       H    - a cell array of spin Hamiltonian commutation
 
       H    - a cell array of spin Hamiltonian commutation
 
             superoperators obtained from an MD trajectory
 
             superoperators obtained from an MD trajectory
 
+
 
       dt  - time step of the MD trajectory, seconds
 
       dt  - time step of the MD trajectory, seconds
  

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