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 | ||||
integer, | public | :: | nshells | = | 0 | ||
integer, | public | :: | fockdim | = | 0 | ||
integer, | public | :: | nthreads | = | 1 | ||
integer, | public | :: | nfocks | = | 1 | ||
real(kind=dp), | public, | allocatable | :: | f(:,:,:) | |||
real(kind=dp), | public, | allocatable | :: | dsh(:,:) | |||
real(kind=dp), | public | :: | max_den | = | 1.0d0 | ||
real(kind=dp), | public, | pointer | :: | d(:,:) | => | null() |
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 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(int2_fock_data_t), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(int2_fock_data_t), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(int2_fock_data_t), | intent(inout), | target | :: | this | ||
type(basis_set), | intent(in) | :: | basis |
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 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(int2_fock_data_t), | intent(inout), | target | :: | this | ||
type(basis_set), | intent(in) | :: | basis | |||
integer, | intent(in) | :: | nthreads |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(int2_fock_data_t), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(int2_urohf_data_t), | intent(inout), | target | :: | this | ||
type(basis_set), | intent(in) | :: | basis | |||
integer, | intent(in) | :: | nthreads |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(int2_urohf_data_t), | intent(inout) | :: | this | |||
type(int2_storage_t), | intent(inout) | :: | buf |