| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | multipass | = | .false. | ||
| integer, | public | :: | num_passes | = | 1 | ||
| integer, | public | :: | cur_pass | = | 1 | ||
| real(kind=dp), | public | :: | scale_coulomb | = | 1.0d0 | ||
| real(kind=dp), | public | :: | scale_exchange | = | 1.0d0 | ||
| type(par_env_t), | public | :: | pe |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(int2_compute_data_t), | intent(inout), | target | :: | this | ||
| type(basis_set), | intent(in) | :: | basis | |||
| integer, | intent(in) | :: | nthreads |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(int2_compute_data_t), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(int2_compute_data_t), | intent(inout) | :: | this | |||
| type(int2_storage_t), | intent(inout) | :: | buf |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(int2_compute_data_t), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(int2_compute_data_t), | intent(in) | :: | this | |||
| real(kind=dp), | intent(in), | contiguous | :: | xints(:,:) | ||
| integer, | intent(in) | :: | i | |||
| integer, | intent(in) | :: | j |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(int2_compute_data_t), | intent(in) | :: | this | |||
| real(kind=dp), | intent(in), | contiguous | :: | xints(:,:) | ||
| integer, | intent(in) | :: | i | |||
| integer, | intent(in) | :: | j | |||
| integer, | intent(in) | :: | k | |||
| integer, | intent(in) | :: | l |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(int2_fock_data_t), | intent(in) | :: | this | |||
| real(kind=dp), | intent(in), | contiguous | :: | xints(:,:) | ||
| integer, | intent(in) | :: | i | |||
| integer, | intent(in) | :: | j |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(int2_fock_data_t), | intent(in) | :: | this | |||
| real(kind=dp), | intent(in), | contiguous | :: | xints(:,:) | ||
| integer, | intent(in) | :: | i | |||
| integer, | intent(in) | :: | j | |||
| integer, | intent(in) | :: | k | |||
| integer, | intent(in) | :: | l |