Skip to content

Commit

Permalink
fix: Specify waveform types (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-sp3 authored Jul 19, 2023
1 parent cc8cc7e commit e8c5694
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@ class NativeGateCalibrations(BraketSchemaBase):
)
braketSchemaHeader: BraketSchemaHeader = Field(default=_PROGRAM_HEADER, const=_PROGRAM_HEADER)
gates: Dict[str, Dict[str, List[NativeGate]]]
waveforms: Dict[str, Waveform]
waveforms: Dict[str, Union[TemplateWaveform, ArbitraryWaveform]]

0 comments on commit e8c5694

Please sign in to comment.