Unverified Commit add1f3c3 authored by Thien Nguyen's avatar Thien Nguyen Committed by GitHub
Browse files

Merge pull request #230 from tnguyen-ornl/master

Fixed a typo in compile command comment of a demo example

Comment changes only.
parents 9fe3c136 75782600
Loading
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)