Searched defs:irreducible_BZ (Results 1 – 1 of 1) sorted by relevance
/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/ |
H A D | irrek.f90 | 22 INTEGER, INTENT(IN) :: nrot 24 INTEGER, INTENT(IN) :: nsym 26 INTEGER, INTENT(IN) :: npk 28 INTEGER, INTENT(IN) :: s(3,3,48) 32 REAL(DP), INTENT(IN) :: at(3,3) 34 REAL(DP), INTENT(IN) :: bg(3,3) 36 LOGICAL, INTENT(IN) :: minus_q 40 INTEGER, INTENT(INOUT) :: nks 49 INTEGER :: table(48,48), invs(3,3,48), irg(48) 54 INTEGER :: isym, jsym [all …]
|