-
# Description
1. Implement https://quantum-journal.org/papers/q-2020-02-06-226/ in Qiskit. @eraraya-ricardo already has a PennyLane implementation of the algorithm.
2. Implement https://arxiv.org/ab…
-
### Expected behavior
Successful creation of a `KerasLayer`
### Actual behavior
`ValueError: Unrecognized keyword arguments passed to KerasLayer: {'dynamic': True}`
### Additional information
Thi…
-
#### Issue description
I am experiencing issues when importing Catalyst that seem to depend on where and how the library is imported. It might be specific to my installation (I had to hack around a…
-
#### Issue description
I did a vanilla clone of the repo, and ran `docker build . -f ./docker/Dockerfile -t "lightning-gpu-wheels"`. But failed with the following error:
#### Source code and t…
-
### Expected behavior
This toy example should return [1,0]
```python
import pennylane as qml
dev = qml.device("default.qubit")
@qml.qnode(dev)
def circuit():
qml.measure(wires = "my wir…
-
#### Issue description
After updating jax and mlir dependency chain to v0.4.28 [(PR#931)](https://github.com/PennyLaneAI/catalyst/pull/931), jax introduces new `_sin_lowering` and `_cos_lowering` wit…
-
### Feature details
The `pauli_rep` property allows to represent an operator as a `PauliSentence` instance.
Currently, it is mostly implemented for `qml.X, qml.Y, qml.Z` and for operator math class…
-
* The `Ugate` is the new Qiskit label for the `U3gate`
* The `Pgate` corresponds to the PennyLane `PhaseShift` operation
* The `SXgate` (sqrtX gate) is new, and currently does not have a PennyLa…
-
Covalent version: 0.220.0.post2
Python version: 3.8
Following error is raised when we try to run with the latest braket image:
```python
Traceback (most recent call last):
File "/opt/ml/code/…
-
### Expected behavior
The output of circuit execution is a tensor that has the `requires_grad` attribute set to `True` or `False` for all devices.
Most devices output a tensor with `requires_grad=…