GRASP rci-qed
|
Private module containing common block definitions used in the QEDMOD code. More...
Data Types | |
interface | SHAB_dirac |
interface | SHAB_se_pot_wav |
interface | SHAB_sint |
interface | SHAB_tint |
interface | SHAB_uehling |
interface | SHAB_wfunc_interpolate |
interface | SHAB_wk |
Variables | |
integer, parameter | numradpo = 10000 |
integer, parameter | numwfmax = 10 |
Private module containing common block definitions used in the QEDMOD code.
A separate module is used so that it would be possible to use implicit none
in the main function body and also because the variable names clash with GRASP global variables. use ..., only: ... => ...
can be used to rename the variables when using them to get around this. The module should not be used outside of the se_qedmod.f90
file.
integer, parameter grasp_rciqed_qed_qedmod_common::numradpo = 10000 |
integer, parameter grasp_rciqed_qed_qedmod_common::numwfmax = 10 |