Skip to content

Commit

Permalink
shuli suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisAlfredoNu committed Sep 27, 2024
1 parent 6260abc commit 2d6fe7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pennylane_lightning/lightning_gpu/_measurements.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
from pennylane_lightning.core._serialize import QuantumScriptSerializer


class LightningGPUMeasurements(LightningBaseMeasurements): # pylint: disable=too-few-public-methods
class LightningGPUMeasurements(LightningBaseMeasurements): # pylint: disable=too-few-public-methods
"""Lightning GPU Measurements class
Measures the state provided by the LightningGPUStateVector class.
Expand Down
2 changes: 1 addition & 1 deletion pennylane_lightning/lightning_gpu/_mpi_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


# MPI options
class MPIHandler: # pylint: disable=too-few-public-methods
class MPIHandler: # pylint: disable=too-few-public-methods
"""MPI handler for PennyLane Lightning GPU device.
MPI handler to use a GPU-backed Lightning device using NVIDIA cuQuantum SDK with parallel capabilities.
Expand Down

0 comments on commit 2d6fe7e

Please sign in to comment.