correct typo

This commit is contained in:
Valentin Boettcher 2022-12-09 12:35:01 -05:00
parent a9876fd423
commit 0e34b40d32
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -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: