Commit 4e2505e8 authored by Saurabh Belsare's avatar Saurabh Belsare
Browse files

Merge branch 'master' of https://github.com/saurabhbelsare/openmm

parents a00d2ad7 feec33e6
......@@ -117,7 +117,6 @@ void AmoebaMultipoleForce::setPmeGridDimensions(const std::vector<int>& gridDime
nx = gridDimension[0];
ny = gridDimension[1];
nz = gridDimension[2];
>>>>>>> upstream/master
}
void AmoebaMultipoleForce::getPMEParametersInContext(const Context& context, double& alpha, int& nx, int& ny, int& nz) const {
......
......@@ -688,6 +688,9 @@ protected:
RealOpenMM quadrupole[6];
RealVec sphericalDipole;
RealOpenMM sphericalQuadrupole[5];
RealOpenMM thole;
RealOpenMM dampingFactor;
RealOpenMM polarity;
};
/**
......@@ -730,6 +733,9 @@ protected:
RealOpenMM _uScale[5];
std::vector<TransformedMultipole> _transformed;
std::vector<RealVec> _fixedMultipoleField;
std::vector<RealVec> _fixedMultipoleFieldPolar;
std::vector<RealVec> _inducedDipole;
std::vector<RealVec> _inducedDipolePolar;
std::vector<std::vector<RealVec> > _ptDipoleP;
std::vector<std::vector<RealVec> > _ptDipoleD;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment