ColdAtomProvider.add_url¶
- static ColdAtomProvider.add_url(url, filename=None)[source]¶
Add a url to the existing credentials stored on disk
- Parameters:
url (
str
) – The url of a backend to add to the existing credentialsfilename (
Optional
[str
]) – Full path to the credentials file. IfNone
, the default location is used ($HOME/.qiskit/cold_atom_credentials
).
- Raises:
QiskitColdAtomError – If there are no stored credentials at the specified location
- Return type:
None