From 0e34b40d32e1ee960482b01940851fd011bb10d6 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Fri, 9 Dec 2022 12:35:01 -0500 Subject: [PATCH] correct typo --- hiro_models/otto_cycle.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hiro_models/otto_cycle.py b/hiro_models/otto_cycle.py index 4952989..75e96d5 100644 --- a/hiro_models/otto_cycle.py +++ b/hiro_models/otto_cycle.py @@ -194,8 +194,7 @@ class OttoEngine(QubitModelMutliBath): """The time resolution relative to the period of modulation.""" shift_to_resonance: tuple[bool, bool] = field(default_factory=lambda: (True, True)) - - """Weather to to shift the spectral densities to the resonance point.""" + """Whether to to shift the spectral densities to the resonance point.""" @property def τ_max(self) -> float: