![]() |
Particles and Nuclei Sub-Library: Version 0.910
|
Discrete nuclear mass formula [abstract base]. More...
#include <nuclear_mass.h>
This uses simple linear interpolation to obtain masses of nuclei with non-integer Z and N which may be particularly sensitive to the form of the pairing.
Generally, descendants of this class only need to provide an implementation of mass_excess() and possibly a version of nuclear_mass::is_included()
Definition at line 312 of file nuclear_mass.h.
Public Member Functions | |
virtual double | mass_excess (int Z, int N)=0 |
Given Z and N , return the mass excess in MeV. | |
virtual double | mass_excess_d (double Z, double N) |
Given Z and N , return the mass excess in MeV. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).