Enums§
- Create
Reservation Error - struct for typed errors of method
create_reservation - Delete
Reservation Error - struct for typed errors of method
delete_reservation - Find
Available Reservations Error - struct for typed errors of method
find_available_reservations - GetQuantum
Processor Calendar Error - struct for typed errors of method
get_quantum_processor_calendar - List
Group Reservations Error - struct for typed errors of method
list_group_reservations - List
Reservations Error - struct for typed errors of method
list_reservations
Functions§
- create_
reservation - Create a new reservation. The following precedence applies when specifying the reservation subject account ID and type: * request body
accountIdfield, or if unset thenX-QCS-ACCOUNT-IDheader, or if unset then requesting user’s ID. * request bodyaccountTypefield, or if unset thenX-QCS-ACCOUNT-TYPEheader, or if unset then "user" type. - delete_
reservation - Cancel an existing reservation for the user.
- find_
available_ reservations - List currently available reservations on the requested Rigetti quantum computer.
- get_
quantum_ processor_ calendar - Get calendar details for the requested quantum processor.
- list_
group_ reservations - List existing reservations for the requested group. Available filter fields include: *
startTime- timestamp *endTime- timestamp *createdTime- timestamp *price- integer *quantumProcessorId- string Available order fields include: *startTime- timestamp *endTime- timestamp *createdTime- timestamp *price- integer - list_
reservations - List existing reservations for the authenticated user, or a target user when specifying
X-QCS-ACCOUNT-IDandX-QCS-ACCOUNT-TYPEheaders. Available filter fields include: *startTime- timestamp *endTime- timestamp *createdTime- timestamp *price- integer *cancelled- boolean (deprecated, useshowDeletedparameter) *quantumProcessorId- string Available order fields include: *startTime- timestamp *endTime- timestamp *createdTime- timestamp *price- integer