-
The pipeline currently has 2 image representation algorithms:
1. FRQI (2010)
2. NEQR (2013)
Important QIR methods that need to be added:
- [x] MCRQI (2011)
- [ ] QUALPI (2013)
- [ ] NAQSS …
-
This Issue is to track all discussions and updates related to the approved runtime initialization, finalization, and entrypoint handling workstream.
QIR implementation libraries provided at link t…
-
**Describe the solution you'd like**
It would be helpful if the QIR generator created LLVM debugging metadata. This is useful when consuming the QIR, and is strongly encouraged in the QIR specificati…
-
Array slicing is supposed to work like copy, where it includes a force parameter and will behave differently based on that and how many alias counts the target array has. In the [QIR spec ](https://gi…
-
## 复现步骤
使用了来自Ultralytics的[yolov8n.pt](https://github.com/ultralytics/assets/releases/download/v0.0.0/yolov8n.pt)模型导出的yolov8n.onnx(导出命令为`yolo export model=yolov8n.pt format=onnx opset=13`),通过如下脚本进行i…
-
Issue Description
-----------------
One initial step to exploring the use of IRs and Mitiq/error mitigation more generally is to add pre-processing to inputs to Mitiq to allow it to consume QIR pr…
-
## Describe the bug
When I run bootstrap.ps1 in Powershell to build the emulator, I get an error like this:
![image-20220802093405246](https://img-blog.csdnimg.cn/e6d9842757a0448aac77e03da82b9919.pn…
-
### Required prerequisites
- [X] Search the [issue tracker](https://github.com/NVIDIA/cuda-quantum/issues) to check if your feature has already been mentioned or rejected in other issues.
### De…
-
We do our tracing at the ExecutionManager level, and kernel_builder executions defer to the QIR runtime API.
We need to enable tracing of kernel_builder codes on the Quake code itself.
-
### Environment
- **qBraid version**: 0.8.2
- **Python version**: 3.12
- **Operating system**: macOS 14.4
### What happened?
For the following program -
```python3
from qbraid.transpiler.…