qiskit.providers.ibmq.IBMQFactory.update_account¶
- static IBMQFactory.update_account(force=False)[código fonte]¶
Interactive helper for migrating stored credentials to IBM Quantum Experience v2.
- Parâmetros
force (
bool
) – IfTrue
, disable interactive prompts and perform the changes.- Tipo de retorno
Optional
[Credentials
]- Retorno
The credentials for IBM Quantum Experience v2 if updating is successful or
None
otherwise.