Korean
언어
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

경고

The package qiskit-ibmq-provider is being deprecated and its repo is going to be archived soon. Please transition to the new packages. More information in https://ibm.biz/provider_migration_guide

qiskit.providers.ibmq.IBMQFactory.save_account

static IBMQFactory.save_account(token, url='https://auth.quantum-computing.ibm.com/api', hub=None, group=None, project=None, overwrite=False, **kwargs)[소스]

Save the account to disk for future use.

참고

If storing a default provider to disk, all three parameters hub, group, project must be specified.

매개변수
  • token (str) – IBM Quantum Experience token.

  • url (str) – URL for the IBM Quantum Experience authentication server.

  • hub (Optional[str]) – Name of the hub for the default provider to store on disk.

  • group (Optional[str]) – Name of the group for the default provider to store on disk.

  • project (Optional[str]) – Name of the project for the default provider to store on disk.

  • overwrite (bool) – Overwrite existing credentials.

  • **kwargs

    • proxies (dict): Proxy configuration for the server.

    • verify (bool): If False, ignores SSL certificates errors

예외 발생
반환 형식

None