Difference between revisions of "St product table.m"

From Spinach Documentation Wiki
Jump to: navigation, search
m (Add missing Version/authors metadata and remove raw author emails)
(Update function See also links and function index membership)
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
  
  
==Arguments==
+
==Parameters==
  
 
  nlevels - the number of energy levels in the system
 
  nlevels - the number of energy levels in the system
Line 15: Line 15:
  
 
  pt_left, pt_right - structure coefficients in the conventions:
 
  pt_left, pt_right - structure coefficients in the conventions:
 
+
 
                     S{n}*S{m}=...+pt_left(n,m,k)*S{k}+...
 
                     S{n}*S{m}=...+pt_left(n,m,k)*S{k}+...
 
+
 
                     S{m}*S{n}=...+pt_right(n,m,k)*S{k}+...
 
                     S{m}*S{n}=...+pt_right(n,m,k)*S{k}+...
 
+
 
                     corresponding to the expansion of the left and
 
                     corresponding to the expansion of the left and
 
                     right multiplicative action by S{n} on S{m}.
 
                     right multiplicative action by S{n} on S{m}.
Line 26: Line 26:
  
 
==See also==
 
==See also==
[[bos_product_table.m]], [[lin2kq.m]], [[kq2lin.m]], [[Kernel_utilities#State_space_indexing_and_manipulation|State space indexing and manipulation]]
+
[[bos_product_table.m]], [[lin2kq.m]], [[kq2lin.m]], [[autoexec.m]], [[fft_freq_axis.m]], [[fwhm2rlx.m]], [[icm2hz.m]], [[ifft_time_axis.m]], [[intrep.m]], [[istraceless.m]], [[kronm.m]], [[lcurve.m]], [[min_int_type.m]], [[prune_subgraphs.m]], [[redfield_integral_async.m]], [[redfield_integral_serial.m]], [[repcols.m]], [[reprows.m]], [[serpentine.m]], [[tikhol1n.m]], [[unihash.m]], [[which_subst.m]], [[xyz2hfc.m]], [[Kernel_utilities]]
  
 
''Version 2.11, authors: [[Ilya Kuprov]]''
 
''Version 2.11, authors: [[Ilya Kuprov]]''

Latest revision as of 19:41, 6 June 2026

Structure coefficient tables for single transition operators.

Syntax

[pt_left,pt_right]=st_product_table(nlevels)


Parameters

nlevels - the number of energy levels in the system


Outputs

pt_left, pt_right - structure coefficients in the conventions:

                    S{n}*S{m}=...+pt_left(n,m,k)*S{k}+...

                    S{m}*S{n}=...+pt_right(n,m,k)*S{k}+...

                    corresponding to the expansion of the left and
                    right multiplicative action by S{n} on S{m}.
                    Numbering translation between single and double
                    indices is given by kq2lin.m and lin2kq.m

See also

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

Version 2.11, authors: Ilya Kuprov