-
We are trying to incorporate custom shot noise models with circuit knitting. Particularly we are trying to see the effects of shot noise when we reconstruct probability distributions.
With the lega…
-
We should have a coherent naming convention for the QASM library:
https://github.com/Qiskit/qss-compiler/blob/main/CMakeLists.txt#L43
and
https://github.ibm.com/IBM-Q-Software/qss-qasm/blob/master/…
-
Here's an idea:
OSC-Qasm is a bridge connecting max/pd/sc and python. Imagine I have a python script that takes a qasm circuit and does something different or more complex, maybe a pre or post-proces…
-
The original OpenQASM2.0 library was called `qelib1.inc` and contained a certain number of gates.
Qiskit now has more gates, and we have (inconsistently) added some of them to that library. I think…
-
-
### Environment
- **Qiskit Terra version**: 0.24.1
- **Python version**: 3.10
- **Operating system**: ubuntu 22.04
### What is happening?
calling `UnitaryGate().qasm()` fails after version 0.24…
-
Hi. I try to understand the pattern matching used in your framework.
For `tof_3.qasm` used in your work, as shown in the following figure, if I want to optimize the first two T gates applying on $q_…
-
In particular, I'd like to use Qiskit's `random_circuit` function, but it generates custom gates with phase parameters. For example:
```python
from pyzx.circuit import Circuit
from qiskit.circuit…
-
Create highlight of QASM for vim and for IDEs:
- [ ] vim
- [ ] VSCode
- [ ] IDEA
-
Exist several specification of Quantum Assembly Languages, as example:
https://github.com/Qiskit/openqasm
https://github.com/rigetti/quil
https://arxiv.org/pdf/1805.09607.pdf
so, need create an i…