1.0

1.0 | 2 ratings Rate this file 233 downloads (last 30 days) File Size: 1.77 KB File ID: #5275

Wigner3j.m

by David Terr

 

17 Jun 2004 (Updated 21 Jun 2004)

No BSD License  

Wigner3j(j1,j2,j,m1,m2,m) returns the Wigner 3j-symbol.

Download Now | Watch this File

File Information
Description

Wigner3j(j1,j2,j,m1,m2,m) returns the Wigner 3j-symbol, where j1, j2, j, m1, m2, and m are half-integers. Physically, the Wigner 3j-symbol is closely related to the Clebsch-Gordon coefficient <j1,j2,m1,m2|j1,j2,j,m>, the square of which is the probability that a system of two particles with angular momentum j1 and j2 respectively and z-component of angular momentum m1 and m2 respectively has total angular momentum j and z-component of total angular momentum m.

I haven't tested this function thoroughly yet, so there may be some bugs. Please let me know if you find any.

Acknowledgements
This submission has inspired the following:
Wigner3j symbol
MATLAB release MATLAB 6.0 (R12)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (6)
09 Jul 2007 Kobi Kraus

The loop in rows 59-64 can be replaced by a simple direct sum:
t = tmin : tmax;
wigner = sum( (-1).^t ./ ( factorial(t) .* factorial(t-t1) .* factorial(t-t2) ...
                .* factorial(t3-t) .* factorial(t4-t) .* factorial(t5-t) ) );

31 Jul 2007 Lisa de Groot

The file does not check wether the condition m1 + m2 = m3 is fulfilled. This should be added.

05 Nov 2008 Brice DUBOST  
05 Nov 2008 Brice DUBOST

It doesn't respect wigner 3j symetries

Wigner3j(1,1,1,1,-1,-1) is not 0

30 Mar 2009 Par Hakansson

Made quick test against alpha=beta=gamma=0 3jsymbols in Table 2, in D.M. Brink and R.G. Satchler "Angular Momentum" Oxford Science Publications and can not get a match

31 Mar 2009 Par Hakansson

Ops, did not read the table caption, it was 3jsymbol squared in table. now it match better for a few test cases

Please login to add a comment or rating.
Updates
21 Jun 2004

I added more error-checking and changed the names of the inputs to more closely match those used by ClebschGordon.

Tag Activity for this File
Tag Applied By Date/Time
chemistry David Terr 22 Oct 2008 07:24:21
physics David Terr 22 Oct 2008 07:24:21
wigner 3jsymbol David Terr 22 Oct 2008 07:24:21
clebschgordon coefficient David Terr 22 Oct 2008 07:24:22
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com