Home
last modified time | relevance | path

Searched refs:forcelc (Results 1 – 10 of 10) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Dforce_lc.f9011 igtongl, g, rho, nl, gstart, gamma_only, vloc, forcelc ) argument
55 REAL(DP), INTENT(OUT) :: forcelc(3, nat) local
88 forcelc (1:3, na) = 0.d0
93 forcelc(1:3,na) = forcelc(1:3, na) + &
98 forcelc(1:3,na) = fact * forcelc(1:3,na) * omega * tpi / alat
105 CALL esm_force_lc( aux, forcelc )
111 IF ( do_cutoff_2D ) CALL cutoff_force_lc( aux, forcelc )
113 CALL mp_sum( forcelc, intra_bgrp_comm )
H A Dforces.f9062 forcelc(:,:), & local
92 ALLOCATE( forcenl(3,nat), forcelc(3,nat), forcecc(3,nat), &
107 forcelc )
206 forcelc(ipol,na) + &
292 WRITE( stdout, 9035) na, ityp(na), ( forcelc(ipol,na), ipol = 1, 3 )
397 DEALLOCATE( forcenl, forcelc, forcecc, forceh, forceion, forcescc )
H A DCoul_cut_2D.f90332 REAL(DP), INTENT(INOUT) :: forcelc(3,nat) local
345 forcelc(ipol,na) = forcelc (ipol,na) + tpi / alat * &
H A Desm.f907279 forcelc(1,it) = forcelc(1,it) &
7281 forcelc(2,it) = forcelc(2,it) &
7283 forcelc(3,it) = forcelc(3,it)+for_g(3,it)*omega*e2
7478 forcelc(1,it) = forcelc(1,it) &
7480 forcelc(2,it) = forcelc(2,it) &
7482 forcelc(3,it) = forcelc(3,it)+for_g(3,it)*omega*e2
7666 forcelc(1,it) = forcelc(1,it) &
7668 forcelc(2,it) = forcelc(2,it) &
7670 forcelc(3,it) = forcelc(3,it)+for_g(3,it)*omega*e2
7916 forcelc(1,it) = forcelc(1,it) &
[all …]
/dports/science/plumed/plumed2-2.7.2/patches/qespresso-5.0.2.diff/PW/src/
H A Dforces.f9055 forcelc(:,:), & local
78 ALLOCATE( forcenl( 3, nat ), forcelc( 3, nat ), forcecc( 3, nat ), &
94 forcelc )
200 forcelc(ipol,na) + &
287 WRITE( stdout, 9035) na, ityp(na), ( forcelc(ipol,na), ipol = 1, 3 )
347 DEALLOCATE( forcenl, forcelc, forcecc, forceh, forceion, forcescc )
H A Dforces.f90.preplumed55 forcelc(:,:), &
78 ALLOCATE( forcenl( 3, nat ), forcelc( 3, nat ), forcecc( 3, nat ), &
94 forcelc )
200 forcelc(ipol,na) + &
285 WRITE( stdout, 9035) na, ityp(na), ( forcelc(ipol,na), ipol = 1, 3 )
345 DEALLOCATE( forcenl, forcelc, forcecc, forceh, forceion, forcescc )
/dports/science/plumed/plumed2-2.7.2/patches/qespresso-6.2.diff/PW/src/
H A Dforces.f9064 forcelc(:,:), & local
94 ALLOCATE( forcenl( 3, nat ), forcelc( 3, nat ), forcecc( 3, nat ), &
109 forcelc )
209 forcelc(ipol,na) + &
297 WRITE( stdout, 9035) na, ityp(na), ( forcelc(ipol,na), ipol = 1, 3 )
402 DEALLOCATE( forcenl, forcelc, forcecc, forceh, forceion, forcescc )
H A Dforces.f90.preplumed64 forcelc(:,:), &
94 ALLOCATE( forcenl( 3, nat ), forcelc( 3, nat ), forcecc( 3, nat ), &
109 forcelc )
209 forcelc(ipol,na) + &
295 WRITE( stdout, 9035) na, ityp(na), ( forcelc(ipol,na), ipol = 1, 3 )
400 DEALLOCATE( forcenl, forcelc, forcecc, forceh, forceion, forcescc )
/dports/textproc/enchant/enchant-1.6.0/src/ispell/
H A Dtgood.cpp656 forcelc (tword, flent->affl); in pr_pre_expansion()
661 forcelc (tword + 1, tlen - 1); in pr_pre_expansion()
669 forcelc (tword, flent->affl); in pr_pre_expansion()
758 forcelc (nextc, flent->affl); in pr_suf_expansion()
773 void ISpellChecker::forcelc (ichar_t *dst, int len) /* Force to lowercase */ in forcelc() function in ISpellChecker
H A Dispell_checker.h147 void forcelc P ((ichar_t * dst, int len));