Difference between revisions of "Lindbladian.m"

From Spinach Documentation Wiki
Jump to: navigation, search
m (Rename Arguments section heading to Parameters)
(Update function See also links and function index membership)
 
Line 27: Line 27:
  
 
==See also==
 
==See also==
[[relaxation.m]], [[equilibrium.m]]
+
[[relaxation.m]], [[equilibrium.m]], [[bos2ist.m]], [[boson_mono.m]], [[boson_ortho.m]], [[centrans.m]], [[ct2ist.m]], [[enlev2bm.m]], [[enlev2ist.m]], [[hamiltonian.m]], [[kinetics.m]], [[oper2bm.m]], [[oper2ist.m]], [[operator.m]], [[orientation.m]], [[propagator.m]], [[sin_tran.m]], [[weyl.m]], [[Kernel_functions]]
  
 
''Version 2.4, authors: [[Ilya Kuprov]]''
 
''Version 2.4, authors: [[Ilya Kuprov]]''

Latest revision as of 19:38, 6 June 2026

Generates a Lindblad superoperator from user-specified left-side and right-side product superoperators and calibrates it using the experimental relaxation rate of a user-specified state.

Syntax

    R=lindbladian(A_left,A_right,rho,rlx_rate)

Parameters

    A_left   - left side product superoperator of the 
               interaction that is causing relaxation
               (see operator.m and hamiltonian.m)

    A_right  - right side product superoperator of the
               same interaction

    rho      - the state vector whose relaxation rate
               is known from the experiment 

    rlx_rate - experimental relaxation rate of rho

Outputs

    R        - Lindblad relaxation superoperator indu-
               ced by the interaction A, such that
               <rho|R|rho>/norm(rho,2)^2 = -rlx_rate

See also

relaxation.m, equilibrium.m, bos2ist.m, boson_mono.m, boson_ortho.m, centrans.m, ct2ist.m, enlev2bm.m, enlev2ist.m, hamiltonian.m, kinetics.m, oper2bm.m, oper2ist.m, operator.m, orientation.m, propagator.m, sin_tran.m, weyl.m, Kernel_functions

Version 2.4, authors: Ilya Kuprov