source: src/elements_db.cpp@ 5f8660a

Action_Thermostats Add_AtomRandomPerturbation Add_FitFragmentPartialChargesAction Add_RotateAroundBondAction Add_SelectAtomByNameAction Added_ParseSaveFragmentResults AddingActions_SaveParseParticleParameters Adding_Graph_to_ChangeBondActions Adding_MD_integration_tests Adding_ParticleName_to_Atom Adding_StructOpt_integration_tests AtomFragments Automaking_mpqc_open AutomationFragmentation_failures Candidate_v1.5.4 Candidate_v1.6.0 Candidate_v1.6.1 ChangeBugEmailaddress ChangingTestPorts ChemicalSpaceEvaluator CombiningParticlePotentialParsing Combining_Subpackages Debian_Package_split Debian_package_split_molecuildergui_only Disabling_MemDebug Docu_Python_wait EmpiricalPotential_contain_HomologyGraph EmpiricalPotential_contain_HomologyGraph_documentation Enable_parallel_make_install Enhance_userguide Enhanced_StructuralOptimization Enhanced_StructuralOptimization_continued Example_ManyWaysToTranslateAtom Exclude_Hydrogens_annealWithBondGraph FitPartialCharges_GlobalError Fix_BoundInBox_CenterInBox_MoleculeActions Fix_ChargeSampling_PBC Fix_ChronosMutex Fix_FitPartialCharges Fix_FitPotential_needs_atomicnumbers Fix_ForceAnnealing Fix_IndependentFragmentGrids Fix_ParseParticles Fix_ParseParticles_split_forward_backward_Actions Fix_PopActions Fix_QtFragmentList_sorted_selection Fix_Restrictedkeyset_FragmentMolecule Fix_StatusMsg Fix_StepWorldTime_single_argument Fix_Verbose_Codepatterns Fix_fitting_potentials Fixes ForceAnnealing_goodresults ForceAnnealing_oldresults ForceAnnealing_tocheck ForceAnnealing_with_BondGraph ForceAnnealing_with_BondGraph_continued ForceAnnealing_with_BondGraph_continued_betteresults ForceAnnealing_with_BondGraph_contraction-expansion FragmentAction_writes_AtomFragments FragmentMolecule_checks_bonddegrees GeometryObjects Gui_Fixes Gui_displays_atomic_force_velocity ImplicitCharges IndependentFragmentGrids IndependentFragmentGrids_IndividualZeroInstances IndependentFragmentGrids_IntegrationTest IndependentFragmentGrids_Sole_NN_Calculation JobMarket_RobustOnKillsSegFaults JobMarket_StableWorkerPool JobMarket_unresolvable_hostname_fix MoreRobust_FragmentAutomation ODR_violation_mpqc_open PartialCharges_OrthogonalSummation PdbParser_setsAtomName PythonUI_with_named_parameters QtGui_reactivate_TimeChanged_changes Recreated_GuiChecks Rewrite_FitPartialCharges RotateToPrincipalAxisSystem_UndoRedo SaturateAtoms_findBestMatching SaturateAtoms_singleDegree StoppableMakroAction Subpackage_CodePatterns Subpackage_JobMarket Subpackage_LinearAlgebra Subpackage_levmar Subpackage_mpqc_open Subpackage_vmg Switchable_LogView ThirdParty_MPQC_rebuilt_buildsystem TrajectoryDependenant_MaxOrder TremoloParser_IncreasedPrecision TremoloParser_MultipleTimesteps TremoloParser_setsAtomName Ubuntu_1604_changes stable
Last change on this file since 5f8660a was bcf653, checked in by Frederik Heber <heber@…>, 14 years ago

Added copyright note to each .cpp file and an extensive one to builder.cpp.

  • Property mode set to 100755
