~ubuntu-branches/ubuntu/quantal/psicode/quantal

« back to all changes in this revision

Viewing changes to src/bin/cints/DFT/bragg.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2006-09-10 14:01:33 UTC
  • Revision ID: james.westby@ubuntu.com-20060910140133-ib2j86trekykfsfv
Tags: upstream-3.2.3
ImportĀ upstreamĀ versionĀ 3.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/* These are the Slater-Bragg Radii in Angstoms */
 
3
 
 
4
double Bragg_radii[] =
 
5
{ 1.00, /* No Value*/ 
 
6
  1.00 /*0.50*/ , /* H */
 
7
  0.5882352941,                 /* He */
 
8
  /*3.0769,*/     3.0767153861,            /* Li */
 
9
  /*2.0513*/2.0511769221,                 /* Be */
 
10
  1.5385,                 /* B */
 
11
  1.2308,                 /* C */
 
12
  1.0256,                 /* N */
 
13
  0.8791/*0.87904725401*/,         /* O */ 
 
14
  0.7692,                 /* F */
 
15
  0.6838,                 /* Ne */ 
 
16
  4.0909,                 /* Na */
 
17
  3.1579,                 /* Mg */ 
 
18
  2.5714,                 /* Al */
 
19
  2.1687,                 /* Si */
 
20
  1.8750,                 /* P */ 
 
21
  1.6514,                 /* S */
 
22
  1.4754,                 /* Cl */
 
23
  1.3333,                 /* Ar */ 
 
24
 
 
25
  /* These are not right, need to fix */
 
26
  2.20, 
 
27
  1.80, 
 
28
  1.60, 
 
29
  1.40, 
 
30
  1.35, 
 
31
  1.40, 
 
32
  1.40,  /* K-Mn */
 
33
  1.40, 
 
34
  1.35, 
 
35
  1.35, 
 
36
  1.35, 
 
37
  1.35, 
 
38
  1.30, 
 
39
  1.25,  /* Fe-Ge */
 
40
  1.15, 
 
41
  1.15, 
 
42
  1.15, /* As-Br */
 
43
  2.35, 
 
44
  2.00, 
 
45
  1.80, 
 
46
  1.55, 
 
47
  1.45, 
 
48
  1.45, 
 
49
  1.35,  /* Rb-Tc */
 
50
  1.30, 
 
51
  1.35, 
 
52
  1.40, 
 
53
  1.60, 
 
54
  1.55, 
 
55
  1.55, 
 
56
  1.45,  /* Ru-Sn */
 
57
  1.45, 
 
58
  1.40,
 
59
  1.40  /* Sb-I  */
 
60
};