Arfat Salman
Arfat Salman
Pre-Report Checklist -------------------- - [x] I am running the latest versions of pyQuil and the Forest SDK - [x] I checked to make sure that this bug has not already...
Pre-Report Checklist -------------------- - [x] I am running the latest versions of pyQuil and the Forest SDK - [x] I checked to make sure that this bug has not already...
Pre-Report Checklist -------------------- - [x] I am running the latest versions of pyQuil and the Forest SDK - [x] I checked to make sure that this bug has not already...
Pre-Report Checklist -------------------- - [x] I am running the latest versions of pyQuil and the Forest SDK - [x] I checked to make sure that this bug has not already...
### Env - **Qiskit Terra version**: `{'qiskit-terra': '0.23.1', 'qiskit-aer': '0.11.2', 'qiskit-ignis': None, 'qiskit-ibmq-provider': '0.20.0', 'qiskit': '0.41.0', 'qiskit-nature': None, 'qiskit-finance': None, 'qiskit-optimization': None, 'qiskit-machine-learning': None}` - **Python version**: Python 3.9.12 -...
**Description of the issue** The `cirq.qasm` [[docs](https://quantumai.google/reference/python/cirq/qasm)] expects an optional `qubits` kw-args. But specifying it throws an error. It seems like this [line](https://github.com/quantumlib/Cirq/blob/master/cirq-core/cirq/protocols/qasm.py#L156) picks the AbstractCircuit's `_qasm_` argument, which is...
**Description of the issue** `assert_circuits_with_terminal_measurements_are_equivalent` throws an error when a QasmUGate uses a Symbol parameter. **How to reproduce the issue** ```python import cirq from sympy import Symbol from cirq.circuits.qasm_output import...