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

Fixed a typo in compile command comment of a demo example



the file name is iqft.qasm.

Signed-off-by: default avatarThien Nguyen <nguyentm@ornl.gov>
parent 9fe3c136
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#include "qir_nisq_kernel_utils.hpp"

// Compile:
// qcor qft.qasm qpe.cpp -shots 1024 
// qcor iqft.qasm qpe.cpp -shots 1024 
using QPEOracleSignature = KernelSignature<qubit>;

// External QASM3 function with signature void(qreg, int)