Skip to main contentIBM Quantum Documentation Mirror

Set up your IBM Cloud account - invited users

If you do not have an invitation from an administrator to join an account that an administrator set up, contact your administrator. If you need to set up your own account, follow the steps in Set up your IBM Cloud account.

You can run workloads on IBM® quantum processing units (QPUs) by setting up an account on IBM Cloud®. You will also need to install and set up Qiskit and Qiskit Runtime.

Your user account is associated with one or more instances, identified by Cloud Resource Names (CRNs) that give access to IBM Quantum services. Additionally, a unique API token (also called a key) is assigned to each account, allowing for IBM Quantum access from Qiskit. For instructions to choose a specific instance, see Connect to an instance.

Note

The IBM Quantum Platform dashboard and the Instances page list the instances that you can access.


Set up to use IBM Cloud

Before you begin

  1. Accept the email invitation.

  2. Log in with an IBMid or Google account. Note that the profile that you use to log in to IBM Cloud or IBM Quantum Platform in this step is not your IBM Cloud account. After logging in, confirm your information and accept the invitation to join the account.

  3. Navigate back to IBM Quantum Platform.

  4. Make sure that the correct account and region are selected in the account switcher in the header, as shown in the following image.

    • Choose the account that was invited in the email.
    • The region controls where your jobs are run and where the job data is kept. You can access either region by using the same API key, but you can only see and access the instances that were created in the region that you're logged in to.
    The IBM Quantum Platform header is shown.  The account switcher is to the right of the search bar.  The region switcher is to the right of the account switcher.
    IBM Quantum Platform header

2. Optional: Save your access credentials

If you are using a trusted Python environment, such as a personal laptop, it is recommended that you use the save_account() method to save your credentials locally.

3. Connect Qiskit with your service instance

Notes
  • Follow these instructions if you want to connect by using the REST API instead of using Qiskit.
  • If necessary, use this information to configure your firewall to enable access to the IBM Quantum API endpoints.

Next steps