We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee57e3 commit 11b3353Copy full SHA for 11b3353
source/module_md/test/MD_func_test.cpp
@@ -20,6 +20,7 @@ class MD_func_test : public testing::Test
20
void SetUp()
21
{
22
Setcell::setupcell(ucell);
23
+ Setcell::parameters();
24
natom = ucell.nat;
25
allmass = new double [natom];
26
pos = new ModuleBase::Vector3<double> [natom];
source/module_md/test/setcell.h
@@ -106,6 +106,7 @@ class Setcell
106
static void parameters()
107
108
GlobalV::SEARCH_RADIUS = 8.5 * ModuleBase::ANGSTROM_AU;
109
+ GlobalV::CAL_STRESS = 1;
110
//ModuleBase::Global_File::open_log(GlobalV::ofs_running, "run.log");
111
112
INPUT.mdp.md_restart = 0;
0 commit comments