Emdee
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
vashishtatwoparticleforce.h
Go to the documentation of this file.
1 #ifndef VASHISHTATWOPARTICLEFORCE_H
2 #define VASHISHTATWOPARTICLEFORCE_H
3 
5 
6 #include <map>
7 
8 using namespace std;
9 
11 {
12 public:
14 
15  void calculateAndApplyForce(Atom *atom1, Atom *atom2);
16  void calculateAndApplyForce(Atom *atom1, Atom *atom2, const Vector3 &atomOffset);
17 
18 // map<pair<int,int>, double> H;
19 // map<pair<int,int>, double> eta;
20 
21  vec H;
22  vec eta;
23 
25  int comboHash(int v[]);
28  double invsqrtpi;
29 };
30 
31 #endif // VASHISHTATWOPARTICLEFORCE_H