Skip to content

Commit

Permalink
switch to fake burlington
Browse files Browse the repository at this point in the history
  • Loading branch information
nonhermitian committed Sep 3, 2021
1 parent 3b9811a commit 93b23b1
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions tutorials/03_qv_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 25,
"id": "cdd59933",
"metadata": {},
"outputs": [],
"source": [
"from qiskit.test.mock import FakeAthens\n",
"noisy_sim = FakeAthens()"
"from qiskit.test.mock import FakeBurlington\n",
"noisy_sim = FakeBurlington()"
]
},
{
Expand All @@ -45,7 +45,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 26,
"id": "ccf57f8b",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -77,7 +77,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 27,
"id": "254a4dbe",
"metadata": {},
"outputs": [],
Expand All @@ -96,7 +96,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 28,
"id": "2db632a1",
"metadata": {},
"outputs": [],
Expand All @@ -116,7 +116,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 29,
"id": "911f8110",
"metadata": {},
"outputs": [],
Expand All @@ -136,7 +136,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 30,
"id": "87e116f2",
"metadata": {},
"outputs": [],
Expand All @@ -156,7 +156,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 31,
"id": "f2b71415",
"metadata": {},
"outputs": [],
Expand All @@ -175,7 +175,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 46,
"id": "39b5d818",
"metadata": {},
"outputs": [],
Expand All @@ -195,18 +195,18 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 47,
"id": "b8136595",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"array([0.64273103, 0.73990926, 0.7367156 , 0.68290608, 0.7421638 ,\n",
" 0.66162356, 0.70204107, 0.67630205, 0.73943566, 0.73140044])"
"array([0.68069034, 0.66981141, 0.84102349, 0.65350155, 0.62589509,\n",
" 0.68833354, 0.63355463, 0.66614006, 0.70243412, 0.65827689])"
]
},
"execution_count": 10,
"execution_count": 47,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -227,18 +227,18 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 48,
"id": "ac23ea82",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"array([False, True, True, True, True, False, True, True, True,\n",
" True])"
"array([ True, True, True, False, False, True, False, False, True,\n",
" False])"
]
},
"execution_count": 12,
"execution_count": 48,
"metadata": {},
"output_type": "execute_result"
}
Expand Down

0 comments on commit 93b23b1

Please sign in to comment.