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

Checks if a set of vectors are lattice vectors

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