djmk, djk - Returns the rotational wave function
#include <nuclib.h>
double djmk(int J, int M, int K, double phi);
double djk(int J, int K, double phi);
Link with -lnuclib.
The djmk() function returns the value of the rotational wave function (d function). This function is the separable part of the symmetric top wave function. The djk() function is for the case when M=0.
|
J |
Total spin quantum number | ||
|
M |
Projection of the total spin onto the space-fixed coordinate system | ||
|
K |
Projection of the total spin onto the intrinsic body-fixed coordinate system (symmetry axis) | ||
|
phi |
Angle (radians) between the space-fixed and body-fixed coordinate system |
The functions djmk() and djk() return the dimesionless value described. MeV.
Vandenbosch and
Huizenga, "Nuclear Fission". Academic Press 1973.
B.Back et al., Phys. Rev. C 32, 195 (1985).
This manual page was written by Ricardo Yanez.
Report bugs to <ricardo.yanez@calel.org>.
Copyright © 2004-2017 Ricardo Yanez.
This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
nuclib(3)