0
|
1 #
|
|
2 # $RCSfile: DaylightValenceModelData.csv,v $
|
|
3 # $Date: 2015/02/28 20:48:22 $
|
|
4 # $Revision: 1.6 $
|
|
5 #
|
|
6 # Author: Manish Sud <msud@san.rr.com>
|
|
7 #
|
|
8 # Copyright (C) 2015 Manish Sud. All rights reserved.
|
|
9 #
|
|
10 # This file is part of MayaChemTools.
|
|
11 #
|
|
12 # MayaChemTools is free software; you can redistribute it and/or modify it under
|
|
13 # the terms of the GNU Lesser General Public License as published by the Free
|
|
14 # Software Foundation; either version 3 of the License, or (at your option) any
|
|
15 # later version.
|
|
16 #
|
|
17 # MayaChemTools is distributed in the hope that it will be useful, but without
|
|
18 # any warranty; without even the implied warranty of merchantability of fitness
|
|
19 # for a particular purpose. See the GNU Lesser General Public License for more
|
|
20 # details.
|
|
21 #
|
|
22 # You should have received a copy of the GNU Lesser General Public License
|
|
23 # along with MayaChemTools; if not, see <http://www.gnu.org/licenses/> or
|
|
24 # write to the Free Software Foundation Inc., 59 Temple Place, Suite 330,
|
|
25 # Boston, MA, 02111-1307, USA.
|
|
26 #
|
|
27 # Original data source:
|
|
28 # o Data extracted from Daylight theory manual and other on-line resources
|
|
29 #
|
|
30 # Notes:
|
|
31 # o Formal charge and common valence information is used to calculate the
|
|
32 # number of implicit hydrogens for Daylight valence model during
|
|
33 # processing of SMILES strings
|
|
34 # o Used for elements defined outside the brackets: Implicit hydrogens count
|
|
35 # is 0 for elements inside the brackets unless it's specified in the SMILES
|
|
36 # o Common valence is undefined for elements specified using * outside the
|
|
37 # brackets
|
|
38 #
|
|
39 #
|
|
40 "AtomicNumber","ElementSymbol","FormalCharge","CommonValences"
|
|
41 "5","B","0","3"
|
|
42 "6","C","0","4"
|
|
43 "7","N","0","3,5"
|
|
44 "8","O","0","2"
|
|
45 "9","F","0","1"
|
|
46 "15","P","0","3,5"
|
|
47 "16","S","0","2,4,6"
|
|
48 "17","Cl","0","1"
|
|
49 "35","Br","0","1"
|
|
50 "53","I","0","1"
|