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 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245
|
--- /dev/null
+++ b/doc/obdistgen.1
@@ -0,0 +1,44 @@
+.Dd October 26, 2017
+.Os "Open Babel" 2.4.1
+.Dt obdistgen 1 URM
+.Sh NAME
+.Nm obdistgen
+.Nd "generate rough 3D coordinates for SMILES (or other 0D files)"
+.Sh SYNOPSIS
+.Nm
+.Ar filename
+.Sh DESCRIPTION
+Generates SDFs with distance geometry.
+.Sh EXAMPLES
+.Dl "obdistgen molecule.smi >molecule.sdf"
+.Pp
+Generate rough 3D coordinates for molecule.smi and write
+it to molecule.sdf
+.Sh SEE ALSO
+.Xr obgen 1 .
+.Pp
+The web pages for Open Babel can be found at:
+\%<\fBhttp://openbabel.org/\fR>
+.Sh AUTHORS
+.An -nosplit
+Open Babel is developed by a cast of many, including currrent maintainers
+.An Geoff Hutchison ,
+.An Chris Morley ,
+.An Michael Banck ,
+and innumerable others who have contributed fixes and additions.
+For more contributors to Open Babel, see
+\%<\fBhttp://openbabel.org/wiki/THANKS\fR>
+.Sh COPYRIGHT
+Copyright (C) 1998-2001 by OpenEye Scientific Software, Inc.
+.br
+Some portions Copyright (C) 2001-2007 by Geoffrey R. Hutchison and
+other contributors.
+.Pp
+ This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation version 2 of the License.
+.Pp
+ This program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+General Public License for more details.
--- /dev/null
+++ b/doc/obrms.1
@@ -0,0 +1,47 @@
+.Dd October 26, 2017
+.Os "Open Babel" 2.4.1
+.Dt obrms 1 URM
+.Sh NAME
+.Nm obrms
+.Nd "calculate the RMSD between two chemically identical structures"
+.Sh SYNOPSIS
+.Nm
+.Op Ar -firstonly
+.Ar filename1
+.Ar filename2
+.Sh DESCRIPTION
+Computes the heavy-atom RMSD of identical compound structures.
+Structures in multi-structure files are compared one-by-one unless -firstonly
+is passed, in which case only the first structure in the reference file is used.
+.Sh EXAMPLES
+.Dl "obrms ref.sdf test.sdf"
+.Pp
+Calculate the RMSD between ref.sdf and test.sdf
+.Sh SEE ALSO
+.Xr obfit 1 .
+.Pp
+The web pages for Open Babel can be found at:
+\%<\fBhttp://openbabel.org/\fR>
+.Sh AUTHORS
+.An -nosplit
+Open Babel is developed by a cast of many, including currrent maintainers
+.An Geoff Hutchison ,
+.An Chris Morley ,
+.An Michael Banck ,
+and innumerable others who have contributed fixes and additions.
+For more contributors to Open Babel, see
+\%<\fBhttp://openbabel.org/wiki/THANKS\fR>
+.Sh COPYRIGHT
+Copyright (C) 1998-2001 by OpenEye Scientific Software, Inc.
+.br
+Some portions Copyright (C) 2001-2007 by Geoffrey R. Hutchison and
+other contributors.
+.Pp
+ This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation version 2 of the License.
+.Pp
+ This program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+General Public License for more details.
--- /dev/null
+++ b/doc/obsym.1
@@ -0,0 +1,43 @@
+.Dd October 26, 2017
+.Os "Open Babel" 2.4.1
+.Dt obsym 1 URM
+.Sh NAME
+.Nm obsym
+.Nd "detect 3D point group symmetry"
+.Sh SYNOPSIS
+.Nm
+.Ar filename
+.Sh DESCRIPTION
+Detects 3D point group symmetry and writes out symmetrized coordinates.
+.Sh EXAMPLES
+.Dl "obsym molecule1.cif >molecule2.cif"
+.Pp
+Symmetrizes coordinates of molecule1.cif and write it to molecule2.cif
+.Sh SEE ALSO
+.Xr obgen 1 .
+.Pp
+The web pages for Open Babel can be found at:
+\%<\fBhttp://openbabel.org/\fR>
+.Sh AUTHORS
+.An -nosplit
+Open Babel is developed by a cast of many, including currrent maintainers
+.An Geoff Hutchison ,
+.An Chris Morley ,
+.An Michael Banck ,
+and innumerable others who have contributed fixes and additions.
+For more contributors to Open Babel, see
+\%<\fBhttp://openbabel.org/wiki/THANKS\fR>
+.Sh COPYRIGHT
+Copyright (C) 1998-2001 by OpenEye Scientific Software, Inc.
+.br
+Some portions Copyright (C) 2001-2007 by Geoffrey R. Hutchison and
+other contributors.
+.Pp
+ This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation version 2 of the License.
+.Pp
+ This program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+General Public License for more details.
--- /dev/null
+++ b/doc/obtautomer.1
@@ -0,0 +1,44 @@
+.Dd October 26, 2017
+.Os "Open Babel" 2.2
+.Dt obtautomer 1 URM
+.Sh NAME
+.Nm obtautomer
+.Nd "enumerate tautomer SMILES and canonical tautomer SMILES"
+.Sh SYNOPSIS
+.Nm
+.Op Ar -c
+.Ar filename
+.Sh DESCRIPTION
+Enumerates tautomer SMILES and canonical tautomer SMILES.
+.Sh EXAMPLES
+.Dl "obtautomer molecule.smi >tautomers.smi"
+.Pp
+Enumerates tautomers for molecule.smi and writes them to tautomers.smi
+.Sh SEE ALSO
+.Xr babel 1 ,
+.Pp
+The web pages for Open Babel can be found at:
+\%<\fBhttp://openbabel.org/\fR>
+.Sh AUTHORS
+.An -nosplit
+Open Babel is developed by a cast of many, including currrent maintainers
+.An Geoff Hutchison ,
+.An Chris Morley ,
+.An Michael Banck ,
+and innumerable others who have contributed fixes and additions.
+For more contributors to Open Babel, see
+\%<\fBhttp://openbabel.org/wiki/THANKS\fR>
+.Sh COPYRIGHT
+Copyright (C) 1998-2001 by OpenEye Scientific Software, Inc.
+.br
+Some portions Copyright (C) 2001-2008 by Geoffrey R. Hutchison and
+other contributors.
+.Pp
+ This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation version 2 of the License.
+.Pp
+ This program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+General Public License for more details.
--- /dev/null
+++ b/doc/obthermo.1
@@ -0,0 +1,51 @@
+.Dd October 26, 2017
+.Os "Open Babel" 2.4.1
+.Dt obthermo 1 URM
+.Sh NAME
+.Nm obthermo
+.Nd "extract the thermochemistry for a molecule"
+.Sh SYNOPSIS
+.Nm
+.Op options
+.Ar filename
+.Sh DESCRIPTION
+The obthermo tool can be used to extract the thermochemistry, e.g. Delta H formation
+Delta G formation and the standard entropy from e.g. a Gaussian calculation.
+.Sh OPTIONS
+.Bl -tag -width flag
+.It Fl --symm Ar N
+override symmetry number used in input file
+.It Fl --nrot Ar N
+number of rotatable bonds for conformational entropy
+.It Fl --dbdt Ar x
+temperature derivative of second virial coefficient for cp calculation
+.It Fl --kj
+output kJ/mol related units (default kcal/mol)
+.El
+.Sh SEE ALSO
+.Xr babel 1 ,
+.Pp
+The web pages for Open Babel can be found at:
+\%<\fBhttp://openbabel.org/\fR>
+.Sh AUTHORS
+.An -nosplit
+Open Babel is developed by a cast of many, including currrent maintainers
+.An Geoff Hutchison ,
+.An Chris Morley ,
+.An Michael Banck ,
+and innumerable others who have contributed fixes and additions.
+For more contributors to Open Babel, see
+\%<\fBhttp://openbabel.org/wiki/THANKS\fR>
+.Sh COPYRIGHT
+Copyright (C) 1998-2001 by OpenEye Scientific Software, Inc.
+.br
+Some portions Copyright (C) 2001-2008 by Geoffrey R. Hutchison and
+other contributors.
+.Pp
+ This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation version 2 of the License.
+.Pp
+ This program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+General Public License for more details.
|