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

« back to all changes in this revision

Viewing changes to src/bin/optking/bond_lengths.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
/* atomic covalent radii in picometers*/
 
2
 
 
3
static float radii[55] = {
 
4
/* dummy */ 0,
 
5
/*H*/  37,  /*HE*/  32,
 
6
/*Li*/ 135, /*Be*/  83, /*B*/   80, /*C*/   75, /*N*/   70, /*O*/   65, /*F*/  65, /*Ne*/ 65,
 
7
/*Na*/ 155, /*Mg*/ 127, /*Al*/ 117, /*Si*/ 105, /*P*/  102, /*S*/  100, /*Cl*/ 98, /*Ar*/ 96,
 
8
/*K */ 195, /*Ca*/ 176,
 
9
 
 
10
/*Sc*/ 142, /*Ti*/ 135, /*V */ 122, /*Cr*/ 126, /*Mn*/ 140,
 
11
/*Fe*/ 122, /*Co*/ 122, /*Ni*/ 120, /*Cu*/ 139, /*Zn*/ 130,
 
12
 
 
13
                        /*Ga*/ 122, /*Ge*/ 120, /*As*/ 117, /*Se*/ 112, /*Br*/ 110, /*Kr*/102,
 
14
/*Rb*/ 0.0,
 
15
/*Sr*/ 0.0,
 
16
/*Y */ 0.0,
 
17
/*Zr*/ 0.0,
 
18
/*Nb*/ 0.0,
 
19
/*Mo*/ 0.0,
 
20
/*Tc*/ 0.0,
 
21
/*Ru*/ 0.0,
 
22
/*Rh*/ 0.0,
 
23
/*Pd*/ 0.0,
 
24
/*Ag*/ 0.0,
 
25
/*Cd*/ 0.0,
 
26
/*In*/ 0.0,
 
27
/*Sn*/ 0.0,
 
28
/*Sb*/ 0.0,
 
29
/*Te*/ 0.0,
 
30
/*I */ 0.0,
 
31
/*Xe*/ 0.0
 
32
};