braket.device_schema.pulse.frame_v1 module¶
-
class
braket.device_schema.pulse.frame_v1.
Frame
[source]¶ Bases:
pydantic.main.BaseModel
Defines the pre-built frames for the given hardware. For more details on frames refer to the OpenQasm/OpenPulse documentation
-
frameId
¶ The id name of the frame that may be loaded in OpenQasm
-
portId
¶ The id of the associated hardware port the frame uses
-
frequency
¶ The initial frequency of the frame
-
phase
¶ The initial phase of the frame
-
associatedGate
¶ Optional detail if the frame is associated with a gate
-
qubitMappings
¶ Optional list of associated qubits for the frame
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
-