Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 Ankaa-3<br />Rigetti Cepheus-1-36Q<br />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
10 changes: 10 additions & 0 deletions articles/provider-rigetti.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The Rigetti provider makes the following targets available:
| [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 Down Expand Up @@ -53,6 +54,15 @@ A 36-qubit quantum processor built from an array of 9-qubit chips tiled together
- Target ID: `rigetti.qpu.cepheus-1-36q`
- Target Execution Profile: [:::no-loc text="QIR Base":::](xref:microsoft.quantum.target-profiles#create-and-run-applications-for-base-qir-profile-targets)

### Cepheus-1-108Q

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.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

The [Quantum Virtual Machine (QVM)](https://pyquil-docs.rigetti.com/en/1.9/qvm.html) is an open-source simulator for [Quil]. The `rigetti.sim.qvm` target accepts a [Quil program](#quil) as text and runs that program on QVM hosted in the cloud, returning simulated results.
Expand Down
1 change: 1 addition & 0 deletions articles/qc-target-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Microsoft's provider partners offer a wide-range of qubit availability for their
| [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
Loading