Home
last modified time | relevance | path

Searched defs:compute_ux (Results 1 – 1 of 1) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Dcompute_ux.f908 SUBROUTINE compute_ux( m_loc,ux,nat ) subroutine
20 INTEGER, INTENT(IN) :: nat
22 REAL(DP), INTENT(OUT) :: ux(3)
24 REAL(DP), INTENT(IN) :: m_loc(3,nat)
29 REAL(DP) :: amag, uxmod ! modulus of the magnetization and of ux
31 INTEGER :: na ! counter on atoms
32 INTEGER :: starting_na ! auxiliary variable
33 LOGICAL :: is_parallel ! external function true if two vectors are parallel
61 IF (uxmod<eps12) CALL errore( 'compute_ux','strange uxmod', 1 ) argument