examples/qsharp/FTQC/qasm3/driver.qasm
0 → 100644
+13
−0
examples/qsharp/FTQC/qasm3/qrng.qs
0 → 100644
+23
−0
+25
−35
Loading
- Declare the subroutine in OpenQASM3 which will be provided at link time (from Q#)
- Fix a type resolution in OpenQASM3: int64_t string should be checked first before int.
- Update the qcor.in driver to support mixing different custom file types in one compilation, e.g. Q# and OpenQASM.
- Also, fix the Q# part in the driver script to remove the unused command line warning, i.e. let the script compile the cpp driver (if any) then link later.
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>