-
### Expected behavior
Execution without failure (i.e. the QFIM is returned)
### Actual behavior
`WireError: Did not find some of the wires on device with wires .`
### Additional information
Remo…
-
# Description
We are currently writing a chapter for the Qiskit Textbook on quantum machine learning. The contents will be:
- Introduction
- Parameterized Quantum Circuits
- Data Encoding
…
-
process_tomography_circuits(circuit, measured_qubits) will return a list of QuantumCircuit objects containing the original circuit with state preparation circuits prepended, and measurement ci…
-
### Expected behavior
```python
with qml.tape.QuantumTape() as temp_go:
qml.CNOT([1, 2])
qml.CNOT([0, 1])
qml.CNOT([2, 3])
qml.CNOT([1, 2])
qml.CNOT([2, 3])
qm…
-
Hello,
in Qiskit v0.43.0 (Link: https://qiskit.org/documentation/locale/de_DE/release_notes.html#:~:text=Added%20a%20new%20attribute%2C%20layout), the `layout` attribute is officially introduced th…
-
currently, the environment is a Qiskit quantum circuit object. This needs to be extended for a probabilistic mixture of multiple quantum circuit objects.
-
## Task description
Similar to `AbstractCircuit.to_qiskit` method, ultimately we would like to transform tensorcircuit Circuit with cirq Circuit as well.
## Implementation
Add functions s…
-
### What is the expected behavior?
It would be extremely useful for [quantum-assisted-quantum-compilation](https://quantum-journal.org/papers/q-2019-05-13-140/) to have a method `complex_conj…
-
Hello,
The exception is raised while executing `represent` in the following code snippet:
```
from sympy import Matrix, symbols, sqrt, init_printing
from sympy import *
import sympy
from symp…
-
**Describe the bug**
Transpilation is a crucial step to map (and potentially optimise) the user's quantum circuit to the qubit topology on the chip. While I was trying to run Qibo circuits on AWS bac…