added pse file
authorhackbard <hackbard@sage.physik.uni-augsburg.de>
Wed, 30 Apr 2008 09:41:47 +0000 (11:41 +0200)
committerhackbard <hackbard@sage.physik.uni-augsburg.de>
Wed, 30 Apr 2008 09:41:47 +0000 (11:41 +0200)
pse.h [new file with mode: 0644]

diff --git a/pse.h b/pse.h
new file mode 100644 (file)
index 0000000..d9aff12
--- /dev/null
+++ b/pse.h
@@ -0,0 +1,53 @@
+/*
+ * pse.h - elemnts specific stuff
+ *
+ * author: Frank Zirkelbach <frank.zirkelbach@physik.uni-augsburg.de>
+ *
+ */
+
+#include "moldyn.h"
+
+static double pse_mass[]={
+       0,
+       0,
+       0,
+       0,
+       0,
+       0,
+       M_C,
+       0,
+       0,
+       0,
+       0,
+       0,
+       0,
+       0,
+       M_SI,
+       0,
+       0,
+       0,
+       0,
+};
+
+static double pse_lc[]={
+       0,
+       0,
+       0,
+       0,
+       0,
+       0,
+       LC_C,
+       0,
+       0,
+       0,
+       0,
+       0,
+       0,
+       0,
+       LC_SI,
+       0,
+       0,
+       0,
+       0,
+};
+