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

Editing the initial tutorial with updates to show circuit basics. #1161

Merged
merged 7 commits into from
Apr 7, 2021
Merged
Show file tree
Hide file tree
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 start_here.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"\n",
"This section gives you the tools to make your first circuits, execute them, and view the data.\n",
"\n",
"1. [Getting started with Qiskit](tutorials/circuits/1_getting_started_with_qiskit.ipynb) - How to use Qiskit.\n",
"1. [Circuit basics](tutorials/circuits/01_circuit_basics.ipynb) - How to use the Qiskit quantum circuit.\n",
"\n",
"\n",
"2. [Plotting data in Qiskit](tutorials/circuits/2_plotting_data_in_qiskit.ipynb) - Illustrates the different ways of plotting data in Qiskit.\n",
Expand Down
Loading