It would be good to be able to read a parity dependent underlying nld from a file. This could eg come from HFB calculations (...)
The current options are specified in the setting file -- only a fiex functional form for the dependence is implemented:
|
///// Pairity Dependence (Underlying LD) ///// |
|
// choose one: |
|
#define bPar_Equipar // equal +/- states, usually a good approx |
|
//#define bPar_Edep // exponential asymptotic dependence |
|
#ifdef bPar_Edep // 0.5 (1 +/- 1 / (1 + exp( g_dParC * (dEx - g_dParD) ) ) ) |
|
const double g_dParC = 3.0; // MeV^-1 |
|
const double g_dParD = 0.0; // MeV |
|
#endif //the interested coder can put a parity dependece on the bLD_Table option |
Instead, if would be helpful to be able to read a table, just as it was implemented for the population cross-section, see #5.
It would be good to be able to read a parity dependent underlying nld from a file. This could eg come from HFB calculations (...)
The current options are specified in the setting file -- only a fiex functional form for the dependence is implemented:
RAINIER/sample_folder/settings.h
Lines 103 to 110 in 5b91624
Instead, if would be helpful to be able to read a table, just as it was implemented for the population cross-section, see #5.