cvjjm
cvjjm
### Expected behavior QNodes with Adjoint operations should draw fine. ### Actual behavior In some cases (I have not yet been able to make a minimal example) a QNode construction...
### 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...
### Feature details It would ne nice if PennyLane could "draw" circuits also to LaTeX format. This (relatively) new LaTeX package https://github.com/projekter/yquant could offer a nice "intermediate" language. There could...
### Feature details It should be possible to support operations with arbitrary `grad_recipes` in `param_shift_hessian()` by computing the applicable grad recipe for each entry in the hessian from the `grad_recipes`s...
smbolic_operator.py defines the function `_issmall()`. Unfortunately it is defined in the file but not part of the class, which is why derived classes cannot overwrite it. I would like to...
### Expected behavior When installing a specific version of pennylane and pennylane-lightning with pip I expect them to "just work". ### Actual behavior When I pip install pennylane v0.32 like...
### Feature details The [Bulding a plugin](https://docs.pennylane.ai/en/latest/development/plugins.html) documentation is still featuring a warning that it is rereferring to the old (therein referred to as _current_) [pennylane.Device](https://docs.pennylane.ai/en/latest/code/api/pennylane.Device.html) and [pennylane.QubitDevice](https://docs.pennylane.ai/en/latest/code/api/pennylane.QubitDevice.html) class. It...
### 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...
### Feature details When measuring many observables that I as the user know are jointly measurable (such as a whole bunch of tensor products of `PauliZ` operators) PL sill tries...
It seems odd that MajoranaOperator is not a sub-class of SymbolicOperator. A notable side effect is that contrary to QubitOperator and other SymbolicOperators, MajoranaOperator does not auto-remove terms that are...