Commit 94b060d8 authored by Mccaskey, Alex's avatar Mccaskey, Alex
Browse files

Update h2_ucc1_expgen_vqe.cpp

parent a56f2ce0
Loading
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -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();
}