Difference between revisions of "Which subst.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 21: Line 21:
  
 
==See also==
 
==See also==
* [[prune_subgraphs.m]]
+
[[prune_subgraphs.m]], [[repcols.m]], [[reprows.m]], [[autoexec.m]], [[bos_product_table.m]], [[fft_freq_axis.m]], [[fwhm2rlx.m]], [[icm2hz.m]], [[ifft_time_axis.m]], [[intrep.m]], [[istraceless.m]], [[kq2lin.m]], [[kronm.m]], [[lcurve.m]], [[lin2kq.m]], [[min_int_type.m]], [[redfield_integral_async.m]], [[redfield_integral_serial.m]], [[serpentine.m]], [[st_product_table.m]], [[tikhol1n.m]], [[unihash.m]], [[xyz2hfc.m]], [[Spin_system_specification]], [[Kernel_utilities]], [[Main_Page]]
* [[repcols.m]]
 
* [[reprows.m]]
 
* [[Spin_system_specification]]
 
* [[Kernel_utilities]]
 
* [[Main_Page]]
 
  
 
''Version 2.11, authors: [[Ilya Kuprov]]''
 
''Version 2.11, authors: [[Ilya Kuprov]]''

Latest revision as of 19:43, 6 June 2026

Finds out which substance hosts the specified spins; throws an error if there is more than one.

Syntax

            subst=which_subst(spin_system,spins)

Parameters

        spins - a list of positive integers

Outputs

        subst - a positive integer

Examples

See examples in the Spinach distribution relevant to this function.

Notes

This page was generated from the function header in the Spinach repository.

See also

prune_subgraphs.m, repcols.m, reprows.m, autoexec.m, bos_product_table.m, fft_freq_axis.m, fwhm2rlx.m, icm2hz.m, ifft_time_axis.m, intrep.m, istraceless.m, kq2lin.m, kronm.m, lcurve.m, lin2kq.m, min_int_type.m, redfield_integral_async.m, redfield_integral_serial.m, serpentine.m, st_product_table.m, tikhol1n.m, unihash.m, xyz2hfc.m, Spin_system_specification, Kernel_utilities, Main_Page

Version 2.11, authors: Ilya Kuprov