Unverified Commit 7a5c9736 authored by Matt Thompson's avatar Matt Thompson Committed by GitHub
Browse files

Note that w_cross has units of inverse distance (#4263)

* Note that w_cross has units of inverse distance

* Grammar
parent e1257e5e
......@@ -136,7 +136,8 @@ private:
* r<sub>1</sub> + w<sub>12</sub>r<sub>12</sub> + w<sub>13</sub>r<sub>13</sub> + w<sub>cross</sub>(r<sub>12</sub> x r<sub>13</sub>)
*
* The three weight factors are user-specified. This allows the virtual site location
* to be out of the plane of the three particles.
* to be out of the plane of the three particles. Note that while w<sub>12</sub> and
* w<sub>13</sub> are unitless, w<sub>cross</sub> has units of inverse distance.
*/
class OPENMM_EXPORT OutOfPlaneSite : public VirtualSite {
public:
......
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