search bonds using infrastructure now, new visual atoms tool
[physik/posic.git] / pse.h
diff --git a/pse.h b/pse.h
index d9aff12..3391d26 100644 (file)
--- a/pse.h
+++ b/pse.h
@@ -51,3 +51,47 @@ static double pse_lc[]={
        0,
 };
 
+static char *pse_name[]={
+       "*",
+       "H",
+       "He",
+       "Li",
+       "Be",
+       "B",
+       "C",
+       "N",
+       "O",
+       "F",
+       "Ne",
+       "Na",
+       "Mg",
+       "Al",
+       "Si",
+       "P",
+       "S",
+       "Cl",
+       "Ar",
+};
+
+static char *pse_col[]={
+       "*",
+       "White",
+       "He",
+       "Li",
+       "Be",
+       "B",
+       "Gray",
+       "N",
+       "Blue",
+       "F",
+       "Ne",
+       "Na",
+       "Mg",
+       "Al",
+       "Yellow",
+       "P",
+       "S",
+       "Cl",
+       "Ar",
+};
+