Package ffx.potential.nonbonded
Class ParticleMeshEwald.LambdaFactorsESV
java.lang.Object
ffx.potential.nonbonded.ParticleMeshEwald.LambdaFactors
ffx.potential.nonbonded.ParticleMeshEwald.LambdaFactorsESV
- Enclosing class:
ParticleMeshEwald
-
Field Summary
Fields inherited from class ffx.potential.nonbonded.ParticleMeshEwald.LambdaFactors
d2lfAlpha, d2lfPowPerm, d2lfPowPol, dlfAlpha, dlfPowPerm, dlfPowPol, dLpdL, dLpdLi, dLpdLk, ik, lambdaProd, lfAlpha, lfPowPerm, lfPowPol
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setFactors
(int i, int k, LambdaMode mode) Overriden by the ESV version which updates with every softcore interaction.Methods inherited from class ffx.potential.nonbonded.ParticleMeshEwald.LambdaFactors
print, setFactors
-
Constructor Details
-
LambdaFactorsESV
public LambdaFactorsESV()
-
-
Method Details
-
setFactors
Description copied from class:ParticleMeshEwald.LambdaFactors
Overriden by the ESV version which updates with every softcore interaction.- Overrides:
setFactors
in classParticleMeshEwald.LambdaFactors
- Parameters:
i
- Atom i index.k
- Atom k index.mode
- the LambdaMode
-