12 #include <unittest++/UnitTest++.h>
21 vector<GaussianCore> cores;
22 string basis =
"6-311++Gdsds";
23 cores.push_back(
GaussianCore({0,0,0},
"atom_8_basis_" + basis +
".tm"));
24 cores.push_back(
GaussianCore({1.8, 0, 0},
"atom_1_basis_" + basis +
".tm"));
25 cores.push_back(
GaussianCore({-0.44916, 1.743056, 0.0},
"atom_1_basis_" + basis +
".tm"));
42 cout <<
"Ground state energy: " << solver.
energy() << endl;
44 vector<GaussianCore> cores2;
45 cores2.push_back(
GaussianCore({0,0,0},
"atom_8_basis_" + basis +
".tm"));
46 cores2.push_back(
GaussianCore({8,0,0},
"atom_1_basis_" + basis +
".tm"));
47 cores2.push_back(
GaussianCore({-7.999999999971834,2.122871834682184e-5,0},
"atom_1_basis_" + basis +
".tm"));
61 cout << std::setprecision(20);
62 cout <<
"Energy: " << solver2.
energy() << endl;