ColdAtomProvider.stored_account

static ColdAtomProvider.stored_account(filename=None)[source]

Retrieve the credentials stored on disk.

Parameters:

filename (Optional[str]) – Full path to the credentials file. If None, the default location is used ($HOME/.qiskit/cold_atom_credentials).

Raises:

QiskitColdAtomError – If the file specified does not match the expected format

Return type:

Dict[str, Union[str, List[str]]]

Returns:

A dictionary containing the found credentials. This dictionary is empty if no credentials are found at the specified locations