| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(basis_set), | public, | pointer | :: | basis | |||
| type(atomic_structure), | public, | pointer | :: | atoms | |||
| real(kind=dp), | public, | allocatable | :: | schwarz_ints_regular(:,:) | |||
| real(kind=dp), | public, | allocatable | :: | schwarz_ints_attenuated(:,:) | |||
| real(kind=dp), | public, | contiguous, pointer | :: | schwarz_ints(:,:) | => | null() | |
| logical, | public | :: | schwarz | = | .true. | ||
| integer, | public | :: | buf_size | = | 50000 | ||
| integer, | public | :: | skipped | = | 0 | ||
| type(int2_cutoffs_t), | public | :: | cutoffs | ||||
| type(int2_pair_storage), | public | :: | ppairs | ||||
| logical, | public | :: | attenuated | = | .false. | ||
| real(kind=dp), | public | :: | mu | = | 1.0d99 | ||
| type(par_env_t), | public | :: | pe |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(int2_compute_t), | intent(inout) | :: | this | |||
| type(basis_set), | target | :: | basis | |||
| type(information), | intent(inout), | target | :: | infos |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(int2_compute_t), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(int2_compute_t), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(int2_compute_t), | intent(inout) | :: | this | |||
| class(int2_compute_data_t), | intent(inout) | :: | int2_consumer | |||
| integer, | intent(out), | optional | :: | stat | ||
| logical, | intent(in), | optional | :: | cam | ||
| real(kind=dp), | intent(in), | optional | :: | alpha | ||
| real(kind=dp), | intent(in), | optional | :: | beta | ||
| real(kind=dp), | intent(in), | optional | :: | mu | ||
| real(kind=dp), | intent(in), | optional | :: | alpha_coulomb | ||
| real(kind=dp), | intent(in), | optional | :: | beta_coulomb |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(int2_compute_t), | intent(inout), | target | :: | this | ||
| class(int2_compute_data_t), | intent(inout) | :: | int2_consumer |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(int2_compute_t), | intent(inout) | :: | this | |||
| class(int2_compute_data_t), | intent(inout) | :: | int2_consumer | |||
| real(kind=dp), | intent(in) | :: | alpha | |||
| real(kind=dp), | intent(in) | :: | beta | |||
| real(kind=dp), | intent(in) | :: | mu | |||
| real(kind=dp), | intent(in), | optional | :: | alpha_coulomb | ||
| real(kind=dp), | intent(in), | optional | :: | beta_coulomb |