steady.m

From Spinach Documentation Wiki
Jump to: navigation, search

Steady state under the repeated action by the same dissipative evolution propagator.

Syntax

   rho=steady(spin_system,P,rho,method)

Parameters

   spin_system - Spinach spin system object

   P           - propagator, an exponential of the Liouvillian that
                 contains a thermalised relaxation superoperator, or
                 a product thereof, for example, from a repeating block
                 of a pulse or a pulse sequence

   rho         - optional initial guess for the steady state; a good
                 guess can significantly accelerate this function. Leave
                 empty otherwise; the first element must always be 1

   method      - steady state solver method: 'newton' by default, or
                 'squaring' for propagator squaring

Outputs

   rho         - steady state under the repeated application of the propagator P

Notes

Only implemented for sphten-liouv formalism so far.

See also

evolution.m, isergen.m, iserstep.m, krylov.m, step.m, Kernel_functions

Version 2.11, authors: Ilya Kuprov