Molecula Paclet Symbol
MDistance
MAngle
MDihedral
MToVector
MToNormedVector
See Also »
|
Molecula Geometry Functions
More About »
MGeometricCenter
MGeometricCenter[
hexpr
]
returns the geometric center of
hexpr
atoms in the set
atolist
.
MGeometricCenter[
atolist
]
returns the geometric center of the atoms in the set
atolist
.
MORE INFORMATION
hexpr
could be any of the predefined hierarchical expressions of
Molecula
:
MData
,
MModel
,
MChain
,
MResidue
and
MAtom
.
atolist
is a list of molecula hierarchical expressions with heads
MAtom
.
Cartesian
coordinates are used to compute the geometric center.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
In[1]:=
Loads a sample chain:
In[2]:=
Computes the geometric center of the chain:
In[3]:=
Out[3]=
Loads a set of sample atoms:
In[4]:=
Computes the geometric center:
In[5]:=
SEE ALSO
MDistance
MAngle
MDihedral
MToVector
MToNormedVector
MORE ABOUT
Molecula Geometry Functions