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

Commit 659b434

Browse files
committed
Update software documentation for Qiskit Pulse
1 parent 5a37d60 commit 659b434

11 files changed

Lines changed: 2528 additions & 1277 deletions

tutorials/pulse/1_building_pulse_schedules.ipynb

Lines changed: 0 additions & 364 deletions
This file was deleted.

tutorials/pulse/1_getting_started_with_pulse.ipynb

Lines changed: 301 additions & 0 deletions
Large diffs are not rendered by default.

tutorials/pulse/2_adding_measurements.ipynb

Lines changed: 0 additions & 290 deletions
This file was deleted.

tutorials/pulse/2_building_pulse_instructions.ipynb

Lines changed: 416 additions & 0 deletions
Large diffs are not rendered by default.

tutorials/pulse/3_building_pulse_schedules.ipynb

Lines changed: 333 additions & 0 deletions
Large diffs are not rendered by default.

tutorials/pulse/3_gathering_system_information.ipynb

Lines changed: 0 additions & 621 deletions
This file was deleted.

tutorials/pulse/4_adding_measurements.ipynb

Lines changed: 301 additions & 0 deletions
Large diffs are not rendered by default.

tutorials/pulse/5_gathering_system_information.ipynb

Lines changed: 640 additions & 0 deletions
Large diffs are not rendered by default.

tutorials/pulse/6_pulse_scheduler.ipynb

Lines changed: 526 additions & 0 deletions
Large diffs are not rendered by default.

tutorials/pulse/4_pulse_simulator_duffing_model.ipynb renamed to tutorials/pulse/7_pulse_simulator_duffing_model.ipynb

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,16 @@
9898
"cell_type": "code",
9999
"execution_count": 2,
100100
"metadata": {},
101-
"outputs": [],
101+
"outputs": [
102+
{
103+
"name": "stderr",
104+
"output_type": "stream",
105+
"text": [
106+
"/Users/lauren@ibm.com/code/catenv/lib/python3.7/site-packages/qiskit/ignis/characterization/calibrations/pulse_schedules.py:22: DeprecationWarning: the pulse_lib module is deprecated, pulse_lib is renamed to library\n",
107+
" import qiskit.pulse.pulse_lib as pulse_lib\n"
108+
]
109+
}
110+
],
102111
"source": [
103112
"import qiskit.pulse as pulse\n",
104113
"from qiskit.pulse.commands.parametric_pulses import Gaussian, GaussianSquare\n",
@@ -1177,7 +1186,7 @@
11771186
"name": "python",
11781187
"nbconvert_exporter": "python",
11791188
"pygments_lexer": "ipython3",
1180-
"version": "3.7.7"
1189+
"version": "3.7.3"
11811190
}
11821191
},
11831192
"nbformat": 4,

0 commit comments

Comments
 (0)