boulderopalscaleup.device.SuperconductingProcessor

class boulderopalscaleup.device.SuperconductingProcessor(*, qpu_model, nodes, edges)

Superconducting processor model.

Variables

  • qpu_model (str) – The model identifier for the superconducting QPU.
  • nodes (dict [ ComponentRef , SuperconductingComponentType ]) – A dictionary mapping component references to their parameters.
  • edges (list [ Edge ]) – A list of edges representing connections between components.

Was this useful?