mirror of
https://github.com/vale981/two_qubit_model
synced 2025-03-04 17:21:43 -05:00
correct typo
This commit is contained in:
parent
a9876fd423
commit
0e34b40d32
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue