Skip to content

Commit

Permalink
Removed MeasurementValue
Browse files Browse the repository at this point in the history
  • Loading branch information
mudit2812 committed Aug 8, 2023
1 parent 07818a9 commit 2a07c91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pennylane/measurements/mid_measure.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
This module contains the qml.measure measurement.
"""
import uuid
from typing import Optional, List, Callable
from typing import Generic, TypeVar, Optional, List, Callable

import pennylane as qml
import pennylane.numpy as np
Expand Down Expand Up @@ -129,8 +129,7 @@ class MidMeasureMP(MeasurementProcess):
wires (.Wires): The wires the measurement process applies to.
This can only be specified if an observable was not provided.
reset (bool): Whether to reset the wire after measurement.
id (str): custom label given to a measurement instance, can be useful for some applications
where the instance has to be identified
id (str): Custom label given to a measurement instance.
"""

def __init__(
Expand Down

0 comments on commit 2a07c91

Please sign in to comment.