Difference between revisions of "Get coupling.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:get_coupling.m}} __NOTOC__ Extracts the 3x3 coupling tensor between a pair of spins back from the spin_system data structure. ==Syntax== A=get_coupling(s...")
 
(Update function See also links and function index membership)
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
     A=get_coupling(spin_system,n,k)
 
     A=get_coupling(spin_system,n,k)
  
==Arguments==
+
==Parameters==
  
 
     n,k  - indices of the two spins as they appear  
 
     n,k  - indices of the two spins as they appear  
Line 16: Line 16:
  
 
==See also==
 
==See also==
[[Kernel_utilities#Spin_system_editing|Spin system editing]]
+
[[chemshifts.m]], [[cubic_lattice.m]], [[dilute.m]], [[gtensorof.m]], [[idxof.m]], [[iselectron.m]], [[isnucleus.m]], [[isoswap.m]], [[kill_spin.m]], [[nearest_spin.m]], [[shift_iso.m]], [[Kernel_utilities]]
 
 
  
 
''Version 2.7, authors: [[Ilya Kuprov]]''
 
''Version 2.7, authors: [[Ilya Kuprov]]''

Latest revision as of 19:37, 6 June 2026

Extracts the 3x3 coupling tensor between a pair of spins back from the spin_system data structure.

Syntax

    A=get_coupling(spin_system,n,k)

Parameters

    n,k  - indices of the two spins as they appear 
           in spin_system.comp.isotopes

Outputs

    A  - 3x3 coupling tensor in rad/s

See also

chemshifts.m, cubic_lattice.m, dilute.m, gtensorof.m, idxof.m, iselectron.m, isnucleus.m, isoswap.m, kill_spin.m, nearest_spin.m, shift_iso.m, Kernel_utilities

Version 2.7, authors: Ilya Kuprov