Rigetti Computing · Arazzo Workflow
Rigetti Discover Quantum Processor
Version 1.0.0
List available QPUs, then inspect one processor's metadata, instruction set architecture, and live accessors.
View Spec
View on GitHub
Quantum ComputingSuperconducting QubitsQuantum Cloud ServicesQCSQPUQuilpyQuilNISQFault-Tolerant Quantum ComputingQuantum-Classical HybridPublic CompanyArazzoWorkflows
Provider
Workflows
discover-quantum-processor
Resolve a usable QPU and its instruction set architecture and accessors.
Lists the quantum processors visible to the caller, resolves the supplied (or first-listed) processor id, and retrieves its ISA and live accessors so a client knows how to compile for and connect to the hardware.
1
listProcessors
ListQuantumProcessors
List the quantum processors the authenticated user is authorized to access. With no token only public processors are returned.
2
getProcessor
GetQuantumProcessor
Retrieve the single quantum processor record, either the supplied id or the first one discovered in the list step.
3
getInstructionSetArchitecture
GetInstructionSetArchitecture
Retrieve the instruction set architecture (nodes, edges, and operations) for the resolved processor so a client can compile valid Quil programs.
4
getAccessors
GetQuantumProcessorAccessors
Retrieve the controller accessors (gRPC endpoints) for the resolved processor so a client knows where to connect for live execution.