Romain Moyard

Results 18 issues of Romain Moyard

**Description of the Change:** Start working on the release notes before release candidate branch is created. **Release notes** * [x] Create sections * [x] Organize the order of entries *...

**Description of the Change:** - Copy of this PR: https://github.com/PennyLaneAI/pennylane/pull/2923 - Update the tests to be run before uploading PennyLane to pypi

**Context:** **Description of the Change:** **Benefits:** **Possible Drawbacks:** **Related GitHub Issues:**

**Context:** Jax interfaces cannot be used using forward mode because it is using custom vjps which does not come with jvp support, on the other custom jvp allows to use...

### 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...

### Expected behavior With the new return type activated `qml.enable_return`. It should be possible to use shot vectors and multiple measurements with Tensorflow, but it is returning a bug. ###...

bug :bug:

### Expected behavior With `qml.enable_return` activated, `Counts` should work with interfaces (torch, tf, jax) and `default.mixed` but it is not the case. ### Actual behavior ``` import pennylane as qml...

bug :bug:

### Expected behavior With the new return types activated `qml.enable_return()`. We expect `Sample` to return a tensor related to the desired interfaces but it currently only returns numpy array instead...

bug :bug:

**Context:** Some gradients/jacobians do not compile because the insertion point in the lowering is not correctly set. **Description of the Change:** The insertion is the call op and not the...

compiler

**Context:** **Description of the Change:** **Benefits:** **Possible Drawbacks:** **Related GitHub Issues:**