Home
last modified time | relevance | path

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

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCHamiltonians/
H A DCoulombPotentialFactory.cpp90 bool doForces = (forces == "yes") || (forces == "true"); in addCoulombPotential() local
115 targetH->addOperator(new CoulombPBCAA_CUDA(*ptclA, quantum, doForces), title, physical); in addCoulombPotential()
121 … targetH->addOperator(new CoulombPotential<Return_t>(*ptclA, quantum, doForces), title, physical); in addCoulombPotential()
125 targetH->addOperator(new CoulombPBCAA(*ptclA, quantum, doForces), title, physical); in addCoulombPotential()
128 … targetH->addOperator(new CoulombPotential<Return_t>(*ptclA, quantum, doForces), title, physical); in addCoulombPotential()
H A DECPotentialBuilder.cpp84 bool doForces = (forces == "yes") || (forces == "true"); in put() local
116 if (doForces) in put()
119 CoulombPBCAB_CUDA* apot = new CoulombPBCAB_CUDA(IonConfig, targetPtcl, doForces); in put()
121 CoulombPBCAB* apot = new CoulombPBCAB(IonConfig, targetPtcl, doForces); in put()
134 … new NonLocalECPotential_CUDA(IonConfig, targetPtcl, targetPsi, usePBC, doForces, use_DLA == "yes"… in put()
136 …NonLocalECPotential* apot = new NonLocalECPotential(IonConfig, targetPtcl, targetPsi, doForces, us… in put()
H A DNonLocalECPotential_CUDA.h78 bool doForces = false,
H A DNonLocalECPotential_CUDA.cpp31 bool doForces, in NonLocalECPotential_CUDA() argument
33 : NonLocalECPotential(ions, els, psi, doForces, enable_DLA), in NonLocalECPotential_CUDA()
/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DLocalPlayer.h134 void doForces(float dt, float* velocity, float& angVel);
H A DLocalPlayer.cxx373 doForces(dt, newVelocity, newAngVel); in doUpdateMotion()
1606 void LocalPlayer::doForces(float UNUSED(dt), in doForces() function in LocalPlayer
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DLocalPlayer.h134 void doForces(float dt, float* velocity, float& angVel);
H A DLocalPlayer.cxx373 doForces(dt, newVelocity, newAngVel); in doUpdateMotion()
1606 void LocalPlayer::doForces(float UNUSED(dt), in doForces() function in LocalPlayer
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxlib/nonbonded/
H A Dnb_free_energy.cpp255 const bool doForces = ((kernel_data->flags & GMX_NONBONDED_DO_FORCE) != 0); in nb_free_energy_kernel() local
780 if (doForces) in nb_free_energy_kernel()
811 if (doForces) in nb_free_energy_kernel()