Commit 78c8826d authored by Nguyen, Thien Minh's avatar Nguyen, Thien Minh
Browse files

Fixed code comment



Signed-off-by: default avatarThien Nguyen <nguyentm@ornl.gov>
parent efeb7ed8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: