initialize lj parameters to 1

This commit is contained in:
Yifan Li
2024-07-20 22:34:27 -04:00
parent 1ed6e153b6
commit ce0fd7dcb7

View File

@ -48,9 +48,9 @@ class FixPIMDLangevin : public Fix {
double inverse_np; // 1.0/np
double temp; // temperature
double hbar; // Planck's constant
double lj_epsilon, lj_sigma, lj_mass; // LJ unit energy, length, and mass scales
double other_planck;
double other_mvv2e;
double lj_epsilon = 1, lj_sigma = 1, lj_mass = 1; // LJ unit energy, length, and mass scales
double other_planck = 1;
double other_mvv2e = 1;
double kt; // k_B * temp
double beta, beta_np; // beta = 1./kBT beta_np = 1./kBT/np
int thermostat; // NHC or PILE_L