Rigetti Computing is a Berkeley, California-based developer of quantum integrated circuits used for quantum computers. The company also develops a cloud platform called Forest that enables programmers to write quantum algorithms. (Wikipedia)
Questions tagged [rigetti]
15 questions
13
votes
3 answers
What are physically allowed CNOTs for Rigetti's 19 qubit chip and Google's 72 qubit BristleCone chip?
For each IBM quantum chip, one can write a dictionary mapping each control qubit j to a list of its physically allowed targets, assuming j is the control of a CNOT. For example,
ibmqx4_c_to_tars = {
0: [],
1: [0],
2: [0, 1, 4],
3:…
rrtucci
- 689
- 6
- 14
7
votes
1 answer
Status of software packages for quantum compiling
By "quantum compiling", what I mean is classical algorithms to solve the following problem: given a $SU(D)$ matrix $U$ (the goal) and a set of $SU(D)$ unitary matrices $V_1 \cdots V_N$ (the gates), find a string $i_1\cdots i_K$ such that
$$
U…
Scott Lawrence
- 173
- 4
7
votes
1 answer
How are Rigetti and IBM QX device parameters related to Kraus operators?
Rigetti reports the following parameters: (https://www.rigetti.com/qpu)
T1, T2* times
1-qubit gate fidelity (F1q)
2-qubit gate fidelity (F2q) and,
read-out fidelity (Fro)
IBM QX reports the following:…
Edifice
- 429
- 2
- 10
4
votes
1 answer
Qiskit unable to transpile the circuit for Rigetti Aspen M 1 on AWS
I am trying to run a Qiskit QAOA algorithm on AWS Rigetti Aspen M 1 Backend using qiskit braket provider. However qiskit is not able to properly transpile the circuit
optimizer = COBYLA(maxiter=50)
provider = AWSBraketProvider()
backend =…
3.14159
- 41
- 2
3
votes
0 answers
Error during Forest OpenFermion installation
I tried installing Forest OpenFermion by
pip install forestopenfermion and I got the following long error message (cut):
Building wheels for collected packages: scipy
Building wheel for scipy (setup.py) ... error
ERROR: Command errored out with…
Michelle
- 31
- 1
3
votes
1 answer
Newbie Project: Calculate a Mersenne Prime with Quantum Computing
I am new to the quantum world and wondering the bounds of which the technology is at the current state of the art: specifically in computing prime numbers.
I would like to, if possible, create a project that seeks to find Mersenne prime numbers (see…
Daniel Connelly
- 133
- 2
3
votes
1 answer
Underlying Hamiltonians and pulse level controls of different commercially available quantum computers
My research area is in quantum state transfer, and I am trying to perform a 'proof of principle' that requires the underlying Hamiltonians of quantum systems and the control I can have on these systems using pulse-level controls.
For example, for an…
ZacB
- 31
- 3
2
votes
0 answers
Measuring Coupling Strength in a Tunable Coupler Quantum Processor
I have access to the Ankaa-3 Quantum Processor, which features a tunable coupler scheme where two tunable transmon qubits are interconnected by a symmetric tunable coupler.
I would like to use pulse-level control to characterize the coupling…
rexyquantum
- 113
- 4
2
votes
1 answer
Rigetti "Timeout on client tcp://127.0.0.1:5555, method name quil_to_native_quil" error
I am trying to run a relatively large quantum circuit on Rigetti's Aspen-11. I have a reservation for later today, but I am getting an error when running the code. I know that if you use:
from pyquil import *
from pyquil.gates import *
from…
Sam_QC
- 109
- 10
2
votes
0 answers
How to get the $T1$ specs for the Rigetti's quantum processor (Aspen 7)
I am trying to find the $T1$ coherence time for different qubits of Rigetti's quantum processor (Aspen 7) using Python. I tried using Specs() but encountered an error.
SHASHANK RANU
- 35
- 5
1
vote
0 answers
Acessing rigetti.qpu.ankaa-3 using AzureQuantum
I am trying to get Quil-T working on rigetti.qpu.ankaa-3, using AzureQuantum.
I have the following which works perfectly:
import os
ID = "...."
os.environ["AZURE_QUANTUM_SUBSCRIPTION_ID"] = "ID"
os.environ["AZURE_QUANTUM_WORKSPACE_RG"] =…
Jack Jack
- 51
- 5
1
vote
1 answer
How to create a qubit in an arbitrary state in PyQuil
In PyQuil, a qubit is initialised as $|0\rangle$ by default. Suppose, I want to initialise a qubit in an arbitrary state, say $\frac{1}{\sqrt{3}}|0\rangle+\sqrt{\frac{2}{3}}|1\rangle$. How to do this arbitrary qubit initialisation in PyQuil?
SHASHANK RANU
- 35
- 5
0
votes
0 answers
When did Rigetti release their 128-qubit chip?
On Aug 6 2018, Rigetti announced that they would release a 128-qubit chip within a year. They provided an update on Jan 24 2019, but there is no mention of further progress.
Other sources all mention Rigetti's "plans" to build a 128-qubit system…
Medulla Oblongata
- 287
- 1
- 9
0
votes
1 answer
retrieve gate errors from rigetti devices via braket
Is it possible to retrieve gate fidelities, T1 and T2 times, etc. from old jobs in a rigetti device via braket and the amazon api?
user2820579
- 631
- 4
- 13
0
votes
1 answer
Not able to run on Riggeti from Azure
Trying to run this example (Submit a circuit with Qiskit to Azure Quantum) on Riggeti from Azure, with a US account, but job failed with this error on the Job management console of Azure:
Error code: QIRPreProcessingFailed
Error message: No match…
Ron Cohen
- 1,512
- 6
- 24