mirror of
https://github.com/vale981/two_qubit_model
synced 2025-03-05 09:41:41 -05:00
fix typo
This commit is contained in:
parent
c52deba63f
commit
9ba50dd25f
1 changed files with 2 additions and 2 deletions
|
@ -104,12 +104,12 @@ class SmoothlyInterpolatdPeriodicMatrix(DynamicMatrix):
|
||||||
timings=self._timings,
|
timings=self._timings,
|
||||||
period=self._period,
|
period=self._period,
|
||||||
orders=self._orders,
|
orders=self._orders,
|
||||||
amplitude=self._amplitudes,
|
amplitudes=self._amplitudes,
|
||||||
deriv=self._deriv,
|
deriv=self._deriv,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@beartype
|
@beartype(conf=BeartypeConf(is_pep484_tower=True))
|
||||||
@dataclass(eq=False)
|
@dataclass(eq=False)
|
||||||
class OttoEngine(QubitModelMutliBath):
|
class OttoEngine(QubitModelMutliBath):
|
||||||
r"""
|
r"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue