Home
last modified time | relevance | path

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

/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_dftb/
H A Dthirdorder.F9068 procedure :: updateCharges method
197 subroutine updateCharges(this, species, neighList, qq, q0, img2CentCell, orb) subroutine
200 class(ThirdOrder), intent(inout) :: this
203 integer, intent(in) :: species(:)
206 type(TNeighbourList), intent(in) :: neighList
209 real(dp), intent(in) :: qq(:,:,:)
212 real(dp), intent(in) :: q0(:,:,:)
215 integer, intent(in) :: img2CentCell(:)
218 type(TOrbitals), intent(in) :: orb
220 real(dp), allocatable :: chargesPerShell(:,:)
[all …]
H A Dscc.F90229 procedure :: updateCharges method
541 subroutine updateCharges(this, env, qOrbital, q0, orb, species) subroutine
566 end subroutine updateCharges argument
/dports/net/xisp/xisp-2.7p4/
H A Dxisp.c6197 void updateCharges(ptt_t *p) function