Difference between revisions of "Spher harmon.m"
(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: | ||
| − | + | {{DISPLAYTITLE:spher_harmon.m}} __NOTOC__ | |
| + | Spherical harmonics. | ||
| − | + | ==Syntax== | |
| − | + | Y=spher_harmon(l,m,theta,phi) | |
| − | + | ==Parameters== | |
| − | m - a vector of | + | 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]]'' | |
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