| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public, | parameter | :: | MAXCONTR | = | 120 |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | id(4) | ||||
| integer, | public | :: | at(4) | ||||
| integer, | public | :: | am(4) | ||||
| integer, | public | :: | nbf(4) | ||||
| integer, | public | :: | flips(4) | ||||
| integer, | public | :: | nroots | ||||
| logical, | public | :: | iandj | ||||
| logical, | public | :: | kandl | ||||
| logical, | public | :: | same | ||||
| real(kind=dp), | public, | allocatable | :: | gijkl(:) | |||
| real(kind=dp), | public, | allocatable | :: | gnkl(:) | |||
| real(kind=dp), | public, | allocatable | :: | gnm(:) | |||
| real(kind=dp), | public, | allocatable | :: | dij(:,:) | |||
| real(kind=dp), | public, | allocatable | :: | dkl(:,:) | |||
| real(kind=dp), | public, | allocatable | :: | b00(:) | |||
| real(kind=dp), | public, | allocatable | :: | b01(:) | |||
| real(kind=dp), | public, | allocatable | :: | b10(:) | |||
| real(kind=dp), | public, | allocatable | :: | c00(:) | |||
| real(kind=dp), | public, | allocatable | :: | d00(:) | |||
| real(kind=dp), | public, | allocatable | :: | abv(:,:) | |||
| real(kind=dp), | public, | allocatable | :: | PQ(:,:) | |||
| real(kind=dp), | public, | allocatable | :: | PB(:,:) | |||
| real(kind=dp), | public, | allocatable | :: | QD(:,:) | |||
| real(kind=dp), | public, | allocatable | :: | rw(:,:) | |||
| integer, | public | :: | ijklxyz(4,BAS_MXCART,4) | ||||
| real(kind=dp), | public | :: | quartet_cutoff |
| procedure, public :: init => gdat_init | |
| procedure, public :: clean => gdat_clean | |
| procedure, public :: set_ids => gdat_set_ids |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(inout) | :: | ints(*) | |||
| type(int2_rys_data_t) | :: | gdat | ||||
| type(int2_pair_storage), | intent(in) | :: | ppairs | |||
| logical | :: | zero_shq | ||||
| real(kind=dp), | intent(in), | optional | :: | mu2 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(int2_rys_data_t), | intent(in) | :: | gdat | |||
| real(kind=dp), | intent(in) | :: | ints(:,:,:,:) |