Class nucmass_sdnp (o2scl)¶
-
class
o2scl
::
nucmass_sdnp
: public o2scl::nucmass_table¶ Nuclear structure from Stoitsov et al.
- Todo:
Unfinished.
Models
”sdnp03” - from Skyrme model SkM*
”sd_skp_04” - from Skyrme model SkP
”sd_sly4_04” - from Skyrme model SLy4
See Stoitsov03 and Dobaczewski04 and http://www.fuw.edu.pl/~dobaczew/thodri/thodri.html .
Public Functions
-
nucmass_sdnp
()¶
-
~nucmass_sdnp
()¶
-
int
load
(std::string model = "", bool external = false)¶
-
const char *
type
()¶ Return the type,
"nucmass_sdnp"
.
-
bool
is_loaded
()¶ Returns true if data has been loaded.
-
bool
is_included
(int Z, int N)¶ Return false if the mass formula does not include specified nucleus.
-
size_t
get_nentries
()¶ Return number of entries.
-
double
mass_excess
(int Z, int N)¶ Given
Z
andN
, return the mass excess in MeV.
Protected Attributes
-
size_t
n
¶ The number of entries (about 3000).
-
std::string
reference
¶ The reference for the original data.
-
int
last
¶ The last table index for caching.
-
class
entry
¶ Entry structure.