qiskit.providers.ibmq.IBMQFactory.update_account¶
- static IBMQFactory.update_account(force=False)[소스]¶
Interactive helper for migrating stored credentials to IBM Quantum Experience v2.
- 매개변수
force (
bool
) – IfTrue
, disable interactive prompts and perform the changes.- 반환 형식
Optional
[Credentials
]- 반환
The credentials for IBM Quantum Experience v2 if updating is successful or
None
otherwise.