Skip to content

Parity dependent underlying nld (eg from HFB) #15

@fzeiser

Description

@fzeiser

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions