Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/pricing.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ The Pay-as-you-go plan consists of *a la carte* access to Rigetti QPUs. The usag

|Pricing | Includes access to |
|---|---|
|USD 0.02 per 10-millisecond increment of job execution time | Rigetti Ankaa-3<br />Rigetti Cepheus-1-36Q |
|USD 0.02 per 10-millisecond increment of job execution time | Rigetti Cepheus-1-108Q |

> [!NOTE]
> If you have questions or run into any issue using Azure Quantum, you can contact [AzureQuantumInfo@microsoft.com](mailto:AzureQuantumInfo@microsoft.com).
Expand Down
18 changes: 4 additions & 14 deletions articles/provider-rigetti.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ The Rigetti provider makes the following targets available:
| Target name | Target ID | Number of qubits | Description |
|----------------------------------------------|---------------------------|------------------|-------------|
| [Quantum Virtual Machine (QVM)](#simulators) | rigetti.sim.qvm | - | Open-source simulator for Quil, Q\#, and Qiskit programs. Free of cost. |
| [Ankaa-3](#ankaa-3) | rigetti.qpu.ankaa-3 | 84 qubits | |
| [Cepheus-1-36Q](#cepheus-1-36q) | rigetti.qpu.cepheus-1-36q | 36 qubits | |
| [Cepheus-1-108Q](#cepheus-1-108q) | rigetti.qpu.cepheus-1-108q | 108 qubits | |

> [!NOTE]
> Rigetti simulators and hardware targets don't support Cirq programs.
Expand All @@ -35,22 +34,13 @@ Rigetti's targets correspond to a **:::no-loc text="QIR Base":::** profile. For

All of Rigetti's publicly available [QPUs](https://qcs.rigetti.com/qpus) are available through Azure Quantum. This list is subject to change without advance notice.

### Ankaa-3
### Cepheus-1-108Q

An 84-qubit quantum processor.
A 108-qubit quantum processor built from an array of 9-qubit chips tiled together.

- Job Type: `Quantum Program`
- Data Format: `rigetti.quil.v1`, `rigetti.qir.v1`
- Target ID: `rigetti.qpu.ankaa-3`
- Target Execution Profile: [:::no-loc text="QIR Base":::](xref:microsoft.quantum.target-profiles#create-and-run-applications-for-base-qir-profile-targets)

### Cepheus-1-36Q

A 36-qubit quantum processor built from an array of 9-qubit chips tiled together.

- Job Type: `Quantum Program`
- Data Format: `rigetti.quil.v1`, `rigetti.qir.v1`
- Target ID: `rigetti.qpu.cepheus-1-36q`
- Target ID: `rigetti.qpu.cepheus-1-108q`
- Target Execution Profile: [:::no-loc text="QIR Base":::](xref:microsoft.quantum.target-profiles#create-and-run-applications-for-base-qir-profile-targets)

## Simulators
Expand Down
3 changes: 1 addition & 2 deletions articles/qc-target-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ Microsoft's provider partners offer a wide-range of qubit availability for their
| [Quantinuum H2-1](xref:microsoft.quantum.providers.quantinuum#system-model-h2) | 20 qubits |
| [Quantinuum H2-2](xref:microsoft.quantum.providers.quantinuum#system-model-h2) | 32 qubits |
| [Rigetti Quantum Virtual Machine (QVM)](xref:microsoft.quantum.providers.rigetti#simulators) | 30 qubits |
| [Rigetti Ankaa-3](xref:microsoft.quantum.providers.rigetti#ankaa-3) | 84 qubits |
| [Rigetti Cepheus-1-36Q](xref:microsoft.quantum.providers.rigetti#cepheus-1-36q) | 36 qubits |
| [Rigetti Cepheus-1-108Q](xref:microsoft.quantum.providers.rigetti#cepheus-1-108q) | 108 qubits |

## Coming soon to Azure Quantum

Expand Down
2 changes: 1 addition & 1 deletion articles/quickstart-microsoft-provider-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ You can also construct Quil programs manually and submit them using the `azure-q

```python
qc = get_qvm() # For simulation
# qc = get_qpu("Ankaa-3") for submitting to a QPU
# qc = get_qpu("Cepheus-1-108Q") for submitting to a QPU
```

1. Create a Quil program. Any valid Quil program is accepted, but the readout **must** be named `ro`.
Expand Down