Home
last modified time | relevance | path

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

/dports/biology/protomol/protomol/framework/integrators/
H A DShadowHMCIntegrator.cpp436 Real pos1DotVel2 = 0.0; in calcShadow4() local
463 pos1DotVel2 += mass_div_2 * (((*myPrevPositions)[n+1])[i] - in calcShadow4()
477 a12 = pos1DotVel2 - vel1DotPos2; in calcShadow4()
492 Real pos1DotVel2 = 0.0; in calcShadow8() local
526 pos1DotVel2 += mass_div_2 * (((*myPrevPositions)[n+1])[i] - in calcShadow8()
586 a12 = pos1DotVel2 - vel1DotPos2; in calcShadow8()