diff --git a/hiro_models/otto_cycle.py b/hiro_models/otto_cycle.py index def8a2d..8c484fa 100644 --- a/hiro_models/otto_cycle.py +++ b/hiro_models/otto_cycle.py @@ -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"""