Difference between revisions of "Spher harmon.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Created page with "Computes spherical harmonics. Syntax: Y=spher_harmon(l,m,theta,phi) Parameters: l - a vector of L quantum numbers m - a vecto...")
 
(Update function See also links and function index membership)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Computes spherical harmonics. Syntax:
+
{{DISPLAYTITLE:spher_harmon.m}} __NOTOC__
 +
Spherical harmonics.
  
                      Y=spher_harmon(l,m,theta,phi)
+
==Syntax==
  
Parameters:
+
    Y=spher_harmon(l,m,theta,phi)
  
    l        - a vector of L quantum numbers
+
==Parameters==
  
     m        - a vector of M quantum numbers
+
    l        - L quantum number
 +
 +
     m        - M quantum number
 +
 +
    theta    - a vector of theta angles in radians
 +
 +
    phi      - a vector of phi angles in radians
 +
 
 +
==Outputs==
 +
 
 +
    Y        - a vector of spherical harmonics
 +
                evaluated at the angles specified
  
    theta    - a vector of theta angles in radians
+
==See also==
 +
[[clebsch_gordan.m]], [[wigner.m]], [[irr_sph_ten.m]], [[stevens.m]], [[add_spins.m]], [[cg_fast.m]], [[comm.m]], [[hilb2liouv.m]], [[ist_product_table.m]], [[lorentz.m]], [[mat2sphten.m]], [[multipack.m]], [[pauli.m]], [[perm_group.m]], [[rocomm.m]], [[rwalk.m]], [[sle_operators.m]], [[sorensen.m]], [[sphten2mat.m]], [[stev2sph.m]], [[superop.m]], [[twospinist.m]], [[wigner_3j.m]], [[wigner_6j.m]], [[Kernel_utilities]]
  
    phi      - a vector of phi angels in radians
+
''Version 2.8, authors: [[Ilya Kuprov]]''

Latest revision as of 19:41, 6 June 2026

Spherical harmonics.

Syntax

    Y=spher_harmon(l,m,theta,phi)

Parameters

    l        - L quantum number

    m        - M quantum number

    theta    - a vector of theta angles in radians

    phi      - a vector of phi angles in radians

Outputs

    Y        - a vector of spherical harmonics 
               evaluated at the angles specified 

See also

clebsch_gordan.m, wigner.m, irr_sph_ten.m, stevens.m, add_spins.m, cg_fast.m, comm.m, hilb2liouv.m, ist_product_table.m, lorentz.m, mat2sphten.m, multipack.m, pauli.m, perm_group.m, rocomm.m, rwalk.m, sle_operators.m, sorensen.m, sphten2mat.m, stev2sph.m, superop.m, twospinist.m, wigner_3j.m, wigner_6j.m, Kernel_utilities

Version 2.8, authors: Ilya Kuprov