| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | nI(nel) | |||
| integer(kind=n_int), | intent(in) | :: | ilutI(0:NIfTot) | |||
| integer, | intent(in) | :: | ex(2,2) | |||
| integer, | intent(in) | :: | ic |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=n_int), | intent(in) | :: | ilut(0:NifTot) | |||
| integer, | intent(in) | :: | src(2) | |||
| integer, | intent(in) | :: | iSpn | |||
| real(kind=dp), | intent(out) | :: | cpt | |||
| real(kind=dp), | intent(out) | :: | cum_sum | |||
| real(kind=dp), | intent(inout) | :: | cum_arr(nbasis) |
An API interfacing function for generate_excitation to the rest of NECI:
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | nI(nel) | |||
| integer(kind=n_int), | intent(in) | :: | ilutI(0:NIfTot) | |||
| integer, | intent(out) | :: | nJ(nel) | |||
| integer(kind=n_int), | intent(out) | :: | ilutJ(0:NIfTot) | |||
| integer, | intent(in) | :: | exFlag | |||
| integer, | intent(out) | :: | IC | |||
| integer, | intent(out) | :: | ExcitMat(2,maxExcit) | |||
| logical, | intent(out) | :: | tParity | |||
| real(kind=dp), | intent(out) | :: | pGen | |||
| real(kind=dp), | intent(out) | :: | HElGen | |||
| type(excit_gen_store_type), | intent(inout), | target | :: | store | ||
| integer, | intent(in), | optional | :: | part_type |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | nI(nel) | |||
| integer(kind=n_int), | intent(in) | :: | ilutI(0:NIfTot) | |||
| integer, | intent(out) | :: | nJ(nel) | |||
| integer(kind=n_int), | intent(out) | :: | ilutJ(0:NIfTot) | |||
| integer, | intent(out) | :: | ex(2,maxExcit) | |||
| logical, | intent(out) | :: | par | |||
| real(kind=dp), | intent(out) | :: | pgen |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=n_int), | intent(in) | :: | ilut(0:NIfTot) | |||
| integer, | intent(in) | :: | src(2) | |||
| integer, | intent(in) | :: | iSpn | |||
| real(kind=dp), | intent(out) | :: | cum_arr(nbasis) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=n_int), | intent(in) | :: | ilut(0:NIfTot) | |||
| integer, | intent(in) | :: | src(2) | |||
| integer, | intent(in) | :: | orb | |||
| integer, | intent(in) | :: | iSpn | |||
| real(kind=dp), | intent(out) | :: | cpt | |||
| real(kind=dp), | intent(out) | :: | cum_sum | |||
| real(kind=dp), | intent(inout) | :: | cum_arr(nbasis) | |||
| logical, | intent(in) | :: | first |