Routines for initializing GRASP global state from input files (isodata
, CSLs, wavefunction files, mixing files).
More...
|
subroutine | load_csl (cfile) |
| Loads a configuration state list (CSL) files (typically either rcsf.inp or *.c ). More...
|
|
subroutine | load_isodata (isofile) |
| Loads the nuclear data and initializes the grid and the nuclear model. More...
|
|
subroutine | load_orbitals (wfile) |
| Loads the radial orbitals from a wavefunction file (typically *.w or rwfn.out ). More...
|
|
subroutine | load_mixing (sumfile) |
| Loads a mixing files (typically *.m or *.cm ). More...
|
|
Routines for initializing GRASP global state from input files (isodata
, CSLs, wavefunction files, mixing files).
◆ load_csl()
subroutine grasp_rciqed_lib9290_files::load_csl |
( |
character(*), intent(in) |
cfile | ) |
|
Loads a configuration state list (CSL) files (typically either rcsf.inp
or *.c
).
- Parameters
-
cfile | Path to the CSL file. |
TODO: Document prerequisites (what needs to be loaded before this can be called?).
◆ load_isodata()
subroutine grasp_rciqed_lib9290_files::load_isodata |
( |
character(*), intent(in) |
isofile | ) |
|
Loads the nuclear data and initializes the grid and the nuclear model.
- Parameters
-
isofile | Path to the isodata file. |
◆ load_mixing()
subroutine grasp_rciqed_lib9290_files::load_mixing |
( |
character(*), intent(in) |
sumfile | ) |
|
Loads a mixing files (typically *.m
or *.cm
).
- Parameters
-
sumfile | Path to the mixing file. |
◆ load_orbitals()
subroutine grasp_rciqed_lib9290_files::load_orbitals |
( |
character(*), intent(in) |
wfile | ) |
|
Loads the radial orbitals from a wavefunction file (typically *.w
or rwfn.out
).
- Parameters
-
wfile | Path to the orbital file. |