Bhargav C N
Bhargav C N
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...
### Environment - **Qiskit version**: 1.2.1 - **Python version**: 3.11 - **Operating system**: Apple Macbook M2 ### What is happening? HighLevelSynthesis pass fails on when transpiling circuit with QFTGate's inverse....
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...
**Description of the issue** Any circuit with the inverse QubitPermutation gate added will fail if it is loaded from JSON. **How to reproduce the issue** ```python import cirq as c...
**Description of the issue** Running a circuit imported from QASM is failing when run on DensityMatrixSimulator **How to reproduce the issue** ``` from cirq.contrib.qasm_import import circuit_from_qasm from cirq import DensityMatrixSimulator,...
**Description of the issue** The drop terminal measurements (https://quantumai.google/reference/python/cirq/drop_terminal_measurements) allows user to drop the terminal measures before simulation to get the proper simulation results. I am trying to optimize a...
**Description of the issue** The `optimize_for_target_gateset` crashes when trying to optimize XXPowGate with larger global shift value. The optimizer crashes with division by zero error. **How to reproduce the issue**...
**Description of the issue** IdentityGate constructor accepts a single parameter which is the number of qubits it acts on. When the parameter value is set to 0, the circuit works...