Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Groups), | intent(in) | :: | molecules(:) | |||
type(GeGCModelParameters), | intent(in), | optional | :: | parameters |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=pr), | public, | allocatable | :: | Aij(:,:) | |||
real(kind=pr), | public, | allocatable | :: | Bij(:,:) | |||
real(kind=pr), | public, | allocatable | :: | Cij(:,:) | |||
integer, | public | :: | i | ||||
integer, | public | :: | j | ||||
integer, | public | :: | ng | ||||
type(GeGCModelParameters), | public | :: | params | ||||
type(QuadraticPsi), | public | :: | psi_function | ||||
type(Groups), | public | :: | soup |