This commit is contained in:
Valentin Boettcher 2022-11-28 17:25:58 -05:00
parent c52deba63f
commit 9ba50dd25f
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -104,12 +104,12 @@ class SmoothlyInterpolatdPeriodicMatrix(DynamicMatrix):
timings=self._timings,
period=self._period,
orders=self._orders,
amplitude=self._amplitudes,
amplitudes=self._amplitudes,
deriv=self._deriv,
)
@beartype
@beartype(conf=BeartypeConf(is_pep484_tower=True))
@dataclass(eq=False)
class OttoEngine(QubitModelMutliBath):
r"""