-
### Feature Description
In autoqasm, you use the `aq.verbatim()` context to instruct the compiler to avoid modifying anything inside the block. For example:
```python
@aq.main
def bell_state():
…
-
Attempts to submit QIR generated by `pytket_to_qir()` via azure-quantum currently fail with
```
RuntimeError: Cannot retrieve results as job execution failed(status: Failed.error: {'additional_pro…
-
```patch
diff --git a/mlir/lib/Driver/CompilerDriver.cpp b/mlir/lib/Driver/CompilerDriver.cpp
index d75406bf6..2114a7a78 100644
--- a/mlir/lib/Driver/CompilerDriver.cpp
+++ b/mlir/lib/Driver/Compi…
-
I just tried to take a QIR file output from qcor and translate to the base profile with the QAT tool from the QIR Alliance. It did not work out of the box. Turns out, QAT will look for a function attr…
-
Under limited circumstances they are supported in QASM submissions, so this is a feature discrepancy.
-
This follows:
* a demonstration of "QIR passes" in Python by @LaurentAjdnik on Apr. 14, 2022
* a discussion during the "QIR²" community call on May 19, 2002
QAT includes/mimics/relies on LLVM pas…
-
For the circuit below, it looks like N=3632; I don't know if the limit depends on the circuit.
```python
from pytket.circuit import Circuit
from pytket.extensions.quantinuum import QuantinuumBack…
-
Currently attempts to use multi-valued WASM functions with QIR fail with this error:
https://github.com/CQCL/pytket-qir/blob/6d5d1fe998a3c5a272f31bda9d11cef13051faa8/pytket/qir/conversion/conversio…
-
### Required prerequisites
- [x] Consult the [security policy](https://github.com/NVIDIA/cuda-quantum/security/policy). If reporting a security vulnerability, do not report the bug using this form. U…
-
## Describe the bug
The [QIR Runtime readme](https://github.com/microsoft/qsharp-runtime/tree/main/src/Qir/Runtime#the-native-qir-runtime) lists the required LLVM version as `11.0.0`, while the [prer…