Commit 9a59374e authored by Lee-Ping Wang's avatar Lee-Ping Wang
Browse files

Modified TestCudaAmoebaMultipoleForce to agree with unit-correction.

parent 9b2b0cad
...@@ -2721,9 +2721,9 @@ static void testSystemMultipoleMoments( FILE* log ) { ...@@ -2721,9 +2721,9 @@ static void testSystemMultipoleMoments( FILE* log ) {
std::vector<double> tinkerMoments(4); std::vector<double> tinkerMoments(4);
tinkerMoments[0] = 0.0000000e+00; tinkerMoments[0] = 0.0000000e+00;
tinkerMoments[1] = -9.1118361e-01; tinkerMoments[1] = -9.1118361e+00;
tinkerMoments[2] = 2.8371876e+00; tinkerMoments[2] = 2.8371876e+01;
tinkerMoments[3] = 5.1518898e+00; tinkerMoments[3] = 5.1518898e+01;
// tinkerMoments[4] = -1.0768808e-01; // Quadrupole moments are not uniquely defined when using periodic boundary conditions // tinkerMoments[4] = -1.0768808e-01; // Quadrupole moments are not uniquely defined when using periodic boundary conditions
// tinkerMoments[5] = -9.0458124e-01; // tinkerMoments[5] = -9.0458124e-01;
// tinkerMoments[6] = 1.8460385e+00; // tinkerMoments[6] = 1.8460385e+00;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment