Class nucmass_ktuy (o2scl)¶
-
class
o2scl
::
nucmass_ktuy
: public o2scl::nucmass_table¶ KTUY Mass formula.
Public Functions
-
nucmass_ktuy
()¶
-
~nucmass_ktuy
()¶
-
int
load
(std::string model = "05", bool external = false)¶ Load masses using the specified model number.
-
bool
is_included
(int Z, int N)¶ Return false if the mass formula does not include specified nucleus.
-
double
mass_excess
(int Z, int N)¶ Given
Z
andN
, return the mass excess in MeV.
-
nucmass_ktuy::entry
get_ZN
(int l_Z, int l_N)¶ Get the entry for the specified proton and neutron number.
This method searches the table using a cached binary search algorithm. It is assumed that the table is sorted first by proton number and then by neutron number.
-
bool
is_loaded
()¶ Verify that the constructor properly loaded the table.
-
const char *
type
()¶ Return the type,
"nucmass_ktuy"
.
-
size_t
get_nentries
()¶ Return number of entries.
Protected Attributes
-
int
last
¶ The last table index for caching.
-
struct
entry
¶ Mass formula entry structure for KTUY mass formula.
Nuclear masses from Koura00 and Koura05 as originally specified in the files
KTUY04_m246.dat
andKTUY05_m246.dat
obtained from http://wwwndc.jaea.go.jp/nucldata/mass/KTUY04_E.html
-