Difference between revisions of "Rydmr.m"

From Spinach Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
Singlet-singlet RYDMR experiment.
+
Singlet-singlet RYDMR experiment. This is a spin chemistry experiment involving a radical pair. See http://dx.doi.org/10.1080/00268979809483134 for a detailed description. This function uses the full kinetics superoperator and computes the singlet yield of a radical pair recombination reaction.
  
 
==Syntax==
 
==Syntax==
  
 
     A=rydmr(spin_system,parameters,H,R,K)
 
     A=rydmr(spin_system,parameters,H,R,K)
 
==Description==
 
This is a spin chemistry experiment involving a radical pair. See http://dx.doi.org/10.1080/00268979809483134 for a detailed description. This function uses the full kinetics superoperator and computes the singlet yield of a radical pair recombination reaction.
 
  
 
==Arguments==
 
==Arguments==
Line 13: Line 10:
 
                           1e-2 is generally good
 
                           1e-2 is generally good
  
==Returns==
+
==Outputs==
  
 
     A - fractional singlet yield
 
     A - fractional singlet yield
Line 21: Line 18:
  
 
==Notes==
 
==Notes==
For a simplified (and much faster) exponential recombination kinetics model, see [[rydmr_exp.m]] function.
+
# This function runs much faster on Tesla GPUs.
 +
# For a simplified (and much faster) exponential recombination kinetics model, see [[rydmr_exp.m]] function.
  
 
==See also==
 
==See also==

Revision as of 11:07, 22 August 2018

Singlet-singlet RYDMR experiment. This is a spin chemistry experiment involving a radical pair. See http://dx.doi.org/10.1080/00268979809483134 for a detailed description. This function uses the full kinetics superoperator and computes the singlet yield of a radical pair recombination reaction.

Syntax

    A=rydmr(spin_system,parameters,H,R,K)

Arguments

    parameters.tol     -  BICG solver tolerance,
                          1e-2 is generally good

Outputs

    A - fractional singlet yield

Examples

See examples/spin_chemistry directory.

Notes

  1. This function runs much faster on Tesla GPUs.
  2. For a simplified (and much faster) exponential recombination kinetics model, see rydmr_exp.m function.

See also

rydmr_exp.m


Version 1.10, authors: Ilya Kuprov