-
**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
qubits =…
-
After a discussion with @Abbas0062898 we were wondering whether it could be useful to provide the means in `qibolab` for simulating superconducting qubits (at a first stage, this might be extended to …
-
**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…
-
Sorry for my operation wrong that makes my questions closed, so that I have to reask it. I face a problem with sending qubits, I just want to double check that if I want to send a qubit, I can only u…
-
Hi everyone,
I'm new to ProjectQ and I'm looking for guidance on resetting qubits. I understand that the reset gate available in Qiskit isn't directly available in ProjectQ. Could anyone suggest an…
-
### Required prerequisites
- [x] Consult the [security policy](https://github.com/NVIDIA/cuda-quantum/security/policy). If reporting a security vulnerability, do not report the bug using this form. U…
-
Currently, the transpiler is already providing some padding
https://github.com/qiboteam/qibo/blob/ecbd16d7d8f2b6780bacbb7b92c9f2b3fc44087b/src/qibo/transpiler/optimizer.py#L19-L33
but just applying …
-
[Compilation of Fault-Tolerant Quantum Heuristics for Combinatorial Optimization](https://arxiv.org/abs/2007.07391) gives detailed costings and constructions of oracles for useful optimization problem…
-
Circuit returned by the transpiler service has its parameter names altered. For example:
```python
from qiskit.circuit.library import RealAmplitudes
from qiskit_transpiler_service.transpiler_se…
-
According to documentation of the function "embed_unitary_into_orthogonal_matrix" the following should be true :optimal_givens_decomposition(qubits, unitary) = optimal_gaussian_circuit(qubits, orthogo…