#include #include #include #include #include #include #include /* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */ /* PARAMETERS YOU MIGHT BE INTERESTED IN ADJUSTING */ const int NBABIES=8; const int NBABY[NBABIES]={1,0,1,2,0,2,1,2}; const int ZBABY[NBABIES]={0,1,1,0,2,1,2,2}; const double ERESOLUTION=1.0; /* For calculating nuclear decays*/ const int MAXLEVELS=1000; //Maximum number of levels for an individual nucleus /* Sets limit on neglecting low populations */ const double LOWERLIMIT=1.0E-20; /* These are used to calculate partition functions of individual nuclei */ const double RHO_RATIO=6.0; // gives breakup density (rho0/rho) const double AVAILABLE_VOL_FRACTION=1.0-2.0/RHO_RATIO; const int A_MAKEBELIEVE=6; /* If a>=A_MAKEBELIEVE levels are generated from levels in FAKEPATH dir. If a