Supplies the point symmetry operations of the lattice.
symlat analyzes the primitive translations of the bravais lattice in order to
supply the symmetry operations of the lattice.
It gives the number nsymop of allowed operations as well as these operations themselves.
* Inputs:
- platcp: lattice vectors of most compact primitive unit cell
* Outputs:
- nsymop: number of allowed symmetry operations
- symopm: symmetry operation matrix
Note
Jonathan Chico: Seems to not be called anywhere
Supplies the point symmetry operations of the lattice
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer | :: | nsymop | ||||
| real(kind=dp) | :: | platcp(3,3) | ||||
| real(kind=dp) | :: | symopm(9,*) |