Module quantum_processors_api

Source

Enums§

GetInstructionSetArchitectureError
struct for typed errors of method get_instruction_set_architecture
GetQuantumProcessorError
struct for typed errors of method get_quantum_processor
ListInstructionSetArchitecturesError
struct for typed errors of method list_instruction_set_architectures
ListQuantumProcessorAccessorsError
struct for typed errors of method list_quantum_processor_accessors
ListQuantumProcessorsError
struct for typed errors of method list_quantum_processors

Functions§

get_instruction_set_architecture
Retrieve the Instruction Set Architecture of a QuantumProcessor by ID.
get_quantum_processor
Retrieve a single QuantumProcessor by ID.
list_instruction_set_architectures
Retrieve all Instruction Set Architectures available to the user.
list_quantum_processor_accessors
List all means of accessing a QuantumProcessor available to the user.
list_quantum_processors
List all QuantumProcessors available to the user.