examples/qsharp/NISQ/bell_driver.cpp
0 → 100644
+15
−0
examples/qsharp/NISQ/qft.qs
0 → 100644
+46
−0
+3
−0
Loading
- adding a QFT example for Q#
- add a missing array_slice_1d QIR function, delegate to the generic slice at dimension 0.
- Modify the NISQ import helper for Q# to handle kernels with only 1 qreg arg.
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>