Class nucmass_wlw (o2scl)

O2scl : Class List

class nucmass_wlw : public o2scl::nucmass_table

Nuclear structure from Wang et al.

Todo

Class nucmass_wlw is unfinished.

Models - “WS3.2” in file “wlw10.o2” from [Wang10] - “WS3.3” in file “wllw10.o2” from [Wang10b] - “WS3.6” in file “lwdw11.o2” from [Liu11] - “WS3_RBF” in file “wl11.o2” from [Wang11] - “WS4_RBF” in file “wlwm14.o2” from [Wang14]

Public Functions

nucmass_wlw()
~nucmass_wlw()
int load(std::string model = "", bool external = false)
inline virtual const char *type()

Return the type, "nucmass_wlw".

virtual bool is_included(int Z, int N)

Return false if the mass formula does not include specified nucleus.

virtual double mass_excess(int Z, int N)

Given Z and N, return the mass excess in MeV.

Protected Attributes

entry *mass

The array containing the mass data of length n.

int last

The last table index for caching.

class entry

Entry structure.

Public Members

int Z

Proton number.

int N

Neutron number.

double Mth

Theoretical mass excess (MeV)