> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qbraid.com/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenQuantum

> Connect your OpenQuantum account to qBraid to run quantum jobs on your own OpenQuantum credits.

The OpenQuantum integration lets you run quantum jobs on OpenQuantum devices through qBraid, paid for with your own [OpenQuantum](https://www.openquantum.com/) credits. OpenQuantum devices can only be billed to OpenQuantum credits, so you need to connect your OpenQuantum account before you can run jobs on them.

You manage the connection from the **Integrations** tile on your [Profile page](https://account.qbraid.com/account/profile).

<Frame caption="The Integrations tile on your Profile page.">
  <img src="https://storage.googleapis.com/qbraid-static-assets/qbraid-docs/account/openquantum-profile-page.png" alt="qBraid Profile page with the Integrations tile highlighted" />
</Frame>

<Note>
  You need an [OpenQuantum](https://www.openquantum.com/) account before you can
  connect. It doesn't have to match the email you use for qBraid, any
  OpenQuantum account works.
</Note>

## Create your OpenQuantum account

Set up OpenQuantum first, so the account exists when you connect it to qBraid.

<Steps>
  <Step title="Go to OpenQuantum">
    Open [openquantum.com](https://www.openquantum.com/).
  </Step>

  <Step title="Create an account">
    Sign up for an OpenQuantum account. Google sign-in is supported.
  </Step>

  <Step title="Finish sign-up">
    Complete any remaining onboarding steps on the OpenQuantum side.
  </Step>
</Steps>

## Connect OpenQuantum to qBraid

<Steps>
  <Step title="Sign in to qBraid">
    Go to [account.qbraid.com](https://account.qbraid.com/) and sign in.
  </Step>

  <Step title="Open your Profile">
    Click your name and avatar at the bottom of the sidebar, or use **Account >
    Profile**.
  </Step>

  <Step title="Find the Integrations tile">
    Scroll down to the **Integrations** tile, below Personal Information. A grey
    dot next to **Open Quantum** means it isn't connected yet.

    <div style={{ maxWidth: "75%", margin: "0 auto" }}>
      <Frame caption="Before connecting: a grey status dot and a Connect button.">
        <img src="https://storage.googleapis.com/qbraid-static-assets/qbraid-docs/account/openquantum-integration-tile-disconnected.png" alt="Open Quantum tile showing a grey status dot and a Connect button" style={{ borderRadius: "12px" }} />
      </Frame>
    </div>
  </Step>

  <Step title="Click Connect">
    This opens the OpenQuantum authentication window.
  </Step>

  <Step title="Sign in on the OpenQuantum side">
    Sign in with your OpenQuantum account. The window closes automatically once
    you're authenticated.
  </Step>
</Steps>

## Confirm the connection

Back on the Profile page, the **Open Quantum** entry now shows a green
**Connected** dot along with the account you're connected as. That's it, jobs
submitted to OpenQuantum devices will now run on your OpenQuantum credits.

<div style={{ maxWidth: "75%", margin: "0 auto" }}>
  <Frame caption="After connecting: a green Connected dot and a Disconnect button.">
    <img src="https://storage.googleapis.com/qbraid-static-assets/qbraid-docs/account/openquantum-integration-tile-connected.png" alt="Open Quantum tile showing a green Connected dot, the connected account, and a Disconnect button" style={{ borderRadius: "12px" }} />
  </Frame>
</div>

## Disconnect OpenQuantum

To end the integration, open the **Integrations** tile and click **Disconnect**
next to **Open Quantum**. Once disconnected, you can no longer run jobs on
OpenQuantum devices until you connect again, since those jobs can only be paid
for with your OpenQuantum credits.

## Troubleshooting

<AccordionGroup>
  <Accordion title="My jobs still fail after connecting" icon="triangle-exclamation">
    Open the **Integrations** tile and confirm **Open Quantum** shows a green
    **Connected** dot. If it's grey, click **Connect** and finish signing in on
    the OpenQuantum side. Also check that your OpenQuantum account has credits
    available.
  </Accordion>

  <Accordion title="The Connect button doesn't open a window" icon="window-restore">
    Check that your browser isn't blocking pop-ups for `account.qbraid.com`,
    then try again.
  </Accordion>

  <Accordion title="I still need help" icon="life-ring">
    Reach out from the **Support** link in the sidebar and we'll take a look at
    your job history.
  </Accordion>
</AccordionGroup>
