Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Utkarsh <utkarshazad98@gmail.com>
  • Loading branch information
DSGuala and obliviateandsurrender authored Jun 19, 2024
1 parent 45b6006 commit 1333128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/releases/changelog-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
`par_info`, `obs_sharing_wires`, and `obs_sharing_wires_id` are now public attributes.
[(#5696)](https://github.com/PennyLaneAI/pennylane/pull/5696)

* The `qml.data` module now supports PyTree types as dataset attributes
* The `qml.data` module now supports PyTree data types as dataset attributes
[(#5732)](https://github.com/PennyLaneAI/pennylane/pull/5732)


Expand Down
2 changes: 1 addition & 1 deletion pennylane/data/attributes/pytree.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
class DatasetPyTree(DatasetAttribute[HDF5Group, T, T]):
"""Attribute type for an object that can be converted to
a Pytree. This is the default serialization method for
all Pennylane Pytrees, including subclasses of ``Operator``.
all PennyLane Pytrees, including subclasses of ``Operator``.
"""

type_id = "pytree"
Expand Down

0 comments on commit 1333128

Please sign in to comment.