X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=posic.h;h=854dfb88bb6c20be4fb4f6ede5a192edb2d87ebb;hb=3961d57b84198e336085fd79263fec40837066a0;hp=8f306ec913bd7c9225b8eff72384e6669c44f5ff;hpb=4e6604346459a4a8619bfc45f2a4b7dbd925ae86;p=physik%2Fposic.git diff --git a/posic.h b/posic.h index 8f306ec..854dfb8 100644 --- a/posic.h +++ b/posic.h @@ -18,24 +18,14 @@ #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