qml.devices.capabilities¶
Defines the DeviceCapabilities class, and tools to load it from a TOML file.
Classes
|
Capabilities of a quantum device. |
|
The constraint on the support of something. |
|
Information about support for each operation. |
Functions
|
Loads a TOML file and returns the parsed dict. |
Returns a default observable validation check from a capabilities object. |
|
|
Parses a TOML document into a DeviceCapabilities object. |
|
Updates the device capabilities objects with additions specific to the runtime interface. |
|
Validates an MCM method against the device's capabilities. |
Exceptions
|
Exception raised from invalid TOML files. |