qiskit.providers.ibmq.IBMQFactory.update_account¶
-
static
IBMQFactory.
update_account
(force=False)[source]¶ Interactive helper for migrating stored credentials to IBM Quantum Experience v2.
- Parameters
force (
bool
) – IfTrue
, disable interactive prompts and perform the changes.- Return type
Optional
[Credentials
]- Returns
The credentials for IBM Quantum Experience v2 if updating is successful or
None
otherwise.