X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=pse.h;fp=pse.h;h=d9aff121f60ce5b1ab22eb73f1ef8c0340bb6cdb;hb=d7382ea10cd0fc49a5b8b5e3f2b48f5c1c8a2392;hp=0000000000000000000000000000000000000000;hpb=b2bc9ad0715e541e4a110894ea9c1ff721407ece;p=physik%2Fposic.git diff --git a/pse.h b/pse.h new file mode 100644 index 0000000..d9aff12 --- /dev/null +++ b/pse.h @@ -0,0 +1,53 @@ +/* + * pse.h - elemnts specific stuff + * + * author: Frank Zirkelbach + * + */ + +#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, +}; +