Making the device selectable for the find_device function #9
@ -3,6 +3,7 @@ from dataclasses import dataclass
|
|||||||
from typing import Dict, Any
|
from typing import Dict, Any
|
||||||
from abc import ABC, abstractmethod
|
from abc import ABC, abstractmethod
|
||||||
|
|
||||||
|
|
||||||
@dataclass(slots=True)
|
@dataclass(slots=True)
|
||||||
class ReadoutErrorCounter:
|
class ReadoutErrorCounter:
|
||||||
"""Class used to track readout errors"""
|
"""Class used to track readout errors"""
|
||||||
|
Loading…
Reference in New Issue
Block a user