Skip to content

Commit

Permalink
Very small typo in devices doc page (#563)
Browse files Browse the repository at this point in the history
* typo in devices doc page

* Auto update version

* changelog

* name

---------

Co-authored-by: Dev version update bot <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
isaacdevlugt and github-actions[bot] authored Nov 21, 2023
1 parent 461f73b commit 655d537
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@

### Documentation

* Fixed a small typo in the documentation page for the PennyLane-Lightning GPU device.
[(#563)](https://github.com/PennyLaneAI/pennylane-lightning/pull/563)

### Bug fixes

* Move deprecated `stateprep` `QuantumScript` argument into the operation list in `mpitests/test_adjoint_jacobian.py`.
Expand All @@ -47,7 +50,7 @@

This release contains contributions from (in alphabetical order):

Vincent Michaud-Rioux, Shuli Shu
Isaac De Vlugt, Vincent Michaud-Rioux, Shuli Shu

---

Expand Down
2 changes: 1 addition & 1 deletion doc/lightning_gpu/device.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The ``lightning.gpu`` device also directly supports quantum circuit gradients us

.. code-block:: python
qml.qnode(dev, diff_method="adjoint")
@qml.qnode(dev, diff_method="adjoint")
def circuit(params):
...
Expand Down
2 changes: 1 addition & 1 deletion pennylane_lightning/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.34.0-dev8"
__version__ = "0.34.0-dev9"

0 comments on commit 655d537

Please sign in to comment.