Difference between revisions of "Spher harmon.m"
(Normalise sequential blank lines) |
(Update function See also links and function index membership) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 6: | Line 6: | ||
Y=spher_harmon(l,m,theta,phi) | Y=spher_harmon(l,m,theta,phi) | ||
| − | == | + | ==Parameters== |
l - L quantum number | l - L quantum number | ||
| Line 22: | Line 22: | ||
==See also== | ==See also== | ||
| − | [[clebsch_gordan.m]], [[wigner.m]], [[irr_sph_ten.m]], [[stevens.m]] | + | [[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]]'' | ''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