Last active
May 17, 2020 07:40
-
-
Save snowflake1201/52f968ff7e03d11817b69a2cd2089eb0 to your computer and use it in GitHub Desktop.
Qiskit安裝教學
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from qiskit import IBMQ | |
IBMQ.save_account('YOUR API TOKEN') | |
IBMQ.load_account() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment