"plugins/freeEnergy/vscode:/vscode.git/clone" did not exist on "ebdb2ef3de344b7b6dec389dd5e9c7bc857e9a30"
Commit 48cb76ad authored by Andy Simmonett's avatar Andy Simmonett
Browse files

More spherical harmonics added.

o Replaced Cartesians in the reciprocal and self PME terms.
o Added non-PME spherical harmonics field generation and force evaluation routines.
o Added spherical harmonic potential evaluation, to allow removal of the Cartesian moments.
parent 21ded039
......@@ -824,14 +824,14 @@ protected:
* which is the rotation matrix that describes the orientation of the
* internuclear vector for a given pair (I,J) in lab frame.
*
* @param particleI particleI data
* @param particleJ particleJ data
* @param particleI particleI position
* @param particleJ particleJ position
* @param deltaR the internuclear vector, corrected for periodic boundary conditions
* @param r the bond length between atoms I and J
* @param rotationmatrix the output rotation matrix for a 3-vector
*/
void formQIRotationMatrix(const MultipoleParticleData& particleI,
const MultipoleParticleData& particleJ,
void formQIRotationMatrix(const RealVec& iPosition,
const RealVec& jPosition,
const RealVec &deltaR,
RealOpenMM r,
RealOpenMM (&rotationMatrix)[3][3]) const;
......
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