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 CUDA node with one slot capacity, capable of executing quantum workloads in simulators.
node.yaml
apiVersion: v1
kind: Node
metadata:
labels:
accelerator: qpu
status:
capacity:
nvidia.com/gpu: 1