Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion community/terra/qis_intro/entanglement_testing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
],
"source": [
"from qiskit import IBMQ, BasicAer\n",
"from qiskit.backends.ibmq import least_busy\n",
"from qiskit.providers.ibmq import least_busy\n",
"IBMQ.load_accounts()\n",
"\n",
"# use simulator to learn more about entangled quantum states where possible\n",
Expand Down