Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

qiskit.test.mock is deprecated #1349

Merged
merged 5 commits into from
Jul 11, 2023
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 tutorials/circuits_advanced/01_advanced_circuits.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@
"import time\n",
"from itertools import combinations\n",
"from qiskit.compiler import assemble\n",
"from qiskit.test.mock import FakeVigo\n",
"from qiskit.providers.fake_provider import FakeVigo\n",
"\n",
"start = time.time()\n",
"qcs = []\n",
Expand Down