| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=n_int), | intent(in) | :: | ilut(0:nifguga) | |||
| type(CSF_Info_t), | intent(in) | :: | csf_i | |||
| integer, | intent(in) | :: | i | |||
| integer, | intent(in) | :: | j | |||
| integer(kind=n_int), | intent(out), | allocatable | :: | excitations(:,:) | ||
| integer, | intent(out) | :: | nExcits | |||
| logical, | intent(in), | optional | :: | t_full |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=n_int), | intent(in) | :: | ilut(0:nifguga) | |||
| type(CSF_Info_t), | intent(in) | :: | csf_i | |||
| integer, | intent(in) | :: | i | |||
| integer, | intent(in) | :: | j | |||
| integer, | intent(in) | :: | k | |||
| integer, | intent(in) | :: | l | |||
| integer(kind=n_int), | intent(out), | allocatable | :: | excitations(:,:) | ||
| integer, | intent(out) | :: | nExcits | |||
| logical, | intent(in), | optional | :: | t_full |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=n_int), | intent(in) | :: | ilut(0:nifguga) | |||
| type(CSF_Info_t), | intent(in) | :: | csf_i | |||
| type(ExcitationInformation_t), | intent(in) | :: | excitInfo | |||
| real(kind=dp), | intent(in) | :: | posSwitches(nSpatOrbs) | |||
| real(kind=dp), | intent(in) | :: | negSwitches(nSpatOrbs) | |||
| logical, | intent(in) | :: | tmatFlag | |||
| integer(kind=n_int), | intent(out), | allocatable | :: | excitations(:,:) | ||
| integer, | intent(out) | :: | nExcits |