| 129 |
|
|
| 130 |
|
int seed; //seed for random number generator |
| 131 |
|
|
| 132 |
< |
bool useThermInt; |
| 133 |
< |
double thermIntLambda; |
| 134 |
< |
double thermIntK; |
| 132 |
> |
int useThermInt; // whether or not we use thermodynamic integration |
| 133 |
> |
double thermIntLambda; // lambda for TI |
| 134 |
> |
double thermIntK; // power of lambda for TI |
| 135 |
> |
double vRaw; // unperturbed potential for TI |
| 136 |
> |
double vHarm; // harmonic potential for TI |
| 137 |
> |
int i; // just an int |
| 138 |
|
|
| 136 |
– |
double vRaw; |
| 137 |
– |
double vHarm; |
| 138 |
– |
|
| 139 |
– |
|
| 139 |
|
vector<double> mfact; |
| 140 |
|
int ngroup; |
| 141 |
|
vector<int> groupList; |