15 |
|
#include "fSimulation.h" |
16 |
|
#include "fortranWrapDefines.hpp" |
17 |
|
#include "GenericData.hpp" |
18 |
+ |
//#include "Minimizer.hpp" |
19 |
+ |
//#include "OOPSEMinimizer.hpp" |
20 |
|
|
21 |
< |
|
20 |
< |
|
21 |
> |
class OOPSEMinimizer; |
22 |
|
class SimInfo{ |
23 |
|
|
24 |
|
public: |
82 |
|
int usePBC; // whether we use periodic boundry conditions. |
83 |
|
int useLJ; |
84 |
|
int useSticky; |
85 |
< |
int useDipole; |
85 |
> |
int useCharges; |
86 |
> |
int useDipoles; |
87 |
|
int useReactionField; |
88 |
|
int useGB; |
89 |
|
int useEAM; |
111 |
|
char mixingRule[100]; // the mixing rules for Lennard jones/van der walls |
112 |
|
BaseIntegrator *the_integrator; // the integrator of the simulation |
113 |
|
|
114 |
+ |
OOPSEMinimizer* the_minimizer; // the energy minimizer |
115 |
+ |
bool has_minimizer; |
116 |
+ |
|
117 |
|
char finalName[300]; // the name of the eor file to be written |
118 |
|
char sampleName[300]; // the name of the dump file to be written |
119 |
|
char statusName[300]; // the name of the stat file to be written |