Molecula Paclet Symbol
MDistance
MAngle
MGeometricCenter
MToVector
MToNormedVector
See Also »
|
Molecula Geometry Functions
More About »
MDihedral
MDihedral[ {
ato1
,
ato2
,
ato3
,
ato4
} ]
returns the dihedral angle - also denoted torsion angle - formed by four atoms.
MORE INFORMATION
ato1
,
ato2
,
ato3
and
ato4
are molecula hierarchical expressions with head
MAtom
.
Cartesian
coordinates are used to compute the angle.
The dihedral angle (
ato1
,
ato2
,
ato3
,
ato4
) is equivalent to the angle formed by the two vectors (
ato2
,
ato1
) and (
ato3
,
ato4
).
Computed angles can be evaluated in different units: radians (Default), degrees or grades.
The following option can be given:
"Unit"
"Radian"
returns evaluated angle in radians
Possible settings for "Unit" include:
"Radian"
angle expressed in radians
"Degree"
angle expressed in degrees
"Grade"
angle expressed in grades
EXAMPLES
CLOSE ALL
Basic Examples
(1)
In[1]:=
Loads a set of sample atoms:
In[2]:=
Out[2]=
Computes the angle (C4',C3',O3'):
In[3]:=
Out[3]=
Options
(1)
SEE ALSO
MDistance
MAngle
MGeometricCenter
MToVector
MToNormedVector
MORE ABOUT
Molecula Geometry Functions