basic integration method and functions added
[physik/posic.git] / posic.h
diff --git a/posic.h b/posic.h
index 8f306ec..854dfb8 100644 (file)
--- a/posic.h
+++ b/posic.h
 #define POSIC_H
 
 #define RUNS 15000
-#define TAU 0.001
+#define TAU 0.000001
 
 #define TEMPERATURE 273.0 
 
-#define SI_M 1
-#define SI_LC 5.43105
-#define LJ_SIGMA SI_LC
-#define LJ_SIGMA_02 (LJ_SIGMA*LJ_SIGMA)
-#define LJ_SIGMA_06 (LJ_SIGMA_02*LJ_SIGMA_02*LJ_SIGMA_02)
-#define LJ_SIGMA_12 (LJ_SIGMA_06*LJ_SIGMA_06)
-
 #define LEN_X 1
 #define LEN_Y 1
 #define LEN_Z 1
 
 #define R_CUTOFF 20
-#define R2_CUTOFF (R_CUTOFF*R_CUTOFF)
-
-#define AMOUNT_SI ((LEN_X/SI_LC)*(LEN_Y/SI_LC)*(LEN_Z/SI_LC)*2)
 
 #endif