DeviceQueueInfo

Information about quantum tasks and hybrid jobs queued on a device.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the queue.

Link copied to clipboard

Optional. Specifies the priority of the queue. Quantum tasks in a priority queue are processed before the quantum tasks in a normal queue.

Link copied to clipboard

The number of hybrid jobs or quantum tasks in the queue for a given device.

Functions

Link copied to clipboard
inline fun copy(block: DeviceQueueInfo.Builder.() -> Unit = {}): DeviceQueueInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String