K0 - Returns the standard deviation of the K-distribution
#include <nuclib.h>
double K0(int Z, int A, int J, double U);
Link with -lnuclib.
The K0() function returns the standard deviation of the K-distribution. The Fermi level density parameter and the Sierk moments of inertia are used.
|
Z A |
Atomic and mass number of nucleus |
|||
|
J |
Total spin of nucleus |
|||
|
U |
Excitation energy in MeV |
The function K0() returns the value described in units of h-bar.
Vandenbosch and Huizenga, "Nuclear Fission", Academic Press 1973.
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)