Bhargav C N

Results 13 issues of Bhargav C N

**Description of the issue** The default insert strategy is placing the given list of gates in different positions. **How to reproduce the issue** ``` from cirq.contrib.qasm_import import circuit_from_qasm from cirq...

kind/bug-report
triage/accepted

### Informations - **Qiskit Aer version**: 1.1.0 - **Python version**: 3.11 - **Operating system**: Apple Mac M2 Air ### What is the current behavior? The circuit provided below wasn't providing...

bug

I am trying to run the following circuit with and without partitioning: ```js import QuantumCircuit from 'quantum-circuit'; import fs from 'fs'; function getGates(circuit) { var gates = {} circuit.forEach(qubit =>...