Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | I | ||||
integer, | public | :: | J | ||||
integer, | public | :: | A | ||||
integer, | public | :: | B | ||||
real(kind=dp), | public | :: | WEIGHT |
TYPE ExcitWeight
SEQUENCE
! The orbitals excited from
INTEGER I, J
! The orbitals excited to
INTEGER A, B
real(dp) WEIGHT
END TYPE ExcitWeight