mod_latvec Module

Checks if a set of vectors are lattice vectors


Uses

    • mod_datatypes

Functions

public function latvec(n, qlat, vec)

License
Creative Commons License
Category
geometry, k-points, KKRhost

C h e c k s

i f

a

s e t

o f

v e c t o r s

a r e

l a t t i c e

v e c t o r s

Read more…

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n

Number of vectors

real(kind=dp), intent(in), dimension(3,*) :: qlat

Primitive translation vectors in reciprocal space

real(kind=dp), intent(in), dimension(3,*) :: vec

Double precision vector

Return Value logical