Korbinian Kottmann

Results 80 comments of Korbinian Kottmann

Thanks for the changes! 1. I like `bits` as well now 👍 2. Maybe a good compromise would be if we link the "main" docstring (the measurement one?) in the...

Originally my main concern was that even if there is an output (implementation details aside) that the grad result would be nonsensical. But actually this should be linear and hence...

In principle this would work, but do you see a way to incorporate the measurement optimization as well? Already in this example it is executing 2 expvals whereas only 1...

Small note, the above example also does not distribute the computation to different devices but I think this can be done with this modification: ```python devs = [qml.device("default.qubit", wires=3) for...

I created a PR for this here https://github.com/PennyLaneAI/qml/pull/510

Is there a way to have fancy latex symbols like `\lightning`, in the demo? E.g. using `\usepackage{wasysym}` or `stmaryrd`. I think it makes a lot of sense here and would...

Amazing! That is the last possibility I would have tried for latex text 😆

Yes, and it is working!

Do I have to manually tell the repo to use the latest master of pennylane? The deployment fails due to an `ImportError: cannot import name 'fold_global' from 'pennylane.transforms'`

Hello @KetpuntoG and @CatalinaAlbornoz , I tagged you for a review for this demo in which we want to showcase new functionalities added in https://github.com/PennyLaneAI/pennylane/pull/2757 as well as initiate discussion...