Hi Team,
I have been running the following code in google colab and it gives me some access issues. Can you guys please guide me to rectify the problem?
aspen_m_2 = qml.device("rigetti.qpu",
device="Aspen-M-2",
active_reset=True,
shots=1000,
compile_timeout=100,
execution_timeout=100, parallel=True,
max_parallel=10,
)
The error is:
QCSHTTPStatusError: QCS API call GET https://api.qcs.rigetti.com/v1/quantumProcessors/Aspen-M-2/instructionSetArchitecture failed with status 403: {"code":"unauthorized","message":"User unauthorized","requestId":"f49a549c-7afc-4754-9861-68af9275c0dd"}
Can you guys please help me with this?
Also, I have checked qml.about()
in my colab and the output is following.
Name: PennyLane
Version: 0.31.1
Summary: PennyLane is a Python quantum machine learning library by Xanadu Inc.
Home-page: https://github.com/PennyLaneAI/pennylane
Author:
Author-email:
License: Apache License 2.0
Location: /usr/local/lib/python3.10/dist-packages
Requires: appdirs, autograd, autoray, cachetools, networkx, numpy, pennylane-lightning, requests, rustworkx, scipy, semantic-version, toml, typing-extensions
Required-by: PennyLane-Lightning, PennyLane-Rigetti
Platform info: Linux-5.15.109+-x86_64-with-glibc2.35
Python version: 3.10.12
Numpy version: 1.23.5
Scipy version: 1.10.1
Installed devices:
Thanks