"vscode:/vscode.git/clone" did not exist on "a8ed293e2993c4efa06be751d272157f8b39b0ef"
Commit be0387b6 authored by peastman's avatar peastman
Browse files

Merge pull request #1262 from rmcgibbo/docstring2

AMD docstring fix
parents d8299046 4bbfd3d1
...@@ -160,6 +160,7 @@ class AMDForceGroupIntegrator(CustomIntegrator): ...@@ -160,6 +160,7 @@ class AMDForceGroupIntegrator(CustomIntegrator):
Returns Returns
------- -------
energy
the value of the effective potential the value of the effective potential
""" """
alphaGroup = self.getAlphaGroup() alphaGroup = self.getAlphaGroup()
...@@ -267,6 +268,7 @@ class DualAMDIntegrator(CustomIntegrator): ...@@ -267,6 +268,7 @@ class DualAMDIntegrator(CustomIntegrator):
Returns Returns
------- -------
energy
the value of the effective potential the value of the effective potential
""" """
alphaTotal = self.getAlphaTotal() alphaTotal = self.getAlphaTotal()
......
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