Commit 4bbfd3d1 authored by Robert McGibbon's avatar Robert McGibbon
Browse files

AMD docstring

parent f5499fbb
...@@ -160,7 +160,7 @@ class AMDForceGroupIntegrator(CustomIntegrator): ...@@ -160,7 +160,7 @@ class AMDForceGroupIntegrator(CustomIntegrator):
Returns Returns
------- -------
value energy
the value of the effective potential the value of the effective potential
""" """
alphaGroup = self.getAlphaGroup() alphaGroup = self.getAlphaGroup()
...@@ -268,7 +268,8 @@ class DualAMDIntegrator(CustomIntegrator): ...@@ -268,7 +268,8 @@ class DualAMDIntegrator(CustomIntegrator):
Returns Returns
------- -------
the value of the effective potential energy
the value of the effective potential
""" """
alphaTotal = self.getAlphaTotal() alphaTotal = self.getAlphaTotal()
ETotal = self.getETotal() ETotal = self.getETotal()
......
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