$include_dir="/home/hyper-archives/boost/include";
include("$include_dir/msg-header.inc")
?>
- Next message: Peter Dimov: "Re: [boost] Re: any_function (callback) library"
- Previous message: Daryle Walker: "Re: crc review"
- In reply to: Paul A. Bristow: "RE: [boost] Review Request: Special functions, Quaternions, Octonions"
- Next in thread: Paul A. Bristow: "RE: [boost] 3j, 6j 9j symbol (was Special functions, Quaternions, Octonions)"
- Reply: Paul A. Bristow: "RE: [boost] 3j, 6j 9j symbol (was Special functions, Quaternions, Octonions)"
- Reply: Hubert HOLIN: "Re: 3j, 6j 9j symbol (was Special functions, Quaternions, Octonions)"
Salut,
On Thursday 12 April 2001 13:31, you wrote:
[...]
> > BTW: Looking at this package I wondered if someone is working
> > on Clebsch-Gordon coefficients and 3j, 6j and 9j symbols?
>
> If these are easily computed, I may be able to use NTL very high accuracy
> to calculate then for 128-bit floating point use like math constants.
>
> Paul
It's just a terrible mess of +,-,*,/ and a few sqrts.
Most of the calculation can be done using integers,
but currently I only needed special 3j symbols for
which explicit formulas are known.
Please note that 3j symbols are not just number but real valued functions
taking 6 integer parameters,
e.g. ClebschGordon_3j( j1, m1, j2, m2, j3, m3) ; j_i>=0; abs(m_i) <= j_i
corresponding to the coupling of two angular moments to a third one.
Best wishes,
Peter
- Next message: Peter Dimov: "Re: [boost] Re: any_function (callback) library"
- Previous message: Daryle Walker: "Re: crc review"
- In reply to: Paul A. Bristow: "RE: [boost] Review Request: Special functions, Quaternions, Octonions"
- Next in thread: Paul A. Bristow: "RE: [boost] 3j, 6j 9j symbol (was Special functions, Quaternions, Octonions)"
- Reply: Paul A. Bristow: "RE: [boost] 3j, 6j 9j symbol (was Special functions, Quaternions, Octonions)"
- Reply: Hubert HOLIN: "Re: 3j, 6j 9j symbol (was Special functions, Quaternions, Octonions)"
$include_dir="/home/hyper-archives/boost/include";
include("$include_dir/msg-footer.inc");
?>