-
We'd like to add the ability to generate circuit diagrams from a Q# program.
These can appear in:
- VS Code
- Python notebooks
- Python command line (ascii art)
Small programs without classic…
-
Pre-Request Checklist
---------------------
- [x] I checked to make sure that this feature has not already been requested.
Issue Description
-----------------
Scoping this issue before #121…
-
Currently `tan(x)` is implemented as `sin(x) / cos(x)`:
```llvm
define double @__quantum__qis__tan__body(double %theta) {
%sin = call double @llvm.sin.f64(double %theta)
%cos = call double…
-
**Describe the bug**
Invalid LLVM code is generated in a Q# example with unreachable code.
**To Reproduce**
Run the following project:
```xml
Exe
netcoreapp5.0
x64
…
-
Currently the setup for developers are not described for OS X developers.
-
Ensure compatibility with https://github.com/rigetti/qcs-sdk-c/pull/13, once we decide to update.
-
Refactor the examples organisation and consider getting rid of all Makefile in favour of either Bazel or some more appropriate build system
-
### 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…
-
Using current techniques, it is cheaper to perform a Toffoli gate directly via a CCZ state instead of via multiple T states. As a result, I often want to count Toffoli gates instead of T gates.
I h…
-
It is conventional in LLVM subprojects to have the unit tests integrated into the build system such that building the target `check--unit` runs the tests. Our project doesn't behave that way. It would…