Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=n_int), | private, | allocatable | :: | ciCoeff_storage(:,:) | |||
integer(kind=n_int), | private, | allocatable | :: | root_ciCoeff_storage(:,:) | |||
integer, | private | :: | first_free_entry | ||||
integer, | private | :: | nCyc | ||||
integer, | private | :: | root_first_free_entry | ||||
type(ll_node), | private, | pointer | :: | hash_table_ciCoeff(:) | |||
integer(kind=n_int), | private, | allocatable | :: | totEntCoeff(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(singles_t), | intent(inout) | :: | singles(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(doubles_t), | intent(inout) | :: | doubles(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(triples_t), | intent(inout) | :: | triples(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | unit_CIsrt | |||
type(singles_t), | intent(in) | :: | CI_coeff(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | unit_CIsrt | |||
type(doubles_t), | intent(in) | :: | CI_coeff(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | unit_CIsrt | |||
type(triples_t), | intent(in) | :: | CI_coeff(:) |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=dp), | public | :: | x | ||||
integer, | public | :: | i | ||||
integer, | public | :: | a |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=dp), | public | :: | x | ||||
integer, | public | :: | i | ||||
integer, | public | :: | a | ||||
integer, | public | :: | j | ||||
integer, | public | :: | b |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=dp), | public | :: | x | ||||
integer, | public | :: | i | ||||
integer, | public | :: | a | ||||
integer, | public | :: | j | ||||
integer, | public | :: | b | ||||
integer, | public | :: | k | ||||
integer, | public | :: | c |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CI_coefficients_t), | intent(in), | allocatable | :: | CI_coeff(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | symmax | |||
integer, | intent(in) | :: | nbasis |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | sgn(lenof_sign) | |||
integer, | intent(in) | :: | nIEx(nel) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | iCI | |||
integer, | intent(in) | :: | idxAlphaBetaOrbs(nbasis) | |||
class(CI_coefficients_t), | intent(out), | allocatable | :: | CI_coeff(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CI_coefficients_t), | intent(inout) | :: | CI_coeff(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(singles_t), | intent(inout) | :: | singles(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(doubles_t), | intent(inout) | :: | doubles(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(triples_t), | intent(inout) | :: | triples(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CI_coefficients_t), | intent(inout), | allocatable | :: | CI_coeff(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | unit_CIsrt | |||
type(singles_t), | intent(in) | :: | CI_coeff(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | unit_CIsrt | |||
type(doubles_t), | intent(in) | :: | CI_coeff(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | unit_CIsrt | |||
type(triples_t), | intent(in) | :: | CI_coeff(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | iCI | |||
integer, | intent(in) | :: | idxAlphaBetaOrbs(nbasis) | |||
integer, | intent(inout) | :: | ex(2,n_store_ci_level) | |||
integer, | intent(out) | :: | signCI |