ColdAtomProvider.enable_account

classmethod ColdAtomProvider.enable_account(url, username, token)[source]

Create provider from credentials given at runtime without storing credentials

Parameters:
  • url (Union[str, List[str]]) – The url(s) of the backends(s) to connect to

  • username (str) – username of the account

  • token (str) – the token of the account

Return type:

ColdAtomProvider

Returns:

A provider instance initialized with the backends available to the account