Home
last modified time | relevance | path

Searched refs:epsSoften (Results 1 – 4 of 4) sorted by relevance

/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_dftb/
H A Dexternalcharges.F90387 & V, epsSoften) argument
414 real(dp), optional, intent(in) :: epsSoften local
422 & rCellVec, gLatPoint, alpha, volume, V, this%blurWidths, epsSoften=epsSoften)
425 & rCellVec, gLatPoint, alpha, volume, V, epsSoften=epsSoften)
432 subroutine getElStatPotentialCluster(this, env, locations, V, epsSoften) argument
447 real(dp), optional, intent(in) :: epsSoften local
455 & this%blurWidths, epsSoften=epsSoften)
458 & epsSoften=epsSoften)
H A Dcoulomb.F90187 & blurWidths1, epsSoften) argument
214 real(dp), intent(in), optional :: epsSoften local
220 if (present(epsSoften)) then
221 epsSoften2 = epsSoften**2
512 & volume, invRVec, blurwidths1, epsSoften) argument
551 real(dp), intent(in), optional :: epsSoften local
571 & epsSoften=epsSoften)
582 rTmp = ewald(rr, rLat, gLat, alpha, volume, epsSoften=epsSoften)
1376 & + ewaldReal(rr, rVec, alpha, blurWidth=blurWidth, epsSoften=epsSoften)&
1483 if (present(epsSoften)) then
[all …]
H A Delstatpot.F90134 & epsSoften=this%softenEsp)
137 & epsSoften=this%softenEsp)
H A Dscc.F901039 subroutine getInternalElStatPotential(this, V, env, locations, epsSoften) argument
1054 real(dp), optional, intent(in) :: epsSoften local
1063 & this%rCellVec, this%gLatPoint, this%alpha, this%volume, V, epsSoften=epsSoften)
1066 & epsSoften=epsSoften)
1073 subroutine getExternalElStatPotential(this, V, env, locations, epsSoften) argument
1088 real(dp), optional, intent(in) :: epsSoften local
1095 & this%alpha, this%volume, V, epsSoften=epsSoften)
1097 call this%extCharge%getElStatPotential(env, locations, V, epsSoften=epsSoften)