Concepts
Node

Introduction

The node represents a classical (CPU or GPU), or quantum (QPU) computational resource that is capable to execute quantum computational tasks.

Specification

The node specification needs to explicitly declare the computational resources it provides. The following example shows how to declare a QPU node with one slot capacity.

node.yaml
apiVersion: v1
kind: Node
metadata:
  labels:
    accelerator: qpu
status:
  capacity:
    qubernetes.dev/qpu: 1