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

Commit 4b19ac4

Browse files
committed
* Reran some cells to hide warnings.
1 parent 4f994a3 commit 4b19ac4

1 file changed

Lines changed: 7 additions & 34 deletions

File tree

qiskit/advanced/ignis/10_discriminator.ipynb

Lines changed: 7 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -79,38 +79,20 @@
7979
},
8080
{
8181
"cell_type": "code",
82-
"execution_count": 4,
82+
"execution_count": 24,
8383
"metadata": {},
84-
"outputs": [
85-
{
86-
"name": "stderr",
87-
"output_type": "stream",
88-
"text": [
89-
"/home/daniel/Documents/qiskit-terra/qiskit/providers/models/backendconfiguration.py:352: UserWarning: `dt` and `dtm` now have units of seconds(s) rather than nanoseconds(ns).\n",
90-
" warnings.warn('`dt` and `dtm` now have units of seconds(s) rather '\n"
91-
]
92-
}
93-
],
84+
"outputs": [],
9485
"source": [
95-
"provider = IBMQ.get_provider(hub=hub, group=group, project=project)\n",
86+
"provider = IBMQ.get_provider(hub=hub, group=hub, project=hub)\n",
9687
"backend = provider.get_backend('ibmq_almaden')\n",
9788
"back_config = backend.configuration().to_dict()"
9889
]
9990
},
10091
{
10192
"cell_type": "code",
102-
"execution_count": 5,
93+
"execution_count": 29,
10394
"metadata": {},
104-
"outputs": [
105-
{
106-
"name": "stderr",
107-
"output_type": "stream",
108-
"text": [
109-
"/home/daniel/Documents/qiskit-terra/qiskit/pulse/cmd_def.py:66: DeprecationWarning: The CmdDef is being deprecated. All CmdDef methods are now supported by `InstructionScheduleMap` accessible as `backend.defaults().circuit_instruction_map` for any Pulse enabled system.\n",
110-
" DeprecationWarning)\n"
111-
]
112-
}
113-
],
95+
"outputs": [],
11496
"source": [
11597
"defaults = backend.defaults()\n",
11698
"\n",
@@ -208,18 +190,9 @@
208190
},
209191
{
210192
"cell_type": "code",
211-
"execution_count": 8,
193+
"execution_count": 28,
212194
"metadata": {},
213-
"outputs": [
214-
{
215-
"name": "stderr",
216-
"output_type": "stream",
217-
"text": [
218-
"/home/daniel/Documents/qiskit-terra/qiskit/providers/models/pulsedefaults.py:155: UserWarning: `qubit_freq_est` and `meas_freq_est` now have units of Hertz(Hz) rather than gigahertz(GHz).\n",
219-
" warnings.warn('`qubit_freq_est` and `meas_freq_est` now have units of '\n"
220-
]
221-
}
222-
],
195+
"outputs": [],
223196
"source": [
224197
"qobj = assemble(schedules, backend, meas_level=1, meas_return='single', shots=shots)"
225198
]

0 commit comments

Comments
 (0)