-
### Feature Description
The qasm version passed by the user should be preserved but we are forcing it to be 3 and changing the representations of equivalent constructs -
```python
In [5]: pyqa…
-
# Abstract
The Q Team has already decided to split qasm off into its own project.
Help finish that effort.
# Description
Under the direction of @1ucian0 (Dr. Bello) I started on this by implem…
-
**Describe the bug**
* for "ibmq_qasm_simulator" and "simulator_statevector", `backend.num_qubits` returns 32 but submitting a circuit with more than 31 qubits results in a "Circuits do not match t…
-
### Environment
- **Qiskit version**: 1.2.1
- **Python version**: 3.11
- **Operating system**: OSX
### What is happening?
Loading/exporting QASM2 code gives sometimes wrong operation names for …
-
Failing tests on latest [2283e40](https://github.com/Qiskit/qss-compiler/commit/2283e406c3ccc74dc0355eb4f17c471e0695b2c2) with `qasm/02.12`.
## Test machine
- Apple M1 Max
- Ventura 13.1
…
-
Hello,
I was playing with the `trotterize_exp_qubop_to_qasm` function, and I think it may be outputting incorrect circuits. I have constructed the following minimal broken example to demonstrate. …
-
rastan source code uses `dw ^$00`
merlin apparently treats that as the unary ^ operator. qasm treats it as a label character.
`dw #^$00` is a workaround for qasm
^ is a legitimate label char…
-
**Describe the bug**
```
ERROR: [Experiment 0] Insufficient memory to run circuit circuit-313 using the statevector simulator.
Required memory: 524288M, max memory: 15981M
```
**Describe what …
-
Under limited circumstances they are supported in QASM submissions, so this is a feature discrepancy.
-
Add an error message to the qasm conversion when trying to convert classical division operation.