Get started

Installation

The QXel SaaS Python SDK submits Amazon Braket circuits to the hosted QXel simulator on managed GPU workers, so there is no infrastructure to run. It's distributed as qxel-saas and imported as QXelSaas.

Install the SDK with pip:

bash
pip install qxel-saas

Import the client:

python
from QXelSaas import QXel
Note The SDK serializes your Braket circuit to OpenQASM 3 and runs it on the QXel cloud. You only need an API key.