Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | allocatable | :: | at(:) | |||
real(kind=wp), | public, | allocatable | :: | cellpar(:) | |||
real(kind=wp), | public, | allocatable | :: | chrg | |||
real(kind=wp), | public, | allocatable | :: | lattice(:,:) | |||
integer, | public, | allocatable | :: | npbc | |||
logical, | public, | allocatable | :: | pbc | |||
real(kind=wp), | public, | allocatable | :: | rec_lat(:,:) | |||
real(kind=wp), | public, | allocatable | :: | volume | |||
type(ws_cell), | public | :: | wsc | ||||
real(kind=wp), | public, | allocatable | :: | xyz(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(molecule), | intent(inout) | :: | self |