Module quantum_processors_api

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
get_quantum_processor
Retrieve a single QuantumProcessor by ID.
list_instruction_set_architectures
list_quantum_processor_accessors
List all means of accessing a QuantumProcessor available to the user.
list_quantum_processors
List the [QuantumProcessor]s that this user is authorized to access. If no auth token is provided, only public processors will be returned.