Unverified Commit 3b77953f authored by Mccaskey, Alex's avatar Mccaskey, Alex Committed by GitHub
Browse files

Merge pull request #18 from tnguyen-ornl/tnguyen/qpe

Forgot to rename one function
parents 83c4a684 be371660
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ __qpu__ void QuantumPhaseEstimation(qreg q) {
  }

  // Inverse QFT on the counting qubits:
  inverseQuantumFourierTransform(q, bitPrecision);
  iqft(q, bitPrecision);

  // Measure counting qubits
  for (int qIdx = 0; qIdx < bitPrecision; ++qIdx) {