QPU Reservations
Last updated
Was this helpful?
Last updated
Was this helpful?
A QPU reservation gives you maximum-priority access to a particular QPU for a period of time, scheduled in advance in increments of 15 minutes. See the instructions below for how to schedule a reservation.
During a reservation, programs which use different sections of the QPU may be safely run in parallel with one another. This means that, during a 15-minute reservation, it's possible to run more than 15 minutes worth of programs!
Reservations are priced by minute of reservation time, rather than by the number of programs that are run. Programs run within a reservation are, themselves, free of cost.
There are two ways to reserve time on a Rigetti QPU:
You'll be presented with a list of available QPUs, including information about each QPU's topology and fidelities. Simply select a desired QPU and follow the confirmation prompts.
Once finished, you'll receive an email confirming the reservation.
To view upcoming reservations, visit the QCS dashboard and scroll down until you see the Upcoming Reservations
section.
First, view a list of available QPUs:
For example, to book a reservation on Aspen-9
, run:
Once finished, you'll receive an email confirming the reservation.
To list reservations, run:
To cancel an upcoming reservation, run the following command (supplying the ID for the reservation in place of <reservation-id>
):
From the , start by selecting a desired reservation duration, date, and time, then click the search icon.
From there, click to see past and future reservations, or click the trash can icon next to a reservation to cancel it.
If you're using the QCS CLI from a local computer instead of your provisioned , ensure you've . While you are not able to run programs on a QPU from your local computer, you can otherwise interact with the QCS API from wherever you are.
Once you've selected a QPU, interactively select an available reservation with the command.
There are more options available to this command than shown above. See the for more details.
The above command will list all reservations, past and future. If you'd like to filter based on properties like QPU or start time, you can supply a option.
For a list of available filter fields for list-reservations
, see the .
For more details on formatting filters, see our .
For help formatting timestamps, see the CLI's command.