File size: 8.3 KB
Line 
1/*
2 * Project: MoleCuilder
3 * Description: creates and alters molecular systems
4 * Copyright (C) 2010 University of Bonn. All rights reserved.
5 * Please see the LICENSE file or "Copyright notice" in builder.cpp for details.
6 */
7
8/*
9 * elements_db.cpp
10 *
11 * Created on: 17.05.2010
12 * Author: heber
13 */
14
15// include config.h
16#ifdef HAVE_CONFIG_H
17#include <config.h>
18#endif
19
20#include "Helpers/MemDebug.hpp"
21
22const char *elementsDB =\
23"# Covalent radius of each element in Angstroem from CSD (binding is: [Rcov(A)+Rcov(B)-t,Rcov(A)+Rcov(B)+t] with t = 0.4A\n\
24#Element Name Symbol Period Group Block Atomic Number AtomicWeight Covalent Radius vdW Radius\n\
25Hydrogen H 1 1 s 1 1.008 0.23 1.09\n\
26Helium He 1 18 p 2 4.003 1.50 1.40\n\
27Lithium Li 2 1 s 3 6.941 0.68 1.82\n\
28Beryllium Be 2 2 s 4 9.012 0.35 2.00\n\
29Boron B 2 13 p 5 10.811 0.83 2.00\n\
30Carbon C 2 14 p 6 12.011 0.68 1.70\n\
31Nitrogen N 2 15 p 7 14.007 0.68 1.55\n\
32Oxygen O 2 16 p 8 15.999 0.68 1.52\n\
33Fluorine F 2 17 p 9 18.998 0.64 1.47\n\
34Neon Ne 2 18 p 10 20.180 1.50 1.54\n\
35Sodium Na 3 1 s 11 22.991 0.97 2.27\n\
36Magnesium Mg 3 2 s 12 24.305 1.10 1.73\n\
37Aluminium Al 3 13 p 13 26.982 1.35 2.00\n\
38Silicon Si 3 14 p 14 28.086 1.20 2.10\n\
39Phosphorus P 3 15 p 15 30.974 1.05 1.80\n\
40Sulphur S 3 16 p 16 32.066 1.02 1.80\n\
41Chlorine Cl 3 17 p 17 35.453 0.99 1.75\n\
42Argon Ar 3 18 p 18 39.948 1.51 1.88\n\
43Potassium K 4 1 s 19 39.098 1.33 2.75\n\
44Calcium Ca 4 2 s 20 40.078 0.99 2.00\n\
45Scandium Sc 4 3 d 21 44.956 1.44 2.00\n\
46Titanium Ti 4 4 d 22 47.867 1.47 2.00\n\
47Vanadium V 4 5 d 23 50.942 1.33 2.00\n\
48Chromium Cr 4 6 d 24 51.996 1.35 2.00\n\
49Manganese Mn 4 7 d 25 54.938 1.35 2.00\n\
50Iron Fe 4 8 d 26 55.845 1.34 2.00\n\
51Cobalt Co 4 9 d 27 58.933 1.33 2.00\n\
52Nickel Ni 4 10 d 28 58.693 1.50 1.63\n\
53Copper Cu 4 11 d 29 63.546 1.52 1.40\n\
54Zinc Zn 4 12 d 30 65.390 1.45 1.39\n\
55Gallium Ga 4 13 p 31 69.723 1.22 1.87\n\
56Germanium Ge 4 14 p 32 72.610 1.17 2.00\n\
57Arsenic As 4 15 p 33 74.922 1.21 1.85\n\
58Selenium Se 4 16 p 34 78.960 1.22 1.90\n\
59Bromine Br 4 17 p 35 79.904 1.21 1.85\n\
60Krypton Kr 4 18 p 36 83.800 1.50 2.02\n\
61Rubidium Rb 5 1 s 37 85.468 1.47 2.00\n\
62Strontium Sr 5 2 s 38 87.620 1.12 2.00\n\
63Yttrium Y 5 3 d 39 88.906 1.78 2.00\n\
64Zirconium Zr 5 4 d 40 91.224 1.56 2.00\n\
65Niobium Nb 5 5 d 41 92.906 1.48 2.00\n\
66Molybdenum Mo 5 6 d 42 95.940 1.47 2.00\n\
67Technetium Tc 5 7 d 43 98 1.35 2.00\n\
68Ruthenium Ru 5 8 d 44 101.070 1.40 2.00\n\
69Rhodium Rh 5 9 d 45 102.906 1.45 2.00\n\
70Palladium Pd 5 10 d 46 106.420 1.50 1.63\n\
71Silver Ag 5 11 d 47 107.868 1.59 1.72\n\
72Cadmium Cd 5 12 d 48 112.411 1.69 1.58\n\
73Indium In 5 13 p 49 114.818 1.63 1.93\n\
74Tin Sn 5 14 p 50 118.71 1.46 2.17\n\
75Antimony Sb 5 15 p 51 121.760 1.46 2.00\n\
76Tellurium Te 5 16 p 52 127.600 1.47 2.06\n\
77Iodine I 5 17 p 53 126.904 1.40 1.98\n\
78Xenon Xe 5 18 p 54 131.290 1.50 2.16\n\
79Caesium Cs 6 1 s 55 132.905 1.67 2.00\n\
80Barium Ba 6 2 s 56 137.327 1.34 2.00\n\
81Lutetium Lu 6 3 d 71 174.967 1.72 2.00\n\
82Hafnium Hf 6 4 d 72 178.490 1.57 2.00\n\
83Tantalum Ta 6 5 d 73 180.948 1.43 2.00\n\
84Tungsten W 6 6 d 74 183.840 1.37 2.00\n\
85Rhenium Re 6 7 d 75 186.207 1.35 2.00\n\
86Osmium Os 6 8 d 76 190.230 1.37 2.00\n\
87Iridium Ir 6 9 d 77 192.217 1.32 2.00\n\
88Platinum Pt 6 10 d 78 195.078 1.50 1.72\n\
89Gold Au 6 11 d 79 196.967 1.50 1.66\n\
90Mercury Hg 6 12 d 80 200.590 1.70 1.55\n\
91Thallium Tl 6 13 p 81 204.383 1.55 1.96\n\
92Lead Pb 6 14 p 82 207.200 1.54 2.02\n\
93Bismuth Bi 6 15 p 83 208.980 1.54 2.00\n\
94Polonium Po 6 16 p 84 210 1.68 2.00\n\
95Astatine At 6 17 p 85 210 1.21 2.00\n\
96Radon Rn 6 18 p 86 222 1.50 2.00\n\
97Cerium Ce 6Lan 19 f 58 140.116 1.83 2.00\n\
98Dysprosium Dy 6Lan 19 f 66 162.500 1.75 2.00\n\
99Erbium Er 6Lan 19 f 68 167.260 1.73 2.00\n\
100Europium Eu 6Lan 19 f 63 151.964 1.99 2.00\n\
101Gadolinium Gd 6Lan 19 f 64 157.250 1.79 2.00\n\
102Holmium Ho 6Lan 19 f 67 164.930 1.74 2.00\n\
103Lanthanum La 6Lan 19 f 57 138.906 1.87 2.00\n\
104Neodymium Nd 6Lan 19 f 60 144.240 1.81 2.00\n\
105Promethium Pm 6Lan 19 f 61 145 1.80 2.00\n\
106Praseodymium Pr 6Lan 19 f 59 140.908 1.82 2.00\n\
107Samarium Sm 6Lan 19 f 62 150.360 1.80 2.00\n\
108Terbium Tb 6Lan 19 f 65 158.925 1.76 2.00\n\
109Thulium Tm 6Lan 19 f 69 168.934 1.72 2.00\n\
110Ytterbium Yb 6Lan 19 f 70 173.040 1.94 2.00\n\
111Francium Fr 7 1 s 87 223 1.50 2.00\n\
112Radium Ra 7 2 s 88 226 1.90 2.00\n\
113Lawrencium Lr 7 3 d 103 262 1.50 2.00\n\
114Rutherfordium Rf 7 4 d 104 261 1.50 2.00\n\
115Dubnium Db 7 5 d 105 262 1.50 2.00\n\
116Seaborgium Sg 7 6 d 106 266 1.50 2.00\n\
117Bohrium Bh 7 7 d 107 264 1.50 2.00\n\
118Hassium Hs 7 8 d 108 269 1.50 2.00\n\
119Meitnerium Mt 7 9 d 109 268 1.50 2.00\n\
120Darmstadtium Ds 7 10 d 110 271 1.50 2.00\n\
121Actinium Ac 7Act 20 f 89 227 1.88 2.00\n\
122Americium Am 7Act 20 f 95 243 1.51 2.00\n\
123Berkelium Bk 7Act 20 f 97 247 1.54 2.00\n\
124Californium Cf 7Act 20 f 98 251 1.83 2.00\n\
125Curium Cm 7Act 20 f 96 247 0.99 2.00\n\
126Einsteinium Es 7Act 20 f 99 252 1.50 2.00\n\
127Fermium Fm 7Act 20 f 100 257 1.50 2.00\n\
128Mendelevium Md 7Act 20 f 101 258 1.50 2.00\n\
129Nobelium No 7Act 20 f 102 259 1.50 2.00\n\
130Neptunium Np 7Act 20 f 93 237 1.55 2.00\n\
131Protactinium Pa 7Act 20 f 91 231.036 1.61 2.00\n\
132Plutonium Pu 7Act 20 f 94 244 1.53 2.00\n\
133Thorium Th 7Act 20 f 90 232.038 1.79 2.00\n\
134Uranium U 7Act 20 f 92 238.029 1.58 1.86\n\
135";
136
137const char *HbonddistanceDB =\
138"#atomic number bond distances for single, double and triple bond (-1 no bond)\n\
1391 0.74 -1 -1\n\
1402 0.77429209 -1 -1\n\
1415 1.23 1.19 1.18\n\
1426 1.09 1.076 1.06\n\
1437 1.04 1.02 1.01\n\
1448 0.96 0.957 -1\n\
14514 1.48 1.48 1.48\n\
14615 1.42 -1 -1\n\
14716 1.35 -1 -1\n\
14817 1.29 -1 -1\n\
14920 1.09 1.09 -1\n\
15034 1.47 -1 -1\n\
15135 1.44 -1 -1\n\
152";
153
154const char *HbondangleDB =\
155"# atomicnumber angles for single, double and triple bond (-1 no angle)\n\
1561 180 -1 -1\n\
1575 180 131.0 109.2\n\
1586 180 120 109.47\n\
1597 180 110 106.67\n\
1608 180 104.5 -1\n\
16114 180 120 109.47\n\
16215 180 -1 -1\n\
16316 180 -1 -1\n\
16417 180 -1 -1\n\
16520 180 120 109.47\n\
16634 180 -1 -1\n\
16735 180 -1 -1\n\
168";
169
170const char *orbitalsDB =\
171"# atomicnumber numberoforbitals\n\
1721 1\n\
1732 0\n\
1743 1\n\
1754 2\n\
1765 3\n\
1776 4\n\
1787 3\n\
1798 2\n\
1809 1\n\
18110 0\n\
18211 1\n\
18312 2\n\
18413 3\n\
18514 4\n\
18615 3\n\
18716 2\n\
18817 1\n\
18918 0\n\
19019 1\n\
19120 4\n\
19221 3\n\
19322 4\n\
19423 5\n\
19524 6\n\
19625 4\n\
19726 3\n\
19827 3\n\
19928 2\n\
20029 2\n\
20130 2\n\
20231 3\n\
20332 4\n\
20433 3\n\
20534 2\n\
20635 1\n\
20736 0\n\
20837 1\n\
20938 2\n\
21039 3\n\
21140 4\n\
21241 5\n\
21342 6\n\
21443 6\n\
21544 8\n\
21645 4\n\
21746 4\n\
21847 1\n\
21948 2\n\
22049 3\n\
22150 4\n\
22251 3\n\
22352 2\n\
22453 1\n\
22554 0\n\
22655 1\n\
22756 2\n\
22857 3\n\
22958 4\n\
23059 3\n\
23160 4\n\
23261 3\n\
23362 3\n\
23463 3\n\
23564 3\n\
23665 4\n\
23766 3\n\
23867 3\n\
23968 3\n\
24069 3 \n\
24170 3\n\
24271 3\n\
24372 4\n\
24473 5\n\
24574 6\n\
24675 7\n\
24776 8\n\
24877 6\n\
24978 6\n\
25079 3\n\
25180 2\n\
25281 3\n\
25382 4\n\
25483 3\n\
25584 4\n\
25686 0\n\
25788 2\n\
25889 3\n\
25990 4\n\
26091 5\n\
26192 6\n\
262";
263
264const char *valenceDB =\
265"#atomicnumber numberofvalenceorbitals\n\
2661 0.10000000000000E+01\n\
2672 0.20000000000000E+01\n\
2683 0.10000000000000E+01\n\
2694 0.20000000000000E+01\n\
2705 0.30000000000000E+01\n\
2716 0.40000000000000E+01\n\
2727 0.50000000000000E+01\n\
2738 0.60000000000000E+01\n\
2749 0.70000000000000E+01\n\
27510 0.80000000000000E+01\n\
27611 0.10000000000000E+01\n\
27712 0.40000000000000E+01\n\
27813 .3000000000000000E+01\n\
27914 0.40000000000000E+01\n\
28015 0.50000000000000E+01\n\
28116 0.60000000000000E+01\n\
28217 0.70000000000000E+01\n\
28318 0.80000000000000E+01\n\
28419 0.30000000000000E+01\n\
28520 0.40000000000000E+01\n\
28621 0.30000000000000E+01\n\
28722 0.40000000000000E+01\n\
28823 0.50000000000000E+01\n\
28924 0.60000000000000E+01\n\
29025 0.70000000000000E+01\n\
29126 0.80000000000000E+01\n\
29227 0.90000000000000E+01\n\
29328 0.10000000000000E+02\n\
29429 0.11000000000000E+02\n\
29530 0.12000000000000E+02\n\
29631 3.00000000000000000\n\
29732 0.40000000000000E+01\n\
29833 5.00000000000000000\n\
29934 0.60000000000000E+01\n\
30035 0.70000000000000E+01\n\
30136 0.80000000000000E+01\n\
30237 0.10000000000000E+01\n\
30338 0.20000000000000E+01\n\
30439 0.30000000000000E+01\n\
30540 0.40000000000000E+01\n\
30641 0.50000000000000E+01\n\
30742 0.60000000000000E+01\n\
30843 0.70000000000000E+01\n\
30944 0.80000000000000E+01\n\
31045 0.90000000000000E+01\n\
31146 0.10000000000000E+02\n\
31247 0.11000000000000E+02\n\
31348 0.12000000000000E+02\n\
31449 0.30000000000000E+01\n\
31550 0.40000000000000E+01\n\
31651 0.50000000000000E+01\n\
31752 0.60000000000000E+01\n\
31853 0.70000000000000E+01\n\
31954 0.80000000000000E+01\n\
32055 0.10000000000000E+01\n\
32156 0.20000000000000E+01\n\
32272 0.40000000000000E+01\n\
32373 0.50000000000000E+01\n\
32474 0.60000000000000E+01\n\
32575 0.70000000000000E+01\n\
32676 0.80000000000000E+01\n\
32777 0.90000000000000E+01\n\
32878 0.10000000000000E+02\n\
32979 0.11000000000000E+02\n\
33080 0.12000000000000E+02\n\
331";
Note: See TracBrowser for help on using the repository browser.