Difference between revisions of "Homospoil.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Created page with "Emulates a strong homospoil pulse - only zero-frequency states survive the process. Syntax: rho=homospoil(spin_system,rho,zqc_flag) Parameters: ...")
 
Line 1: Line 1:
Emulates a strong homospoil pulse - only zero-frequency states
+
{{DISPLAYTITLE:homospoil.m}}
survive the process. Syntax:
+
Emulates a strong homospoil pulse - only zero-frequency states with respect to the carrier frequencies (chemical shifts are not considered) survive the process.
  
                rho=homospoil(spin_system,rho,zqc_flag)
+
==Syntax==
  
Parameters:
+
    rho=homospoil(spin_system,rho,zqc_flag)
  
            rho - a state vector or a horizontal stack thereof
+
==Arguments==
  
      zqc_flag - a flag controlling the fate of zero-quantum  
+
        rho - a state vector or a horizontal stack thereof
                  coherences. If set to 'keep', causes ZQCs to
+
                  survive the process, approximating experimen-
+
    zqc_flag - a flag controlling the fate of zero-quantum  
                  tal behaviour. If set to 'destroy', wipes the
+
              coherences. If set to 'keep', causes ZQCs to
                  zero-quantum coherences - only the longitudi-
+
              survive the process, approximating experimen-
                  nal states survive the process.
+
              tal behaviour. If set to 'destroy', wipes the
 +
              zero-quantum coherences - only the longitudi-
 +
              nal states survive the process.
  
Note: this function is only available for sphten-liouv formalism.
+
==Outputs==
 +
 
 +
        rho  - the state vector(s) with only the longitudi-
 +
              nal or only the zero-quantum states kept
 +
 
 +
==Notes==
 +
This function is only available for sphten-liouv formalism; it supports Fokker-Planck direct products.
 +
 
 +
==See also==
 +
[[coherence.m]], [[correlation.m]], [[decouple.m]]
 +
 
 +
 
 +
''Version 2.2, authors: [[Ilya Kuprov]]''

Revision as of 14:37, 28 August 2018

Emulates a strong homospoil pulse - only zero-frequency states with respect to the carrier frequencies (chemical shifts are not considered) survive the process.

Syntax

    rho=homospoil(spin_system,rho,zqc_flag)

Arguments

        rho - a state vector or a horizontal stack thereof

   zqc_flag - a flag controlling the fate of zero-quantum 
              coherences. If set to 'keep', causes ZQCs to
              survive the process, approximating experimen-
              tal behaviour. If set to 'destroy', wipes the
              zero-quantum coherences - only the longitudi-
              nal states survive the process.

Outputs

       rho  - the state vector(s) with only the longitudi-
              nal or only the zero-quantum states kept

Notes

This function is only available for sphten-liouv formalism; it supports Fokker-Planck direct products.

See also

coherence.m, correlation.m, decouple.m


Version 2.2, authors: Ilya Kuprov