Korbinian Kottmann

Results 36 issues of Korbinian Kottmann

Attempting to define a new measurement `classical_shadow_expval` which allows to differentiate expectation values evaluated with classical shadows. **Context:** The problem with post-processing the classical shadows obtained from the `classical_shadow` measurement...

**Context:** builds on top of https://github.com/PennyLaneAI/pennylane/pull/2820 Adding a `qml.ClassicalShadow` class that takes in `bitstrings` and `recipes` from the `qml.classical_shadow` measurement and can further process these results for * expectation values...

Currently, there is a comment on the counts measurement process about differentiability. ![image](https://user-images.githubusercontent.com/43949391/184201365-bee538de-21f4-4f9d-b7dd-df1d27e89799.png) There are actually a lot of scenarios where it is desirable to have a loss function defined...

Ideally, when a user wants to return counts but forgets to set counts, the error message would point to that. Currently the error message is somewhat cryptic: ```python dev =...

### Expected behavior qfunc to execute as expected (i.e. as without setting `grouping_type="qwc"` ### Actual behavior Adding grouping breaks in the noisy simulator. Seems to be queuing issue. ### Additional...

bug :bug:

### Feature details It would be great to have `qml.BasicEntanglerLayers` accept not one but two (or more) rotation gates, since only then the rotation is _general_. The API could be...

enhancement :sparkles:
good first issue

Not sure if this is a bug or just not implemented yet. I want to use parameter broadcasting with different initial states via `qml.AmplitudeEmbedding`. Here is an example without parameter...

I noticed that `jax-jit` and `tf` compilation is very slow when computing gradients through the new `mitigate_with_zne` transform introduced in https://github.com/PennyLaneAI/pennylane/pull/2757. For an example with `n_wires=6` it already takes around...

**Context:** For most error mitigation schemes, we need more elaborate ways to model noisy circuits. One main problem that I identify is the rigidness in which noise channels are applied....

A simple notebook showing off the new differentiable error mitigation functions with ZNE https://github.com/PennyLaneAI/pennylane/pull/2757 as well as trying to initiate people also to think of variationally optimizing the mitigation scheme...

review-ready