Loading examples/h2_ucc1_expgen_vqe.cpp +3 −5 Original line number Diff line number Diff line Loading @@ -27,6 +27,4 @@ auto future = qcor::submit([&](qcor::qpu_handler &qh) { auto results = future.get(); auto energy = mpark::get<double>(results->getInformation("opt-val")); std::cout << "Results: " << energy << "\n"; // results->print(); } Loading
examples/h2_ucc1_expgen_vqe.cpp +3 −5 Original line number Diff line number Diff line Loading @@ -27,6 +27,4 @@ auto future = qcor::submit([&](qcor::qpu_handler &qh) { auto results = future.get(); auto energy = mpark::get<double>(results->getInformation("opt-val")); std::cout << "Results: " << energy << "\n"; // results->print(); }