-
### Expected behavior
I would expect that if I do qml.compile() of a template and its adjoint template, the decompositions would be equivalent but adjoined. However the depth of the decomposition i…
-
# Introducing Catalyst: quantum just-in-time compilation
Introducing Catalyst: quantum just-in-time compilation | Just-in-time compilation, allowing rapid prototyping without sacrificing performance,…
-
First reported in https://github.com/PennyLaneAI/pennylane/issues/842, we've now determined that this is a SF-specific issue.
-
**Describe the bug**
The current implementation runs fully analytically which is motivated by faster simulation times and by the fact, that the effect of shots are not the focus of interest within th…
-
Hello.
I try to execute "run_on_QPU.py"
I got the error messages below.
----------------------------------
Traceback (most recent call last):
File "/home/watabe/quantum-transfer-learning/quan…
-
Add support for noise channels like
AmplitudeDamping
PhaseDamping
DepolarizingChannel
Equivalents to these pennylane noise channels
qulacs.gate.AmplitudeDampingNoise
qulacs.gate.DephasingNoi…
-
### Expected behavior
```
import pennylane as qml
dev = qml.device('default.qubit', wires=4)
@qml.qnode(dev)
def circuit(weight, wires1=None, wires2=None):
qml.FermionicDoubleExcitation(…
-
### Expected behavior
import pennylane as qml
dev = qml.device('qiskit.aer', wires=2)
it should create a qiskit aer device
### Actual behavior
cannot import name 'extensions' from 'qiskit…
-
Qiskit now support building parametrized quantum circuits, see https://qiskit.org/documentation/terra/custom_gates.html#parameterized-gates.
The advantage of parametrized circuits is that Qiskit on…
-
# How to embed data into a quantum state
How to embed data into a quantum state | Be it measurement data, images or coordinates in phase-space, almost all forms of data we encounter in...
[https://p…