source: src/Element/elements_db.cpp@ ac9dc8

Action_Thermostats Add_AtomRandomPerturbation Add_RotateAroundBondAction Add_SelectAtomByNameAction Adding_Graph_to_ChangeBondActions Adding_MD_integration_tests Adding_StructOpt_integration_tests AutomationFragmentation_failures Candidate_v1.6.1 ChangeBugEmailaddress ChangingTestPorts ChemicalSpaceEvaluator Docu_Python_wait EmpiricalPotential_contain_HomologyGraph_documentation Enhance_userguide Enhanced_StructuralOptimization Enhanced_StructuralOptimization_continued Example_ManyWaysToTranslateAtom Exclude_Hydrogens_annealWithBondGraph Fix_ChronosMutex Fix_StatusMsg Fix_StepWorldTime_single_argument Fix_Verbose_Codepatterns ForceAnnealing_goodresults ForceAnnealing_oldresults ForceAnnealing_tocheck ForceAnnealing_with_BondGraph ForceAnnealing_with_BondGraph_continued ForceAnnealing_with_BondGraph_continued_betteresults ForceAnnealing_with_BondGraph_contraction-expansion GeometryObjects Gui_displays_atomic_force_velocity IndependentFragmentGrids_IntegrationTest JobMarket_RobustOnKillsSegFaults JobMarket_StableWorkerPool PythonUI_with_named_parameters QtGui_reactivate_TimeChanged_changes Recreated_GuiChecks RotateToPrincipalAxisSystem_UndoRedo StoppableMakroAction TremoloParser_IncreasedPrecision TremoloParser_MultipleTimesteps Ubuntu_1604_changes
Last change on this file since ac9dc8 was 9eb71b3, checked in by Frederik Heber <frederik.heber@…>, 8 years ago

Commented out MemDebug include and Memory::ignore.

  • MemDebug clashes with various allocation operators that use a specific placement in memory. It is so far not possible to wrap new/delete fully. Hence, we stop this effort which so far has forced us to put ever more includes (with clashes) into MemDebug and thereby bloat compilation time.
  • MemDebug does not add that much usefulness which is not also provided by valgrind.
  • Property mode set to 100755
