LogoLogo
  • Welcome to Quantum Cloud Services
  • Getting Started
    • Set up your environment
      • JupyterLab IDE
      • Install Locally
        • Quil SDK Docker Image
    • Quil SDK Overview
    • Running your first Quantum Program
  • Guides
    • Quil
      • What is Quil?
      • Language Support
      • Dynamic Control Flow
      • Customizing Program Readout
    • QPU vs. Simulator (QVM)
    • How to Use Rigetti QPUs
    • Access a QPU
      • QPU Reservations
      • On-Demand Access
      • QCS QPU Gateway
    • QCS Group Accounts
    • Interactive Tutorials
    • How Programs Are Built & Run
      • Execution and Request timeouts
    • The Lifecycle of a Program
    • The Rigetti QCS API
    • Using the QCS CLI
      • Using the Legacy QCS CLI
    • QCS Credentials
    • Benchmarking and Fidelity
  • Troubleshooting
    • Gathering Diagnostics
    • Report an Issue
  • Glossary
  • FAQ
  • References
    • pyQuil Reference
    • QCS API Specification
    • QCS CLI Reference
    • QCS Client Configuration
    • Quil / Quil-T Specification
    • quilc Reference
    • quil-rs Reference
    • QVM Reference
    • Rigetti Module for Cirq
    • Rigetti Provider for Qiskit
Powered by GitBook
On this page
  • QPU Data
  • What's the 1Q/2Q native gate set?
  • What are the 1Q/2Q gate times?
  • What are the 1Q/2Q operation fidelities?
  • What is the current T1, T2, or other benchmark?
  • Does Ankaa support active reset?

Was this helpful?

FAQ

Frequently Asked Questions

PreviousGlossaryNextReferences

Last updated 1 year ago

Was this helpful?

QPU Data

What's the 1Q/2Q native gate set?

The authoritative source of this information is the , which can be retrieved directly from the API or via utilities in pyQuil and other QCS tools.

If there's a DEFCAL for a gate, it's native; if not, you'll have to replace it prior to translation and execution. Note that:

  • This native gate set changes over time

  • A given gate may not be available on all qubits or edges within the topology of a QPU

What are the 1Q/2Q gate times?

Like the native gate set, the source of truth for this information is the . Because the calibrations are shown for all native gates, the duration of a calibrated gate can be computed from the Quil implementation.

The gate time can usually be computed by hand, especially for simple gates. However, Quil utilities in and can compute individual gate durations as well as the schedule of gates within an overall program. See the linked docs for examples.

What are the 1Q/2Q operation fidelities?

This data is present within the document available from the QCS API.

What is the current T1, T2, or other benchmark?

Some benchmarks are available within the document. However, some are left to the user to compute. For example, for practical reasons, we do not regularly publish T1 and T2 values for Ankaa QPUs.

Does Ankaa support active reset?

As of May 2024, Ankaa QPUs support only passive reset. Active reset support arrives in mid-2024.

Quil calibration program
Quil calibration program
Rust
Python
instruction set architecture
instruction set architecture