File: BuildingBoundsMatrix.htm

package info (click to toggle)
rdkit 201809.1%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 123,688 kB
  • sloc: cpp: 230,509; python: 70,501; java: 6,329; ansic: 5,427; sql: 1,899; yacc: 1,739; lex: 1,243; makefile: 445; xml: 229; fortran: 183; sh: 123; cs: 93
file content (40 lines) | stat: -rw-r--r-- 1,711 bytes parent folder | download | duplicates (4)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <link rel="stylesheet" type="text/css" href="RD.css">
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="content-type">
   <title>Building the Bounds Matrix</title>
</head>
<body>

<h2>
<!--
<Object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
	<param name="Keyword" value="distance">
	<param name="Keyword" value="distance,bounds">
	<param name="Keyword" value="bounds matrix">
	<param name="Keyword" value="bounds matrix, building">
	<param name="Keyword" value="distance bounds matrix">
	<param name="Keyword" value="triangle smoothing">
</OBJECT>
-->	
<a name="Building_the_Bounds_Matrix"></a>Building the Bounds Matrix</h2>
The distance bounds matrix for each molecule contains lower bounds for
each atom--atom distance in the lower triangle and the upper bounds for
each distance in the upper triangle. These bounds are assigned using a
rules-based approach [<a href="References.htm#Blaney1994">Blaney1994</a>]
where 1--2, 1--3, and some 1--4 distances are set using the force
field's bond length, bond angle, and torsion parameters respectively.
Bounds for some higher order distances (typically associated with
rings) are also set. Any remaining distance bounds are set to
conservative defaults: with a minimum above the sum of van der Waals
radii and a large maximum.<br>
<br>
Once the bounds matrix is constructed, it is refined using a triangle
bounds smoothing algorithm that iteratively shrinks the individual
bounds until they are as tight as possible.[<a
 href="References.htm#Crippen1981">Crippen1981</a>]<br>

</body>
</html>