qbraid.providers.DeviceType

class DeviceType(value)[source]

Class for possible device types.

SIMULATOR

the device is a simulator

Type:

str

QPU

the device is a QPU

Type:

str

FAKE

is a fake device used for testing

Type:

str

__init__()

Attributes

SIMULATOR

QPU

FAKE