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

Commit 8c7802b

Browse files
committed
add pulse tutorials to start here
1 parent 71363b0 commit 8c7802b

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

start_here.ipynb

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,20 @@
4848
"4. [Transpiler passes and passmanager](tutorials/circuits_advanced/4_transpiler_passes_and_passmanager.ipynb) - How to use the transpiler passes, passmanger, and extend the transpiler with a new pass.\n",
4949
"\n",
5050
"\n",
51+
"## Pulse\n",
52+
"\n",
53+
"1. [Building pulse schedules](tutorials/pulse/1_building_pulse_schedules.ipynb) - Building schedules of pulses.\n",
54+
"\n",
55+
"\n",
56+
"2. [Adding measurements](tutorials/pulse/2_adding_measurements.ipynb) - Adding measurements to a pulse schedule.\n",
57+
"\n",
58+
"\n",
59+
"3. [Getting system information](tutorials/pulse/3_gathering_system_information.ipynb) - Obtaining system information.\n",
60+
"\n",
61+
"\n",
62+
"4. [Pulse simulation](tutorials/pulse/4_pulse_simulator_duffing_model.ipynb) - Simulate a Duffing oscillator using the pulse simulator.\n",
63+
"\n",
64+
"\n",
5165
"## High-Performance Simulators\n",
5266
"\n",
5367
"To really speed up development of quantum computers, we need better simulators with the ability to model realistic noise processes that occur during computation on actual devices. Qiskit provides a high-performance simulator framework called `Aer` for studying quantum computing algorithms and applications in the noisy intermediate-scale quantum regime. \n",
@@ -161,7 +175,7 @@
161175
"name": "python",
162176
"nbconvert_exporter": "python",
163177
"pygments_lexer": "ipython3",
164-
"version": "3.8.2"
178+
"version": "3.7.7"
165179
},
166180
"varInspector": {
167181
"cols": {

0 commit comments

Comments
 (0)