Loading examples/qsim/demo/HeisenbergModel/QuantumQuenchSimulation.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ int main(int argc, char **argv) { // Result should contain the observable expectation value along Trotter steps. auto result = workflow->execute(problemModel); // Get the observable values (average magnetization) // Get the observable values (staggered magnetization) const auto obsVals = result.get<std::vector<double>>("exp-vals"); // Print out for debugging: Loading Loading
examples/qsim/demo/HeisenbergModel/QuantumQuenchSimulation.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ int main(int argc, char **argv) { // Result should contain the observable expectation value along Trotter steps. auto result = workflow->execute(problemModel); // Get the observable values (average magnetization) // Get the observable values (staggered magnetization) const auto obsVals = result.get<std::vector<double>>("exp-vals"); // Print out for debugging: Loading