Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | parameter | :: | ExcitWeightSize | = | 3 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | I | ||||
integer, | public | :: | J | ||||
integer, | public | :: | A | ||||
integer, | public | :: | B | ||||
real(kind=dp), | public | :: | WEIGHT |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | ExcitType(5) | ||||
type(ExcitWeight) | :: | ews(*) | ||||
integer | :: | OrbPairs(2,*) | ||||
integer | :: | SymProdInd(2,3,1:*) | ||||
real(kind=dp) | :: | Norm | ||||
integer | :: | iCount | ||||
real(kind=dp) | :: | Arr(nBasis,2) | ||||
integer | :: | nBasis |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | ExcitType(5) | ||||
integer | :: | iFromIndex | ||||
integer | :: | iLUT(0:*) | ||||
type(ExcitWeight) | :: | ews(*) | ||||
integer | :: | OrbPairs(2,*) | ||||
integer | :: | SymProdInd(2,3,1:*) | ||||
real(kind=dp) | :: | Norm | ||||
integer | :: | iCount | ||||
integer | :: | nBasisMax(5,*) | ||||
real(kind=dp) | :: | Arr(nBasis,2) | ||||
integer | :: | NBASIS |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | I | ||||
integer | :: | J | ||||
integer | :: | A | ||||
integer | :: | B | ||||
type(ExcitWeight) | :: | ExWeights(iCount+1) | ||||
real(kind=dp) | :: | Norm | ||||
integer | :: | iCount | ||||
integer | :: | nBasisMax(5,*) | ||||
real(kind=dp) | :: | Arr(nBasis,2) | ||||
integer | :: | NBASIS |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | I | ||||
integer | :: | J | ||||
type(ExcitWeight) | :: | ExWeights(iCount+1) | ||||
real(kind=dp) | :: | Norm | ||||
integer | :: | iCount | ||||
real(kind=dp) | :: | Arr(nBasis,2) | ||||
integer | :: | nBasis |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | I | ||||
integer | :: | J | ||||
real(kind=dp) | :: | WEIGHT | ||||
real(kind=dp) | :: | Arr(nBasis,2) | ||||
integer | :: | nBasis |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | I | ||||
integer | :: | J | ||||
integer | :: | K | ||||
integer | :: | L | ||||
real(kind=dp) | :: | WEIGHT | ||||
integer | :: | nBasisMax(5,*) | ||||
real(kind=dp) | :: | Arr(nBasis,2) | ||||
integer | :: | NBASIS |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | nI(nEl) | ||||
integer | :: | nJ(nEl) | ||||
integer | :: | nEl | ||||
type(BasisFN) | :: | G1(nBasis) | ||||
integer | :: | nBasisMax(5,*) | ||||
real(kind=dp) | :: | Arr(nBasis,2) | ||||
integer | :: | nBasis | ||||
integer | :: | OrbPairs(2,*) | ||||
integer | :: | SymProdInd(2,3,1:*) | ||||
integer | :: | iLUT(*) | ||||
type(Symmetry) | :: | SymProds(0:*) | ||||
integer | :: | ExcitTypes(5,*) | ||||
integer | :: | iTotal | ||||
real(kind=dp) | :: | pGen |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | nI(nEl) | ||||
integer | :: | nJ(nEl) | ||||
logical | :: | tIsConnectedDet |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | NI(NEL) | ||||
integer | :: | NEL | ||||
type(BasisFN) | :: | G1(nBasis) | ||||
integer | :: | NBASIS | ||||
integer | :: | STORE(6) | ||||
integer, | target | :: | SPIin(1:2,1:3,1:*) | |||
integer, | target | :: | ETin(1:5,*) | |||
integer, | target | :: | NAPin(1:3,*) | |||
integer, | target | :: | OPin(1:2,*) | |||
logical | :: | TCOUNT | ||||
integer | :: | ICOUNT | ||||
type(SymClass) | :: | CLASSES(*) | ||||
integer | :: | ILUT(0:nBasis/32) | ||||
type(Symmetry) | :: | SYMPRODS(0:NEL*NEL) | ||||
integer | :: | ILEVEL | ||||
integer | :: | iMinElec1 | ||||
integer | :: | iMaxElec1 |
SUBROUTINE SYMSETUPEXCITS2(NI,NEL,G1,NBASIS,NBASISMAX,STORE, & TCOUNT,ICOUNT,CLASSES,ILUT,SYMPRODS,ILEVEL) SUBROUTINE SYMGENEXCITIT(NI,NEL,EXCITTYPES,NEXCITTYPES,CLASSES, & SYMPRODIND,ILUT,ORBPAIRS,IEXCIT,ISPN,IFROM,ITO, & I,J,K,L,ICC,LS, & NK,IC)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | NI(NEL) | ||||
integer | :: | NEL | ||||
type(BasisFN) | :: | G1(nBasis) | ||||
integer | :: | NBASIS | ||||
logical | :: | TSETUP | ||||
integer, | target | :: | NMEM(*) | |||
integer | :: | NJ(NEL) | ||||
integer | :: | IC | ||||
integer | :: | STORE(6) | ||||
integer | :: | ILEVEL | ||||
integer | :: | iMinElec1 | ||||
integer | :: | iMaxElec1 |