Searched defs:chargeps (Results 1 – 2 of 2) sorted by relevance
/dports/science/quantum-espresso/q-e-qe-6.7.0/atomic/src/ |
H A D | chargeps.f90 | 10 subroutine chargeps(rho_i,phi_i,nwf_i,ll_i,jj_i,oc_i,iswf_i) subroutine 24 iswf_i(nwfsx),& ! input: their spin 25 ll_i(nwfsx) ! input: their angular momentum 29 oc_i(nwfsx), & ! input: the occupation 30 phi_i(ndmx,nwfsx), & ! input: the functions to add 34 is, & ! counter on spin 35 n,n1,n2,& ! counters on beta and mesh function 36 ns,nst,ikl ! counter on wavefunctions 39 work(nwfsx), & ! auxiliary variable for becp 40 int_0_inf_dr,& ! integration function [all …]
|
H A D | atomic_paw.f90 | 94 chargeps(ndmx,2), charge1(ndmx,2), charge1ps(ndmx,2), & ! charges. local
|