pennylane icon indicating copy to clipboard operation
pennylane copied to clipboard

PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry. Train a quantum computer the same way as a neural network.

Results 534 pennylane issues
Sort by recently updated
recently updated
newest added

This class enables easy implementation for `qml.dla.lie_closure` realized in the follow-up PR. The class VSpace is currently not (yet) user-facing and acts as a utility to lie_closure. We could consider...

**Context:** Necessary next step in `qutrit_mixed` device development, allows for sampling a quantum circuit on the mixed state. This will be necessary to simulate sampling a qutrit device. **Description of...

### Before submitting Please complete the following checklist when submitting a PR: - [x] All new features must include a unit test. If you've fixed a bug or added code...

[WIP] - [x] Basic functionality - [x] Basic tests - [x] compatibility with PauliWord + tests - [x] compatibility with Operators + tests - [ ] Figure out normalization standard...

### Expected behavior Hello! I’m currently trying to use `qml.qinfo.transforms.quantum_fisher` to calculate the quantum Fisher information matrix (QFIM) of a certain circuit called `U1_qfi`. However, I’m having an issue with...

bug :bug:

### Expected behavior `Snapshot` should return the measurement result or raise an error if the device is not compatible. ### Actual behavior If the device is `dafault.mixed`, `Snapshot` will return...

bug :bug:

### Before submitting Please complete the following checklist when submitting a PR: - [ ] All new features must include a unit test. If you've fixed a bug or added...

**Context:** [Quantifying the entanglement](https://www.quantiki.org/wiki/entanglement-measure) for example by determining the [entropy of entanglement](https://en.wikipedia.org/wiki/Entropy_of_entanglement) of bipartite quantum states can be useful for applications of quantum information (e.g., in quantum cryptography). One way...

### Before submitting Please complete the following checklist when submitting a PR: - [x] All new features must include a unit test. If you've fixed a bug or added code...

This PR integrates `draw` and `draw_mpl` with `qml.workflow.construct_batch`. It does so by adding a `level` keyword that can be a special string, int, `None` or `slice`. Note that currently `None`...