1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>GAMGI Interfaces: Cluster Measure</title>
<link rel="icon" type="image/png" href="../../icon/gamgi16.png"/>
<link rel="stylesheet" type="text/css" href="../../css/base.css"/>
<link rel="stylesheet" type="text/css" href="../../css/notebook.css"/>
</head>
<body>
<h1>Cluster Measure</h1>
<div id="notebook">
<ul>
<li><span>Type</span></li>
<li><a href="measure_symmetry.html">Symmetry</a></li>
<li><a href="measure_voronoi.html">Voronoi</a></li>
<li><a href="measure_tolerance.html">Tolerance</a></li>
<li><a href="measure_view.html">View</a></li>
</ul>
</div>
<div class="contents">
Chose the method of analysis: <b>Geometry</b>, <b>Symmetry</b> or <b>Voronoi</b>.
<h3>Geometry</h3>
This method measures all the bond lengths, angles and torsions in the
structure, reporting for each quantity, the number of occurrences, the
minimum and maximum values, the average value and the standard deviation.
Geometric relations between non bonded atoms are ignored.
<p/>
Undefined bond angles (when at least two atoms are coincident) are reported
for each angle sequence. Undefined bond torsions (when at least two atoms
are coincident or three atoms are colinear) are reported for each torsion
sequence.
<h3>Symmetry</h3>
This method determines the point group of symmetry of the structure, either
in the chemical context (infinite groups, all symmetry operations are
allowed) or in the crystallographic context (32 groups, only 1, 2, 3, 4, 6
rotations and other operations compatible with lattice symmetry are allowed).
<h3>Voronoi</h3>
This method determines the Voronoi tesselation of the structure,
shows the resulting polyhedra in a new layer, and reports a large
list of its most important geometrical and topological properties.
<p/>
This analysis can be made with planar bondaries (to close the
outside polyhedra) or with full periodic boundary conditions,
with equal weights for all atoms (the usual Voronoi tesselation)
or with a different weight for each atom (given by its atomic
radius, the so-called radical tesselation).
</div>
<div id="bottom">
<a href="../../index.shtml">Home</a>
</div>
</body>
</html>
|