| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Finalizable_t), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DoublesGUGABase_t), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | nI(nel) | |||
| integer(kind=n_int), | intent(in) | :: | ilut(0:GugaBits%len_tot) | |||
| type(CSF_Info_t), | intent(in) | :: | csf_i | |||
| type(ExcitationInformation_t), | intent(out) | :: | excitInfo | |||
| real(kind=dp), | intent(out) | :: | pgen |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DoublesGUGABase_t), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | nI(nel) | |||
| integer(kind=n_int), | intent(in) | :: | ilutI(0:GugaBits%len_tot) | |||
| type(CSF_Info_t), | intent(in) | :: | csf_i | |||
| type(ExcitationInformation_t), | intent(in) | :: | excitInfo |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DoublesGUGABase_t), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | nI(nEl) | |||
| integer(kind=n_int), | intent(in) | :: | ilut(0:GugaBits%len_tot) | |||
| type(CSF_Info_t), | intent(in) | :: | csf_i | |||
| integer, | intent(in) | :: | occ_orbs(2) | |||
| integer, | intent(in) | :: | orb_a | |||
| real(kind=dp), | intent(out) | :: | orb_pgen |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DoublesGUGABase_t), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | nI(nEl) | |||
| integer(kind=n_int), | intent(in) | :: | ilut(0:GugaBits%len_tot) | |||
| type(CSF_Info_t), | intent(in) | :: | csf_i | |||
| integer, | intent(in) | :: | occ_orbs(2) | |||
| integer, | intent(in) | :: | orb_a | |||
| real(kind=dp), | intent(out) | :: | orb_pgen |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DoublesGUGABase_t), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | nI(nEl) | |||
| integer(kind=n_int), | intent(in) | :: | ilut(0:GugaBits%len_tot) | |||
| type(CSF_Info_t), | intent(in) | :: | csf_i | |||
| integer, | intent(in) | :: | occ_orbs(2) | |||
| real(kind=dp), | intent(out) | :: | above_cpt | |||
| real(kind=dp), | intent(out) | :: | below_cpt |
This function returns all possible excitations for the orbital picker
This means it considers only occupation, not spin recoupling.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DoublesGUGABase_t), | intent(in) | :: | this | |||
| type(CSF_Info_t), | intent(in) | :: | csf_i | |||
| logical, | intent(in), | optional | :: | sort_fused_key |
The fused index of the excitations should be sorted. |