Guillermo Alonso-Linaje

Results 34 issues of Guillermo Alonso-Linaje

### Feature details Currently the [QPE](https://pennylane.readthedocs.io/en/stable/code/api/pennylane.QuantumPhaseEstimation.html) template only supports operator pass-through as a matrix. It would be useful to be able to pass a quantum function and not have to...

enhancement :sparkles:

**Title:** Basic arithmetic with QFT **Summary:** Demo **Possible Drawbacks:** Update with pennylane 0.24

**Describe the bug** (Bug found by Matthew Weiss) When I use the same parameter twice within an anstaz, when I send it to the vqe_runner, they are optimized separately, so...

enhancement

The demos that have .py files have two folders, one in `/demonstrations` with the files and another in `/demonstration_assets` with the images. We should unify this to avoid confusion. The...

Removing metadata and authors of all the .py

do not merge
ci:build-all-qml-demos

------------------------------------------------------------------------------------------------------------ **Title:** The power of Iterative Quantum Phase Estimation **Summary:** **Relevant references:** **Possible Drawbacks:** **Related GitHub Issues:** ---- If you are writing a demonstration, please answer these questions to facilitate...

We should try and move our demos to using operator arithemetic (`qml.dot`,`qml.sum`, `qml.prod` ) instead of `Tensor` and `Hamiltonian`. Tom: "This might be interesting to have as a PR and...

The purpose of this PR is to leave only those related demos that the author explicitly wants to be there. (At the moment I have checked a third of the...

One of the tasks I am working on is to move some demos to torch or jax instead of autograd (`from pennylane import numpy` should not appear in the demo)....

In this PR we solve [this issue](https://github.com/PennyLaneAI/qml/issues/441)