-
When it comes to using measurement results in learning methods, is there a way to simply get the exact probability for each measurement result (as opposed to the expectation for each register) from th…
-
### Expected behavior
something like:
```
Average loss over epoch 1: 0.4803
Average loss over epoch 2: 0.3553
Accuracy: 78.0%
```
Output file is generated by PATH
(no output errors)
### A…
-
## Description
In an open-source project like lambeq, you can never have too many tutorials or example notebooks. This open-ended task asks for contributions on this matter. Any meaningful tutorial…
-
**Describe the bug**
An error is raised when using `qml.QubitStateVector(...).inv()` with any of the Qiskit devices.
The error is:
```
CircuitError: "Invalid param type for gate initialize_dg."…
-
### Team Name:
Cabriella
### Project Description:
We are making a custom made python library which integrates PennyLane with python.
The aim of this library is to make quantum machine le…
-
It seems that `ControlledQubitUnitary` is not supported on device `qulacs.simulator` and as a result, we get
`pennylane.\_device.DeviceError: Gate ControlledQubitUnitary not supported on device qula…
-
#### Issue description
Clarification, and preferably an example regarding if lightning.gpu has cuQuantum multi-node capability. Can I access multiple gpus spanning multiple nodes in a HPC? How?
…
-
### Feature details
I am working with @radras on [an MBQC demo for PennyLane/qml](https://github.com/PennyLaneAI/qml/pull/485) and we would like to make use of mid-circuit measurements on which we …
-
С примерами на https://github.com/unitaryfund/mitiq - по докам есть поддержка Pennylane. То есть показать, что без кода, а что с кодом. Ну и на пальцах рассказать как они работают.
В блоке про куб…
-
### Expected behavior
The order of the wires returned by a `qml.Snapshot()` should match those of the full execution
### Actual behavior
The wires are out of order, based on the order in which they…