ABACUS
develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
source
source_base
element_name.h
Go to the documentation of this file.
1
//==========================================================
2
// AUTHOR: Peize Lin
3
// DATE : 2014-03-31
4
//==========================================================
5
6
#ifndef ELEMENT_NAME_H
7
#define ELEMENT_NAME_H
8
#include <vector>
9
#include <string>
10
namespace
ModuleBase
11
{
12
13
static
const
std::vector<std::string> element_name = {
14
"H"
,
15
"He"
,
16
"Li"
,
17
"Be"
,
18
"B"
,
19
"C"
,
20
"N"
,
21
"O"
,
22
"F"
,
23
"Ne"
,
24
"Na"
,
25
"Mg"
,
26
"Al"
,
27
"Si"
,
28
"P"
,
29
"S"
,
30
"Cl"
,
31
"Ar"
,
32
"K"
,
33
"Ca"
,
34
"Sc"
,
35
"Ti"
,
36
"V"
,
37
"Cr"
,
38
"Mn"
,
39
"Fe"
,
40
"Co"
,
41
"Ni"
,
42
"Cu"
,
43
"Zn"
,
44
"Ga"
,
45
"Ge"
,
46
"As"
,
47
"Se"
,
48
"Br"
,
49
"Kr"
,
50
"Rb"
,
51
"Sr"
,
52
"Y"
,
53
"Zr"
,
54
"Nb"
,
55
"Mo"
,
56
"Tc"
,
57
"Ru"
,
58
"Rh"
,
59
"Pd"
,
60
"Ag"
,
61
"Cd"
,
62
"In"
,
63
"Sn"
,
64
"Sb"
,
65
"Te"
,
66
"I"
,
67
"Xe"
,
68
"Cs"
,
69
"Ba"
,
70
"La"
,
71
"Ce"
,
72
"Pr"
,
73
"Nd"
,
74
"Pm"
,
75
"Sm"
,
76
"Eu"
,
77
"Gd"
,
78
"Tb"
,
79
"Dy"
,
80
"Ho"
,
81
"Er"
,
82
"Tm"
,
83
"Yb"
,
84
"Lu"
,
85
"Hf"
,
86
"Ta"
,
87
"W"
,
88
"Re"
,
89
"Os"
,
90
"Ir"
,
91
"Pt"
,
92
"Au"
,
93
"Hg"
,
94
"Tl"
,
95
"Pb"
,
96
"Bi"
,
97
"Po"
,
98
"At"
,
99
"Rn"
,
100
"Fr"
,
101
"Ra"
,
102
"Ac"
,
103
"Th"
,
104
"Pa"
,
105
"U"
,
106
"Np"
,
107
"Pu"
,
108
"Am"
,
109
"Cm"
,
110
"Bk"
,
111
"Cf"
,
112
"Es"
,
113
"Fm"
,
114
"Md"
,
115
"No"
,
116
"Lr"
,
117
"Rf"
,
118
"Db"
,
119
"Sg"
,
120
"Bh"
,
121
"Hs"
,
122
"Mt"
,
123
"Ds"
,
124
"Rg"
,
125
"Cn"
,
126
"Nh"
,
127
"Fl"
,
128
"Mc"
,
129
"Lv"
,
130
"Ts"
,
131
"Og"
132
};
133
134
}
135
136
#endif
ModuleBase
Definition
array_pool.h:6
Generated by
1.9.8