Molecula Paclet Symbol
MToNormedVector
MDistance
MAngle
MDihedral
MGeometricCenter
See Also »
|
Molecula Geometry Functions
More About »
MToVector
MToVector[ {
ato1
,
ato2
} ]
returns the vector associated to Cartesian coordinates of
ato1
and
ato2.
MToVector[ { {
ato1
,
ato2
}, {
atoi
,
atoj
}, ...} ]
returns the vectors associated to Cartesian coordinates of each atom pairs.
MORE INFORMATION
ato1
and
ato2
are molecula hierarchical expressions with head
MAtom
.
Cartesian coordinates are used to compute the distance.
ato1
and
ato2
are respectively the origin and the end of the vector.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
In[1]:=
Loads a set of sample atoms:
In[2]:=
Out[2]=
Compute the vector:
In[3]:=
Out[3]=
SEE ALSO
MToNormedVector
MDistance
MAngle
MDihedral
MGeometricCenter
MORE ABOUT
Molecula Geometry Functions