ColdAtomProvider.delete_account

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

Delete any credentials saved locally at filename. This will not delete the file itself but erase the content of that file

Parameters:

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

Return type:

None