mod_symlat Module

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


Subroutines

public subroutine symlat(nsymop, platcp, symopm) Deprecated

License
Creative Commons License
Category
geometry, deprecated, KKRhost

S u p p l i e s

t h e

p o i n t

s y m m e t r y

o p e r a t i o n s

o f

t h e

l a t t i c e

Read more…

Arguments

Type IntentOptional Attributes Name
integer :: nsymop
real(kind=dp) :: platcp(3,3)
real(kind=dp) :: symopm(9,*)