qbraid.devices.aws.AwsDeviceWrapper

class AwsDeviceWrapper(**kwargs)[source]

Wrapper class for Amazon Braket Device objects.

Create a AwsDeviceWrapper.

__init__(**kwargs)[source]

Create a AwsDeviceWrapper.

Methods

__init__(**kwargs)

Create a AwsDeviceWrapper.

refresh_metadata()

Refresh the AwsDevice object with the most recent Device metadata.

run(run_input, *args, **kwargs)

Run a quantum task specification on this quantum device.

run_batch(run_input, **kwargs)

Run batch of quantum tasks on this quantum device.

Attributes

id

Return the device ID.

info

Return the device info.

is_available

Returns true if the device is currently available, and the available time.

name

Return the device name.

num_qubits

The number of qubits supported by the device.

properties

Return the device properties

provider

Return the device provider.

status

Return the status of this Device.

vendor

Return the software vendor name.