runtime schedule adding and injection of c atoms
[physik/posic.git] / posic.h
diff --git a/posic.h b/posic.h
index 854dfb8..0ca2ac8 100644 (file)
--- a/posic.h
+++ b/posic.h
 #ifndef POSIC_H
 #define POSIC_H
 
-#define RUNS 15000
-#define TAU 0.000001
+#define RUNS 10000000
+//#define TAU 0.000000000000001
+#define TAU 0.000000000001
+#define WRITE_FILE 100000
 
 #define TEMPERATURE 273.0 
 
-#define LEN_X 1
-#define LEN_Y 1
-#define LEN_Z 1
+#define LEN_X 10
+#define LEN_Y 10
+#define LEN_Z 10
 
-#define R_CUTOFF 20
+#define R_CUTOFF (0.25*LEN_Z)
 
 #endif