Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
dd0d76ef
"vscode:/vscode.git/clone" did not exist on "886533b914fc3ca3fa0ab3cbaca419c3af04fb79"
Commit
dd0d76ef
authored
Jan 18, 2016
by
Saurabh Belsare
Browse files
Added 2 labFrameDipoleMoment declarations in AmoebaReferenceMultipoleForce.h
parent
49277790
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
plugins/amoeba/platforms/reference/src/SimTKReference/AmoebaReferenceMultipoleForce.h
...erence/src/SimTKReference/AmoebaReferenceMultipoleForce.h
+14
-0
No files found.
plugins/amoeba/platforms/reference/src/SimTKReference/AmoebaReferenceMultipoleForce.h
View file @
dd0d76ef
...
@@ -1027,6 +1027,13 @@ protected:
...
@@ -1027,6 +1027,13 @@ protected:
*/
*/
virtual
void
calculateInducedDipoles
(
const
std
::
vector
<
MultipoleParticleData
>&
particleData
);
virtual
void
calculateInducedDipoles
(
const
std
::
vector
<
MultipoleParticleData
>&
particleData
);
/**
* Calculate permanent dipoles rotated in the lab frame.
*
* @param particleData vector of particle positions and parameters (charge, labFrame dipoles, quadrupoles, ...)
*/
virtual
void
calculateLabFramePermanantDipoles
(
const
std
::
vector
<
MultipoleParticleData
>&
particleData
);
/**
/**
* Setup:
* Setup:
* if needed invert multipole moments at chiral centers
* if needed invert multipole moments at chiral centers
...
@@ -1275,6 +1282,13 @@ private:
...
@@ -1275,6 +1282,13 @@ private:
*/
*/
void
calculateInducedDipoles
(
const
std
::
vector
<
MultipoleParticleData
>&
particleData
);
void
calculateInducedDipoles
(
const
std
::
vector
<
MultipoleParticleData
>&
particleData
);
/**
* Calculate fixed dipoles rotated in the lab frame.
*
* @param particleData vector of particle positions and parameters (charge, labFrame dipoles, quadrupoles, ...)
*/
void
calculateLabFramePermanentDipoles
(
const
std
::
vector
<
MultipoleParticleData
>&
particleData
);
/**
/**
* Calculate fields due induced dipoles at each site.
* Calculate fields due induced dipoles at each site.
*
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment