forked from ugobas/tnm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAtoms_propensity.h
21 lines (21 loc) · 1.78 KB
/
Atoms_propensity.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
int NATM= 18;
float U_Atoms[18][18]={
{4.54,5.68,4.72,4.01,1.75,1.17,3.04,2.13,0.96,6.61,4.21,2.26,1.31,2.00,1.62,1.24,1.10,-0.02},
{5.68,2.49,4.46,3.30,1.50,1.06,2.33,1.49,0.66,3.87,4.18,2.17,1.58,2.60,2.47,1.72,1.16,0.59},
{4.72,4.46,0.88,2.62,1.80,1.45,2.44,2.15,0.96,4.52,2.54,2.08,1.22,1.91,-0.31,0.60,0.65,0.06},
{4.01,3.30,2.62,1.43,1.38,0.94,2.18,1.62,0.26,3.82,2.91,1.96,1.26,2.23,0.48,0.59,0.25,-0.35},
{1.75,1.50,1.80,1.38,-1.34,-0.44,0.58,-0.01,-0.99,0.86,1.28,0.47,0.08,1.24,-0.00,-0.31,-0.61,-1.25},
{1.17,1.06,1.45,0.94,-0.44,-2.45,0.08,-0.43,-1.61,0.82,0.70,0.31,-0.06,1.41,-0.20,-0.50,-1.26,-1.77},
{3.04,2.33,2.44,2.18,0.58,0.08,0.14,0.78,-0.42,2.39,2.30,1.12,0.51,1.53,0.34,-0.10,-0.28,-0.85},
{2.13,1.49,2.15,1.62,-0.01,-0.43,0.78,-1.26,-1.00,1.80,1.58,0.63,0.08,1.38,-0.04,-0.49,-0.86,-1.51},
{0.96,0.66,0.96,0.26,-0.99,-1.61,-0.42,-1.00,-3.73,0.72,0.34,-0.11,-0.57,0.75,-0.56,-1.07,-1.81,-2.38},
{6.61,3.87,4.52,3.82,0.86,0.82,2.39,1.80,0.72,6.61,3.65,1.70,1.03,1.96,0.49,0.73,0.25,-0.66},
{4.21,4.18,2.54,2.91,1.28,0.70,2.30,1.58,0.34,3.65,1.65,1.60,0.85,1.73,-1.52,0.02,0.40,-0.72},
{2.26,2.17,2.08,1.96,0.47,0.31,1.12,0.63,-0.11,1.70,1.60,-1.68,0.02,0.57,-0.61,-1.04,0.02,-1.25},
{1.31,1.58,1.22,1.26,0.08,-0.06,0.51,0.08,-0.57,1.03,0.85,0.02,-1.96,-0.17,-1.15,-1.20,-0.35,-0.82},
{2.00,2.60,1.91,2.23,1.24,1.41,1.53,1.38,0.75,1.96,1.73,0.57,-0.17,-1.40,-1.20,-0.96,0.45,-0.39},
{1.62,2.47,-0.31,0.48,-0.00,-0.20,0.34,-0.04,-0.56,0.49,-1.52,-0.61,-1.15,-1.20,-1.57,-0.87,0.37,-0.81},
{1.24,1.72,0.60,0.59,-0.31,-0.50,-0.10,-0.49,-1.07,0.73,0.02,-1.04,-1.20,-0.96,-0.87,-2.77,-0.16,-1.23},
{1.10,1.16,0.65,0.25,-0.61,-1.26,-0.28,-0.86,-1.81,0.25,0.40,0.02,-0.35,0.45,0.37,-0.16,-2.59,-1.77},
{-0.02,0.59,0.06,-0.35,-1.25,-1.77,-0.85,-1.51,-2.38,-0.66,-0.72,-1.25,-0.82,-0.39,-0.81,-1.23,-1.77,-6.55}
};