-
typos and style issues are itemized in this [google document](https://docs.google.com/document/d/1_9itCtIFOhik7HX8VSNVYrLJr9Y1XErRhmexV9egEYM/edit).
@mmvandieren will make the edits and complete a …
-
See for example: https://github.com/CQCL/pytket-quantinuum/actions/runs/6438882602/job/17485916107
Looks like at least three of the notebooks are failing, but the workflow does not fail, so we don'…
-
See https://tket.quantinuum.com/api-docs/optype.html or https://cqcl.github.io/tket/pytket/api/optype.html . This worked until fairly recently.
-
(Depending on the optimization level.)
See the discussion on #25 .
-
### Required prerequisites
- [X] Make sure you've read the [documentation](https://nvidia.github.io/cuda-quantum/latest). Your issue may be addressed there.
- [X] Search the [issue tracker](https://g…
-
Quantin**umm** --> Quantin**uum**
-
Currently each new Python process using pytket-quantinuum (and requiring authentication) needs the user to enter a password manually. This is sufficiently irritating that people work around it in vari…
-
### Required prerequisites
- [X] Make sure you've read the [documentation](https://nvidia.github.io/cuda-quantum/latest). Your issue may be addressed there.
- [X] Search the [issue tracker](https://g…
-
I would like to demonstrate lowering
```cpp
__qpu__ void cnotKernel(cudaq::qubit &q, cudaq::qubit &r) {
x(q, r);
}
__qpu__ void multiCtrlTest() {
cudaq::qreg q(4);
cudaq::control(cno…
-
Using pytket-quantinuum 0.20.0:
```python
from pytket.circuit import Circuit, Qubit, Bit, OpType, reg_eq
from pytket.extensions.quantinuum import QuantinuumBackend
circuit = Circuit(name="Repe…