Skip to content

Connect to Felis Cloud

1. Get a Felis Cloud subscription

2. Get an API key

💡 Note: If you wish to share your Felis Cloud subscription with other people, create one API key for each person. Should the need arise, this makes it easier to control billing and revoke access rights.

3. Use your API key in the remote provider

Instead of the AliceBobLocalProvider used in most examples here, use the AliceBobRemoteProvider together with your API key

provider = AliceBobRemoteProvider('YOUR_API_KEY')

You may then select backends which are only available through Felis Cloud, such as the one of the Boson 4 QPUs: Boson 4A, 4B or 4C:

backend = provider.get_backend('QPU:1Q:BOSON_4A')