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
7139275a
Commit
7139275a
authored
Nov 16, 2015
by
Peter Eastman
Browse files
Minor updates to documentation
parent
6391f721
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
docs-source/usersguide/application.rst
docs-source/usersguide/application.rst
+8
-3
No files found.
docs-source/usersguide/application.rst
View file @
7139275a
...
@@ -1915,7 +1915,9 @@ contains the following tags:
...
@@ -1915,7 +1915,9 @@ contains the following tags:
name
is
recommended
,
since
it
makes
the
residue
definition
much
easier
to
name
is
recommended
,
since
it
makes
the
residue
definition
much
easier
to
understand
.)
understand
.)
*
An
:
code
:`<
ExternalBond
>`
tag
for
each
atom
that
will
be
bonded
to
an
*
An
:
code
:`<
ExternalBond
>`
tag
for
each
atom
that
will
be
bonded
to
an
atom
of
a
different
residue
.
atom
of
a
different
residue
.
:
code
:`
atomName
`
is
the
name
of
the
atom
.
(
Alternatively
,
the
deprecated
:
code
:`
from
`
tag
may
indicate
the
atom
by
index
instead
of
name
.)
The
:
code
:`<
Residue
>`
tag
may
also
contain
:
code
:`<
VirtualSite
>`
tags
,
The
:
code
:`<
Residue
>`
tag
may
also
contain
:
code
:`<
VirtualSite
>`
tags
,
...
@@ -1941,8 +1943,11 @@ be represented with a virtual site. The :code:`type` attribute may equal
...
@@ -1941,8 +1943,11 @@ be represented with a virtual site. The :code:`type` attribute may equal
OutOfPlaneSite
,
and
LocalCoordinatesSite
classes
respectively
.
The
:
code
:`
siteName
`
OutOfPlaneSite
,
and
LocalCoordinatesSite
classes
respectively
.
The
:
code
:`
siteName
`
attribute
gives
the
name
of
the
atom
to
represent
with
a
virtual
site
.
The
atoms
attribute
gives
the
name
of
the
atom
to
represent
with
a
virtual
site
.
The
atoms
it
is
calculated
based
on
are
specified
by
:
code
:`
atomName1
`\
,
:
code
:`
atomName2
`\
,
it
is
calculated
based
on
are
specified
by
:
code
:`
atomName1
`\
,
:
code
:`
atomName2
`\
,
and
(
for
virtual
site
classes
that
involve
three
atoms
)
:
code
:`
atomName3
`\
.
The
and
(
for
virtual
site
classes
that
involve
three
atoms
)
:
code
:`
atomName3
`\
.
remaining
attributes
are
specific
to
the
virtual
site
class
,
and
specify
the
(
Some
old
force
fields
use
the
deprecated
tags
:
code
:`
index
`,
:
code
:`
atom1
`,
:
code
:`
atom2
`,
and
:
code
:`
atom3
`
to
refer
to
them
by
index
instead
of
name
.)
The
remaining
attributes
are
specific
to
the
virtual
site
class
,
and
specify
the
parameters
for
calculating
the
site
position
.
For
a
TwoParticleAverageSite
,
parameters
for
calculating
the
site
position
.
For
a
TwoParticleAverageSite
,
they
are
:
code
:`
weight1
`
and
:
code
:`
weight2
`\
.
For
a
they
are
:
code
:`
weight1
`
and
:
code
:`
weight2
`\
.
For
a
ThreeParticleAverageSite
,
they
are
:
code
:`
weight1
`\
,
:
code
:`
weight2
`\
,
and
ThreeParticleAverageSite
,
they
are
:
code
:`
weight1
`\
,
:
code
:`
weight2
`\
,
and
...
...
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