File size: 13.6 KB
Line 
1/*
2 * Project: MoleCuilder
3 * Description: creates and alters molecular systems
4 * Copyright (C) 2010-2012 University of Bonn. All rights reserved.
5 *
6 *
7 * This file is part of MoleCuilder.
8 *
9 * MoleCuilder is free software: you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation, either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * MoleCuilder is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with MoleCuilder. If not, see <http://www.gnu.org/licenses/>.
21 */
22
23/*
24 * elements_db.cpp
25 *
26 * Created on: 17.05.2010
27 * Author: heber
28 */
29
30// include config.h
31#ifdef HAVE_CONFIG_H
32#include <config.h>
33#endif
34
35//#include "CodePatterns/MemDebug.hpp"
36
37const char *elementsDB =\
38"# 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\
39#Element Name Symbol Period Group Block Atomic Number AtomicWeight Covalent Radius vdW Radius\n\
40Hydrogen H 1 1 s 1 1.008 0.23 1.09\n\
41Helium He 1 18 p 2 4.003 1.50 1.40\n\
42Lithium Li 2 1 s 3 6.941 0.68 1.82\n\
43Beryllium Be 2 2 s 4 9.012 0.35 2.00\n\
44Boron B 2 13 p 5 10.811 0.83 2.00\n\
45Carbon C 2 14 p 6 12.011 0.68 1.70\n\
46Nitrogen N 2 15 p 7 14.007 0.68 1.55\n\
47Oxygen O 2 16 p 8 15.999 0.68 1.52\n\
48Fluorine F 2 17 p 9 18.998 0.64 1.47\n\
49Neon Ne 2 18 p 10 20.180 1.50 1.54\n\
50Sodium Na 3 1 s 11 22.991 0.97 2.27\n\
51Magnesium Mg 3 2 s 12 24.305 1.10 1.73\n\
52Aluminium Al 3 13 p 13 26.982 1.35 2.00\n\
53Silicon Si 3 14 p 14 28.086 1.20 2.10\n\
54Phosphorus P 3 15 p 15 30.974 1.05 1.80\n\
55Sulphur S 3 16 p 16 32.066 1.02 1.80\n\
56Chlorine Cl 3 17 p 17 35.453 0.99 1.75\n\
57Argon Ar 3 18 p 18 39.948 1.51 1.88\n\
58Potassium K 4 1 s 19 39.098 1.33 2.75\n\
59Calcium Ca 4 2 s 20 40.078 0.99 2.00\n\
60Scandium Sc 4 3 d 21 44.956 1.44 2.00\n\
61Titanium Ti 4 4 d 22 47.867 1.47 2.00\n\
62Vanadium V 4 5 d 23 50.942 1.33 2.00\n\
63Chromium Cr 4 6 d 24 51.996 1.35 2.00\n\
64Manganese Mn 4 7 d 25 54.938 1.35 2.00\n\
65Iron Fe 4 8 d 26 55.845 1.34 2.00\n\
66Cobalt Co 4 9 d 27 58.933 1.33 2.00\n\
67Nickel Ni 4 10 d 28 58.693 1.50 1.63\n\
68Copper Cu 4 11 d 29 63.546 1.52 1.40\n\
69Zinc Zn 4 12 d 30 65.390 1.45 1.39\n\
70Gallium Ga 4 13 p 31 69.723 1.22 1.87\n\
71Germanium Ge 4 14 p 32 72.610 1.17 2.00\n\
72Arsenic As 4 15 p 33 74.922 1.21 1.85\n\
73Selenium Se 4 16 p 34 78.960 1.22 1.90\n\
74Bromine Br 4 17 p 35 79.904 1.21 1.85\n\
75Krypton Kr 4 18 p 36 83.800 1.50 2.02\n\
76Rubidium Rb 5 1 s 37 85.468 1.47 2.00\n\
77Strontium Sr 5 2 s 38 87.620 1.12 2.00\n\
78Yttrium Y 5 3 d 39 88.906 1.78 2.00\n\
79Zirconium Zr 5 4 d 40 91.224 1.56 2.00\n\
80Niobium Nb 5 5 d 41 92.906 1.48 2.00\n\
81Molybdenum Mo 5 6 d 42 95.940 1.47 2.00\n\
82Technetium Tc 5 7 d 43 98 1.35 2.00\n\
83Ruthenium Ru 5 8 d 44 101.070 1.40 2.00\n\
84Rhodium Rh 5 9 d 45 102.906 1.45 2.00\n\
85Palladium Pd 5 10 d 46 106.420 1.50 1.63\n\
86Silver Ag 5 11 d 47 107.868 1.59 1.72\n\
87Cadmium Cd 5 12 d 48 112.411 1.69 1.58\n\
88Indium In 5 13 p 49 114.818 1.63 1.93\n\
89Tin Sn 5 14 p 50 118.71 1.46 2.17\n\
90Antimony Sb 5 15 p 51 121.760 1.46 2.00\n\
91Tellurium Te 5 16 p 52 127.600 1.47 2.06\n\
92Iodine I 5 17 p 53 126.904 1.40 1.98\n\
93Xenon Xe 5 18 p 54 131.290 1.50 2.16\n\
94Caesium Cs 6 1 s 55 132.905 1.67 2.00\n\
95Barium Ba 6 2 s 56 137.327 1.34 2.00\n\
96Lutetium Lu 6 3 d 71 174.967 1.72 2.00\n\
97Hafnium Hf 6 4 d 72 178.490 1.57 2.00\n\
98Tantalum Ta 6 5 d 73 180.948 1.43 2.00\n\
99Tungsten W 6 6 d 74 183.840 1.37 2.00\n\
100Rhenium Re 6 7 d 75 186.207 1.35 2.00\n\
101Osmium Os 6 8 d 76 190.230 1.37 2.00\n\
102Iridium Ir 6 9 d 77 192.217 1.32 2.00\n\
103Platinum Pt 6 10 d 78 195.078 1.50 1.72\n\
104Gold Au 6 11 d 79 196.967 1.50 1.66\n\
105Mercury Hg 6 12 d 80 200.590 1.70 1.55\n\
106Thallium Tl 6 13 p 81 204.383 1.55 1.96\n\
107Lead Pb 6 14 p 82 207.200 1.54 2.02\n\
108Bismuth Bi 6 15 p 83 208.980 1.54 2.00\n\
109Polonium Po 6 16 p 84 210 1.68 2.00\n\
110Astatine At 6 17 p 85 210 1.21 2.00\n\
111Radon Rn 6 18 p 86 222 1.50 2.00\n\
112Cerium Ce 6Lan 19 f 58 140.116 1.83 2.00\n\
113Dysprosium Dy 6Lan 19 f 66 162.500 1.75 2.00\n\
114Erbium Er 6Lan 19 f 68 167.260 1.73 2.00\n\
115Europium Eu 6Lan 19 f 63 151.964 1.99 2.00\n\
116Gadolinium Gd 6Lan 19 f 64 157.250 1.79 2.00\n\
117Holmium Ho 6Lan 19 f 67 164.930 1.74 2.00\n\
118Lanthanum La 6Lan 19 f 57 138.906 1.87 2.00\n\
119Neodymium Nd 6Lan 19 f 60 144.240 1.81 2.00\n\
120Promethium Pm 6Lan 19 f 61 145 1.80 2.00\n\
121Praseodymium Pr 6Lan 19 f 59 140.908 1.82 2.00\n\
122Samarium Sm 6Lan 19 f 62 150.360 1.80 2.00\n\
123Terbium Tb 6Lan 19 f 65 158.925 1.76 2.00\n\
124Thulium Tm 6Lan 19 f 69 168.934 1.72 2.00\n\
125Ytterbium Yb 6Lan 19 f 70 173.040 1.94 2.00\n\
126Francium Fr 7 1 s 87 223 1.50 2.00\n\
127Radium Ra 7 2 s 88 226 1.90 2.00\n\
128Lawrencium Lr 7 3 d 103 262 1.50 2.00\n\
129Rutherfordium Rf 7 4 d 104 261 1.50 2.00\n\
130Dubnium Db 7 5 d 105 262 1.50 2.00\n\
131Seaborgium Sg 7 6 d 106 266 1.50 2.00\n\
132Bohrium Bh 7 7 d 107 264 1.50 2.00\n\
133Hassium Hs 7 8 d 108 269 1.50 2.00\n\
134Meitnerium Mt 7 9 d 109 268 1.50 2.00\n\
135Darmstadtium Ds 7 10 d 110 271 1.50 2.00\n\
136Actinium Ac 7Act 20 f 89 227 1.88 2.00\n\
137Americium Am 7Act 20 f 95 243 1.51 2.00\n\
138Berkelium Bk 7Act 20 f 97 247 1.54 2.00\n\
139Californium Cf 7Act 20 f 98 251 1.83 2.00\n\
140Curium Cm 7Act 20 f 96 247 0.99 2.00\n\
141Einsteinium Es 7Act 20 f 99 252 1.50 2.00\n\
142Fermium Fm 7Act 20 f 100 257 1.50 2.00\n\
143Mendelevium Md 7Act 20 f 101 258 1.50 2.00\n\
144Nobelium No 7Act 20 f 102 259 1.50 2.00\n\
145Neptunium Np 7Act 20 f 93 237 1.55 2.00\n\
146Protactinium Pa 7Act 20 f 91 231.036 1.61 2.00\n\
147Plutonium Pu 7Act 20 f 94 244 1.53 2.00\n\
148Thorium Th 7Act 20 f 90 232.038 1.79 2.00\n\
149Uranium U 7Act 20 f 92 238.029 1.58 1.86\n\
150";
151
152const char *ElectronegativitiesDB =\
153"#atomic number\tEN [Pauling units], taken from http://en.wikipedia.org/wiki/Electronegativities_of_the_elements_%28data_page%29\n\
1541 2.2\n\
1552 -1\n\
1563 0.98\n\
1574 1.57\n\
1585 2.04\n\
1596 2.55\n\
1607 3.04\n\
1618 3.44\n\
1629 3.98\n\
16310 -1\n\
16411 0.93\n\
16512 1.31\n\
16613 1.61\n\
16714 1.90\n\
16815 2.19\n\
16916 2.58\n\
17017 3.16\n\
17118 -1\n\
17219 0.82\n\
17320 1.00\n\
17421 1.36\n\
17522 1.54\n\
17623 1.63\n\
17724 1.66\n\
17825 1.55\n\
17926 1.83\n\
18027 1.88\n\
18128 1.91\n\
18229 1.90\n\
18330 1.65\n\
18431 1.81\n\
18532 2.01\n\
18633 2.18\n\
18734 2.55\n\
18835 2.96\n\
18936 3.00\n\
19037 0.82\n\
19138 0.95\n\
19239 1.22\n\
19340 1.33\n\
19441 1.6\n\
19542 2.16\n\
19643 1.9\n\
19744 2.2\n\
19845 2.28\n\
19946 2.20\n\
20047 1.93\n\
20148 1.69\n\
20249 1.78\n\
20350 1.96\n\
20451 2.05\n\
20552 2.1\n\
20653 2.66\n\
20754 2.6\n\
20855 0.79\n\
20956 0.89\n\
21057 1.10\n\
21158 1.12\n\
21259 1.13\n\
21360 1.14\n\
21461 -1\n\
21562 1.17\n\
21663 -1\n\
21764 1.20\n\
21865 -1\n\
21966 1.22\n\
22067 1.23\n\
22168 1.24\n\
22269 1.25\n\
22370 -1\n\
22471 1.27\n\
22572 1.3\n\
22673 1.5\n\
22774 2.36\n\
22875 1.9\n\
22976 2.2\n\
23077 2.20\n\
23178 2.28\n\
23279 2.54\n\
23380 2.00\n\
23481 1.62\n\
23582 2.33\n\
23683 2.02\n\
23784 2.0\n\
23885 2.2\n\
23986 -1\n\
24087 0.7\n\
24188 0.9\n\
24289 1.1\n\
24390 1.3\n\
24491 1.5\n\
24592 1.38\n\
24693 1.36\n\
24794 1.28\n\
24895 1.3\n\
24996 1.3\n\
25097 1.3\n\
25198 1.3\n\
25299 1.3\n\
253100 1.3\n\
254101 1.3\n\
255102 1.3\n\
256";
257
258const char *HbonddistanceDB =\
259"#atomic number bond distances for single, double and triple bond (-1 no bond)\n\
2601 0.741283 -1. -1.\n\
2612 0 -1. -1.\n\
2623 1.65217 -1. -1.\n\
2634 1.3455 -1. -1.\n\
2645 1.1962 1.19 1.18\n\
2656 1.09234 1.076 1.06\n\
2667 1.00154 1.02 1.01\n\
2678 0.941566 0.957 -1.\n\
2689 0.958865 -1. -1.\n\
26910 0 -1. -1.\n\
27011 1.9426 -1. -1.\n\
27112 1.73705 -1. -1.\n\
27213 1.60991 -1. -1.\n\
27314 1.49796 1.48 1.48\n\
27415 1.39145 -1. -1.\n\
27516 1.32987 -1. -1.\n\
27617 1.31403 -1. -1.\n\
27718 0 -1. -1.\n\
27819 2.38168 -1. -1.\n\
27920 2.39602 -1. -1.\n\
28021 1.69169 -1. -1.\n\
28122 1.69817 -1. -1.\n\
28223 1.75022 -1. -1.\n\
28324 1.79185 -1. -1.\n\
28425 1.49581 -1. -1.\n\
28526 1.76215 -1. -1.\n\
28627 1.4284 -1. -1.\n\
28728 1.56442 -1. -1.\n\
28829 2.00512 -1. -1.\n\
28930 1.55672 -1. -1.\n\
29031 1.58872 -1. -1.\n\
29132 1.5484 -1. -1.\n\
29233 1.47208 -1. -1.\n\
29334 1.43322 -1. -1.\n\
29435 1.45079 -1. -1.\n\
29536 0 -1. -1.\n\
296";
297
298const char *HbondangleDB =\
299"# atomicnumber angles for single, double and triple bond (-1 no angle)\n\
3001 0 -1 -1\n\
3015 0 131.0 109.2\n\
3026 0 120 109.47\n\
3037 0 110 106.67\n\
3048 0 104.5 -1\n\
30511 0 -1 -1\n\
30614 0 120 109.47\n\
30715 0 -1 -1\n\
30816 0 -1 -1\n\
30917 0 -1 -1\n\
31020 0 120 109.47\n\
31134 0 -1 -1\n\
31235 0 -1 -1\n\
313";
314
315const char *orbitalsDB =\
316"# atomicnumber numberoforbitals\n\
3171 1\n\
3182 0\n\
3193 1\n\
3204 2\n\
3215 3\n\
3226 4\n\
3237 3\n\
3248 2\n\
3259 1\n\
32610 0\n\
32711 1\n\
32812 2\n\
32913 3\n\
33014 4\n\
33115 3\n\
33216 2\n\
33317 1\n\
33418 0\n\
33519 1\n\
33620 4\n\
33721 3\n\
33822 4\n\
33923 5\n\
34024 6\n\
34125 4\n\
34226 3\n\
34327 3\n\
34428 2\n\
34529 2\n\
34630 2\n\
34731 3\n\
34832 4\n\
34933 3\n\
35034 2\n\
35135 1\n\
35236 0\n\
35337 1\n\
35438 2\n\
35539 3\n\
35640 4\n\
35741 5\n\
35842 6\n\
35943 6\n\
36044 8\n\
36145 4\n\
36246 4\n\
36347 1\n\
36448 2\n\
36549 3\n\
36650 4\n\
36751 3\n\
36852 2\n\
36953 1\n\
37054 0\n\
37155 1\n\
37256 2\n\
37357 3\n\
37458 4\n\
37559 3\n\
37660 4\n\
37761 3\n\
37862 3\n\
37963 3\n\
38064 3\n\
38165 4\n\
38266 3\n\
38367 3\n\
38468 3\n\
38569 3 \n\
38670 3\n\
38771 3\n\
38872 4\n\
38973 5\n\
39074 6\n\
39175 7\n\
39276 8\n\
39377 6\n\
39478 6\n\
39579 3\n\
39680 2\n\
39781 3\n\
39882 4\n\
39983 3\n\
40084 4\n\
40186 0\n\
40288 2\n\
40389 3\n\
40490 4\n\
40591 5\n\
40692 6\n\
407";
408
409const char *valenceDB =\
410"#atomicnumber numberofvalenceorbitals\n\
4111 0.10000000000000E+01\n\
4122 0.20000000000000E+01\n\
4133 0.10000000000000E+01\n\
4144 0.20000000000000E+01\n\
4155 0.30000000000000E+01\n\
4166 0.40000000000000E+01\n\
4177 0.50000000000000E+01\n\
4188 0.60000000000000E+01\n\
4199 0.70000000000000E+01\n\
42010 0.80000000000000E+01\n\
42111 0.10000000000000E+01\n\
42212 0.40000000000000E+01\n\
42313 .3000000000000000E+01\n\
42414 0.40000000000000E+01\n\
42515 0.50000000000000E+01\n\
42616 0.60000000000000E+01\n\
42717 0.70000000000000E+01\n\
42818 0.80000000000000E+01\n\
42919 0.30000000000000E+01\n\
43020 0.40000000000000E+01\n\
43121 0.30000000000000E+01\n\
43222 0.40000000000000E+01\n\
43323 0.50000000000000E+01\n\
43424 0.60000000000000E+01\n\
43525 0.70000000000000E+01\n\
43626 0.80000000000000E+01\n\
43727 0.90000000000000E+01\n\
43828 0.10000000000000E+02\n\
43929 0.11000000000000E+02\n\
44030 0.12000000000000E+02\n\
44131 3.00000000000000000\n\
44232 0.40000000000000E+01\n\
44333 5.00000000000000000\n\
44434 0.60000000000000E+01\n\
44535 0.70000000000000E+01\n\
44636 0.80000000000000E+01\n\
44737 0.10000000000000E+01\n\
44838 0.20000000000000E+01\n\
44939 0.30000000000000E+01\n\
45040 0.40000000000000E+01\n\
45141 0.50000000000000E+01\n\
45242 0.60000000000000E+01\n\
45343 0.70000000000000E+01\n\
45444 0.80000000000000E+01\n\
45545 0.90000000000000E+01\n\
45646 0.10000000000000E+02\n\
45747 0.11000000000000E+02\n\
45848 0.12000000000000E+02\n\
45949 0.30000000000000E+01\n\
46050 0.40000000000000E+01\n\
46151 0.50000000000000E+01\n\
46252 0.60000000000000E+01\n\
46353 0.70000000000000E+01\n\
46454 0.80000000000000E+01\n\
46555 0.10000000000000E+01\n\
46656 0.20000000000000E+01\n\
46772 0.40000000000000E+01\n\
46873 0.50000000000000E+01\n\
46974 0.60000000000000E+01\n\
47075 0.70000000000000E+01\n\
47176 0.80000000000000E+01\n\
47277 0.90000000000000E+01\n\
47378 0.10000000000000E+02\n\
47479 0.11000000000000E+02\n\
47580 0.12000000000000E+02\n\
476";
477
478const char *ColorDB =\
479"# AtomicNumber, symbol, [red, green, blue] component, hex value\n\
4801\tH\t255\t255\t255\n\
4812\tHe\t217\t255\t255\n\
4823\tLi\t204\t128\t255\n\
4834\tBe\t194\t255\t0\n\
4845\tB\t255\t181\t181\n\
4856\tC\t144\t144\t144\n\
4867\tN\t48\t80\t248\n\
4878\tO\t255\t13\t13\n\
4889\tF\t144\t224\t80\n\
48910\tNe\t179\t227\t245\n\
49011\tNa\t171\t92\t242\n\
49112\tMg\t138\t255\t0\n\
49213\tAl\t191\t166\t166\n\
49314\tSi\t240\t200\t160\n\
49415\tP\t255\t128\t0\n\
49516\tS\t255\t255\t48\n\
49617\tCl\t31\t240\t31\n\
49718\tAr\t128\t209\t227\n\
49819\tK\t143\t64\t212\n\
49920\tCa\t61\t255\t0\n\
50021\tSc\t230\t230\t230\n\
50122\tTi\t191\t194\t199\n\
50223\tV\t166\t166\t171\n\
50324\tCr\t138\t153\t199\n\
50425\tMn\t156\t122\t199\n\
50526\tFe\t224\t102\t51\n\
50627\tCo\t240\t144\t160\n\
50728\tNi\t80\t208\t80\n\
50829\tCu\t200\t128\t51\n\
50930\tZn\t125\t128\t176\n\
51031\tGa\t194\t143\t143\n\
51132\tGe\t102\t143\t143\n\
51233\tAs\t189\t128\t227\n\
51334\tSe\t255\t161\t0\n\
51435\tBr\t166\t41\t41\n\
51536\tKr\t92\t184\t209\n\
51637\tRb\t112\t46\t176\n\
51738\tSr\t0\t255\t0\n\
51839\tY\t148\t255\t255\n\
51940\tZr\t148\t224\t224\n\
52041\tNb\t115\t194\t201\n\
52142\tMo\t84\t181\t181\n\
52243\tTc\t59\t158\t158\n\
52344\tRu\t36\t143\t143\n\
52445\tRh\t10\t125\t140\n\
52546\tPd\t0\t105\t133\n\
52647\tAg\t192\t192\t192\n\
52748\tCd\t255\t217\t143\n\
52849\tIn\t166\t117\t115\n\
52950\tSn\t102\t128\t128\n\
53051\tSb\t158\t99\t181\n\
53152\tTe\t212\t122\t0\n\
53253\tI\t148\t0\t148\n\
53354\tXe\t66\t158\t176\n\
53455\tCs\t87\t23\t143\n\
53556\tBa\t0\t201\t0\n\
53657\tLa\t112\t212\t255\n\
53758\tCe\t255\t255\t199\n\
53859\tPr\t217\t255\t199\n\
53960\tNd\t199\t255\t199\n\
54061\tPm\t163\t255\t199\n\
54162\tSm\t143\t255\t199\n\
54263\tEu\t97\t255\t199\n\
54364\tGd\t69\t255\t199\n\
54465\tTb\t48\t255\t199\n\
54566\tDy\t31\t255\t199\n\
54667\tHo\t0\t255\t156\n\
54768\tEr\t0\t230\t117\n\
54869\tTm\t0\t212\t82\n\
54970\tYb\t0\t191\t56\n\
55071\tLu\t0\t171\t36\n\
55172\tHf\t77\t194\t255\n\
55273\tTa\t77\t166\t255\n\
55374\tW\t33\t148\t214\n\
55475\tRe\t38\t125\t171\n\
55576\tOs\t38\t102\t150\n\
55677\tIr\t23\t84\t135\n\
55778\tPt\t208\t208\t224\n\
55879\tAu\t255\t209\t35\n\
55980\tHg\t184\t184\t208\n\
56081\tTl\t166\t84\t77\n\
56182\tPb\t87\t89\t97\n\
56283\tBi\t158\t79\t181\n\
56384\tPo\t171\t92\t0\n\
56485\tAt\t117\t79\t69\n\
56586\tRn\t66\t130\t150\n\
56687\tFr\t66\t0\t102\n\
56788\tRa\t0\t125\t0\n\
56889\tAc\t112\t171\t250\n\
56990\tTh\t0\t186\t255\n\
57091\tPa\t0\t161\t255\n\
57192\tU\t0\t143\t255\n\
57293\tNp\t0\t128\t255\n\
57394\tPu\t0\t107\t255\n\
57495\tAm\t84\t92\t242\n\
57596\tCm\t120\t92\t227\n\
57697\tBk\t138\t79\t227\n\
57798\tCf\t161\t54\t212\n\
57899\tEs\t179\t31\t212\n\
579100\tFm\t179\t31\t186\n\
580101\tMd\t179\t13\t166\n\
581102\tNo\t189\t13\t135\n\
582103\tLr\t199\t0\t102\n\
583104\tRf\t204\t0\t89\n\
584105\tDb\t209\t0\t79\n\
585106\tSg\t217\t0\t69\n\
586107\tBh\t224\t0\t56\n\
587108\tHs\t230\t0\t46\n\
588";
Note: See TracBrowser for help on using the repository browser.