Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move qiskit-tutorials into this repository #10710

Merged
merged 138 commits into from
Sep 8, 2023

Commits on Apr 26, 2020

  1. start new format

    nonhermitian committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    ee5a724 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. update 2

    nonhermitian committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    9e17a54 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. updates

    nonhermitian committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    5d9300b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. aer tutorials

    nonhermitian committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    4a7f296 View commit details
    Browse the repository at this point in the history
  2. add start here back

    nonhermitian committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    ae17783 View commit details
    Browse the repository at this point in the history
  3. updates

    nonhermitian committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    8248e44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76081f1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Configuration menu
    Copy the full SHA
    16ef0fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request Qiskit/qiskit-tutorials#896 from nonhermitian/add_…

    …other_optims
    
    Add other optimization notebooks and fixes
    nonhermitian committed May 8, 2020
    Configuration menu
    Copy the full SHA
    3989d49 View commit details
    Browse the repository at this point in the history
  3. Set up CI with Azure Pipelines (Qiskit/qiskit-tutorials#894)

    * Set up CI with Azure Pipelines
    
    This commit adds the CI configuration for running sphinx builds in CI. [skip ci]
    
    * Add missing dep and start caching pip
    
    * Install pandoc and graphviz
    
    * Add cvxpy install for aer noise transformations
    
    * Move aqua tutorials that depend on CPLEX to legacy_tutorials
    
    There are 2 aqua tutorials that do not work unless CPLEX is installed.
    CPLEX is too involved and difficult to install in CI. It is also
    proprietary software which prohibits installing it in CI (since a CI
    system can't agree to the license terms). Honestly, I'm not entirely
    sure why aqua has modules in it that depend solely on having proprietary
    software installed, it feels like there should be an open alternative or
    if there is one already the tutorial should leverage that. To make the
    docs buildable this commit moves these problematic tutorials to the
    legacy directory so they're not built/run by default.
    
    * Workaround terra mpl drawer bug
    
    There is a bug in the mpl drawer in 0.19.0 (and 0.19.1) release where a
    custom instruction does not draw without a label parameter set. This
    will need to be fixed in terra, but in the meantime this worksaround the
    bug by manually setting a label.
    
    * Add texlive to installed packages
    
    * Install correct texlive metapackage with qcircuit
    
    * Correct package name again
    
    * Add another missing binary dep
    
    * Update qcircuit version as packaged version is too old
    
    * Try using tlmgr instead of manually downloading qcircuit
    
    * Try using more from tlmgr instead of apt
    
    * Fix typo
    
    * Use bash directly
    
    * Adjust texlive update script usage
    
    * Give up on tlmgr and try to manual install qcircuit again
    
    * Fix typo
    
    * revert aqua tutorial move and remove latex install
    
    * Remove section of aqua notebook 2 that requires cplex
    
    * Remove another notebook with cplex
    mtreinish committed May 8, 2020
    Configuration menu
    Copy the full SHA
    9d922af View commit details
    Browse the repository at this point in the history
  4. fix terra adv 1

    nonhermitian committed May 8, 2020
    Configuration menu
    Copy the full SHA
    810d041 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Qiskit/qiskit-tutorials#898 from nonhermitian/fix_…

    …terra_adv_1
    
    fix terra adv 1
    nonhermitian committed May 8, 2020
    Configuration menu
    Copy the full SHA
    d1d0de6 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. reorg

    nonhermitian committed May 11, 2020
    Configuration menu
    Copy the full SHA
    22818f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Qiskit/qiskit-tutorials#906 from nonhermitian/reorg1

    Generated docs look good.
    nonhermitian committed May 11, 2020
    Configuration menu
    Copy the full SHA
    f882b65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab2bed0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e27a63 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Qiskit/qiskit-tutorials#908 from nonhermitian/fix_…

    …circuits_1
    
    fix spacing around equations in circuits_1
    nonhermitian committed May 11, 2020
    Configuration menu
    Copy the full SHA
    f8a07cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d440fdc View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Merge pull request Qiskit/qiskit-tutorials#910 from nonhermitian/fix_…

    …transpiler_notebook
    
    Update 4_transpiler_passes_and_passmanager.ipynb
    nonhermitian committed May 22, 2020
    Configuration menu
    Copy the full SHA
    80e6c4e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Re-stating that MSQubit is indexed with 0.

    I found it confusing when reading initially, and hence wanted to reiterate that the qubit representing
    the MSB is left-most, indexed with 0.
    3yakuya committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    cc84cef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    059acb0 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Spaces around operator

    3yakuya committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    10ea522 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Merge pull request Qiskit/qiskit-tutorials#926 from 3yakuya/master

    Minor improvements to Getting Started tutorials.
    nonhermitian committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    fe0d5f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    c321fa5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Qiskit/qiskit-tutorials#937 from nonhermitian/add_…

    …pulse_tutorials
    
    add working pulse tutorials
    nonhermitian committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    9a9ae0a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2020

  1. Update 1_getting_started_with_qiskit.ipynb

    changed \\rho  to $\rho$ in the visualization markdown cell of statevector backend
    ssangskriti committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    efc5eb8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Merge pull request Qiskit/qiskit-tutorials#971 from ssangskriti/patch-1

    Update 1_getting_started_with_qiskit.ipynb
    nonhermitian committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    a9e251d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    834a7ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26233c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Merge pull request Qiskit/qiskit-tutorials#972 from Vismai-Khanderao/…

    …qiskitissue983
    
    Fix for plot_state list and reordered functions
    nonhermitian committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    f0a152a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. Fix a typo

    Wei Hu committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    32166be View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Update 1_getting_started_with_qiskit.ipynb

    fix markdown syntax to resolve Qiskit/qiskit-tutorials#975
    gunchamalik committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    8874a54 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Fix typo in density matrix designation on tutorials/circuits/1_gettin…

    …g_started_with_qiskit.ipynb
    zodiacfireworks committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    4a6f7c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Merge pull request Qiskit/qiskit-tutorials#979 from gunchamalik/patch-1

    Update 1_getting_started_with_qiskit.ipynb
    nonhermitian committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    999e390 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf17510 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Remove broken line from transpiler passes tutorial

    The transpiler passes tutorial was previously replacing the 'properties'
    attribute of the FakeTokyo backend with an empty dictionary {}. However,
    this is a type violation as properties is defined (and has been for a
    very long time) as a method in the base abstract backend class. [1] This
    didn't block anything because nothing the call path of the notebook was
    using properties as a callable before. But in terra 0.15.0 this has
    changed and backend.properties() is accessed in the setup for a
    transpilation and this is causing a failure. This commit removes the use
    overloading of the attribute as it doesn't seem to serve a purpose
    anymore (I presume it was there for when NoiseAdaptiveLayout was in
    level 3) which will unblock Qiskit#998
    
    [1] https://github.com/Qiskit/qiskit-terra/blob/master/qiskit/providers/basebackend.py#L65
    mtreinish committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    7b8aaa1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Qiskit/qiskit-tutorials#985 from mtreinish/unblock…

    …-meta-release
    
    Remove broken line from transpiler passes tutorial
    nonhermitian committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    0dbaa51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0071595 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1988569 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5343afe View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Correction in quantum register declaration for composite Gates exampl… (

    Qiskit/qiskit-tutorials#996)
    
    * Correction in quantum register declaration for composite Gates example. q --> qr.
    
    * Correction in quantum register declaration for composite Gates examples.
    Emixem committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    9d52c4e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Configuration menu
    Copy the full SHA
    26147c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b40cf06 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Merge pull request Qiskit/qiskit-tutorials#1017 from Cryoris/gate-dep…

    …recations
    
    Remove deprecated gate imports in tutorials
    mtreinish committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    c69f98a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Configuration menu
    Copy the full SHA
    20e65c4 View commit details
    Browse the repository at this point in the history
  2. Fixed issue 987 by updating 1_getting_started_with_qiskit.ipynb noteb…

    …ook (Qiskit/qiskit-tutorials#1009)
    
    Co-authored-by: Paul Nation <nonhermitian@gmail.com>
    brunormzg and nonhermitian committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    e7c0705 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d17078 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Gradient notebook (Qiskit/qiskit-tutorials#1053)

    * Update qgans_for_loading_random_distributions.ipynb
    
    * move qGAN tutorial from legacy_tutorials to tutorials
    
    * Update qgans_for_loading_random_distributions.ipynb
    
    * Remove Torch import
    
    * change Kernel
    
    * Update qgans_for_loading_random_distributions.ipynb
    
    * include gradient module tutorial
    
    * update naming -> gradient framework
    
    * update gradient tutorial
    
    * update gradient framework, delete black picture
    
    * fix typos
    
    * Update 02_gradients_framework.ipynb
    
    - minor fixes
    - rename to `02_gradients...` to prepare for `01_operator_flow...`
    
    * use circuit instead of circuitfactory
    
    * Update 02_gradients_framework.ipynb
    
    Co-authored-by: Paul Nation <nonhermitian@gmail.com>
    Co-authored-by: Cryoris <jules.gacon@googlemail.com>
    Co-authored-by: Stefan Woerner <WOR@zurich.ibm.com>
    4 people committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    b2c6ae1 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Configuration menu
    Copy the full SHA
    6675c1a View commit details
    Browse the repository at this point in the history
  2. Add new line for list to be rendered properly

    The two lists are not being rendered as lists so we add an extra newline for it to behave properly.
    azeemba committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    3895cb8 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Combine advanced circuits and pulse (Qiskit/qiskit-tutorials#1086)

    * Combine advanced circuits and pulse
    
    * remove pulse from toc
    
    * fix numbering for proper globing
    nonhermitian committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    03afce0 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Configuration menu
    Copy the full SHA
    da830eb View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Configuration menu
    Copy the full SHA
    3d6c3d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Qiskit/qiskit-tutorials#1066 from neont21/master

    Fixed issue 1065 by correcting the typo
    SooluThomas committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    0b60c67 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    d4e20af View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Merge pull request Qiskit/qiskit-tutorials#1067 from azeemba/patch-1

    Add new line for list to be rendered properly
    SooluThomas committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    99e406f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Reindex and rename files

    lcapelluto committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    d92a23e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0977df View commit details
    Browse the repository at this point in the history
  3. Modify existing files

    lcapelluto committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    6268e41 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    84b7a2b View commit details
    Browse the repository at this point in the history
  2. Add note about scheduling

    lcapelluto committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    ef83e92 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Add Aqua operators tutorial (Qiskit/qiskit-tutorials#1068)

    * Add Aqua operators tutorial
    
    * Make corrections and changes in PR review
    	modified:   tutorials/operators/01_operator_flow.ipynb
    
    * Add table of contents
    
    * Remove duplicate H1 header
    
    Co-authored-by: Paul Nation <nonhermitian@gmail.com>
    jlapeyre and nonhermitian committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    2444e35 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Run pulse gates on 0.16.2

    lcapelluto committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    e9ff74c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be14bf3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Qiskit/qiskit-tutorials#1115 from lcapelluto/updat…

    …e-pulse-docs-part1
    
    Update pulse docs part1
    SooluThomas committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    67a3a39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    155b9d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    701d3f6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request Qiskit/qiskit-tutorials#1116 from lcapelluto/updat…

    …e-pulse-docs-part2
    
    Update pulse docs part2
    SooluThomas committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    7099881 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Terra is removing deprecated interactive visualizations (Qiskit/qiski…

    …t-tutorials#1142)
    
    * move iplot to plot
    
    * remove the cells explaining the iplots
    Luciano Bello committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    7c65e64 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    bc9d1e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Configuration menu
    Copy the full SHA
    e009140 View commit details
    Browse the repository at this point in the history
  2. Fixed Some Minor bugs in tutorials (Qiskit/qiskit-tutorials#1149)

    * Fixed minor typo
    
    * Fixed a minor typo
    
    * Update 08_gathering_system_information.ipynb
    
    Co-authored-by: Paul Nation <nonhermitian@gmail.com>
    divshacker and nonhermitian committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    06d76ad View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Removed a Unused Variable in 02_gradients_framework.ipynb (Qiskit/qis…

    …kit-tutorials#1151)
    
    * Deleting for adding new one
    
    * Added with fixed Issue
    
    * Rename 02_gradients_framework (1).ipynb to 02_gradients_framework.ipynb
    divshacker committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    2fed134 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Editing the initial tutorial with updates to show circuit basics. (Qi…

    …skit/qiskit-tutorials#1161)
    
    * Editing the initial tutorial with updates to show circuit basics.
    
    * for paul
    
    * small update
    
    Co-authored-by: Paul Nation <nonhermitian@gmail.com>
    jaygambetta and nonhermitian committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    ea8b5a0 View commit details
    Browse the repository at this point in the history
  2. Fix math mode, toc, and spelling of several sections (Qiskit/qiskit-t…

    …utorials#1152)
    
    * fix math mode of tutorials/circuits_advanced/09_pulse_simulator_duffing_model.ipynb
    
    * fix toc of tutorials of operator flow
    
    * simplify
    
    * remove toc of tutorials of circuits_advanced
    
    * fix toc of 06_building_pulse_schedules
    
    * fix math mode
    
    * fix math mode and code style in a link
    
    * fix sum, sin, and cos
    
    * fix typos
    t-imamichi committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    6cbb709 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Backend should run transpiled circuit (Qiskit/qiskit-tutorials#1170)

    In the basic circuit tutorial the circuit to be executed is transpiled, but the
    non-transpiled circuit is then run.
    Cryoris committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    e3d8664 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Update 2_plotting_data_in_qiskit.ipynb (Qiskit/qiskit-tutorials#1175)

    Corrected a typo. There is no 'dsc' option for sort kwarg of plot_histogram.
    
    Co-authored-by: SooluThomas <soolu.elto@gmail.com>
    jaleipekoglu and SooluThomas committed May 3, 2021
    Configuration menu
    Copy the full SHA
    4f99738 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Fix spelling in several simulator tutorials and math mode of opflow a…

    …nd grover tutorials (Qiskit/qiskit-tutorials#1163)
    
    * Fix spelling in simulator tutorials and math mode of opflow tutorial
    
    * Fix math mode and list of Grover tutorial
    
    Co-authored-by: SooluThomas <soolu.elto@gmail.com>
    t-imamichi and SooluThomas committed May 6, 2021
    Configuration menu
    Copy the full SHA
    3fd630b View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Remove Aqua references from notebooks (Qiskit/qiskit-tutorials#1162)

    Aqua imports replaced by QIskit Terra classes.
    
    Chemistry, Finance, Machine Learning and Optimization were
    removed as all those were converted and migrated to the new application repositories
    
    * Remove Aqua references from notebooks
    
    * Change algorithm/operator tutorials to use Aer
    
    * compute gradients with fixed operator
    
    * QAOA change weights to 1 and remove get_graph_solution
    
    * Remove parallel disable statement & print oracle
    manoelmarques committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    c97bd19 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    b810eb9 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Configuration menu
    Copy the full SHA
    255ae25 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Update 03_advanced_circuit_visualization.ipynb (Qiskit/qiskit-tutoria…

    …ls#1195)
    
    Co-authored-by: SooluThomas <soolu.elto@gmail.com>
    divshacker and SooluThomas committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    7eedfeb View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Added extra cell for Alternative way of changing array to latex (Qisk…

    …it/qiskit-tutorials#1193)
    
    * Added extra cell for Alternative way of changing array to latex
    
    * Fixed execution count issue
    
    Co-authored-by: SooluThomas <soolu.elto@gmail.com>
    divshacker and SooluThomas committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    f897330 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. fist -> first (Qiskit/qiskit-tutorials#1186)

    Co-authored-by: Eli Arbel <arbel@il.ibm.com>
    
    Co-authored-by: Eli Arbel <arbel@il.ibm.com>
    Co-authored-by: SooluThomas <soolu.elto@gmail.com>
    3 people committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    af403ed View commit details
    Browse the repository at this point in the history
  2. Removing %matplotlib inline from different tutorials (Qiskit/qiskit…

    …-tutorials#1206)
    
    * Removing `%matplotlib inline`
    
    * removed matplotlib inline
    
    * matplotlib fix
    
    * removing `%matplotlib inline`
    
    * more changes
    
    * removing
    
    Co-authored-by: Parmeet Singh <76438148+singhmeet11@users.noreply.github.com>
    Co-authored-by: SooluThomas <soolu.elto@gmail.com>
    3 people committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    6ca5737 View commit details
    Browse the repository at this point in the history
  3. Fix typo quant-info -> quant_info module and remove extra space (Qisk…

    …it/qiskit-tutorials#1183)
    
    Co-authored-by: SooluThomas <soolu.elto@gmail.com>
    apupier and SooluThomas committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    476a5cd View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    6f9e5e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. replace execute with transpile + backend.run (Qiskit/qiskit-tutorials…

    …#1243)
    
    * replace execute with transpile + backend.run
    
    * Update tutorials/circuits_advanced/02_operators_overview.ipynb
    
    Co-authored-by: Kevin Krsulich <kevin@krsulich.net>
    
    Co-authored-by: Kevin Krsulich <kevin@krsulich.net>
    Ali Javadi-Abhari and kdk committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    b91f8a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    365811e View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    d6e950b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Update pulse draw() usage (Qiskit/qiskit-tutorials#1253)

    This PR updates the pulse drawer usage to be compatible with both v1 and v2 drawer.
    In qiskit 0.19.0 the `Schedule.draw()` method will be updated to use the v2 drawer,
    which has different arguments. The v1 usage patterns have been deprecated for some
    time and this commit updates the tutorial using the drawer to generate visualizations
    that work with either. This way the tutorial can be used with 0.18.x and 0.19.x.
    nkanazawa1989 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    d1ea5a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Update pulse draw method in gathering system information tutorial (Qi…

    …skit/qiskit-tutorials#1254)
    
    This is a follow-up to Qiskit/qiskit-tutorials#1253 and is updating the
    usage of the pulse drawer to avoid deprecated functionality.
    This is a blocker of Qiskit#7267 which is finishing
    those deprecations and trying to remove the deprecated usage
    patterns.
    nkanazawa1989 committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    a66ab95 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Fix small render error (Qiskit/qiskit-tutorials#1278)

    Fix small render error in 02_operators_overview.ipynb
    clausia committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    7e03a29 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Capital letter (Qiskit/qiskit-tutorials#1288)

    Capital letter
    NG-Glen committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    79c1772 View commit details
    Browse the repository at this point in the history
  2. apital Letter

    NG-Glen committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    d8156ca View commit details
    Browse the repository at this point in the history
  3. Merge pull request Qiskit/qiskit-tutorials#1291 from NG-Glen/patch-16

    Capital Letter
    Luciano Bello committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    7396cb2 View commit details
    Browse the repository at this point in the history
  4. Capital Letter (Qiskit/qiskit-tutorials#1290)

    Capital Letter
    
    Co-authored-by: Luciano Bello <bel@zurich.ibm.com>
    NG-Glen and 1ucian0 committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    da037da View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    bb011c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Merge pull request Qiskit/qiskit-tutorials#1303 from enavarro51/remov…

    …e_depr_node_condition
    
    Fix deprecated reference to node.condition
    kdk committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    d730590 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Typo for identity gate

    Fixes typo of "The identity gate is $Id = u0(1)$."
    It should be "The identity gate is $Id = u1(0)$."
    ChihHanHuang committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    00ecf4c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    f5b7c8c View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Merge pull request Qiskit/qiskit-tutorials#1308 from garrison/opflow_…

    …pass
    
    Minor improvements to opflow tutorial
    HuangJunye committed May 12, 2022
    Configuration menu
    Copy the full SHA
    4c4e80f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    e89cd9a View commit details
    Browse the repository at this point in the history
  2. Merge pull request Qiskit/qiskit-tutorials#1306 from ChihHanHuang/master

    Fixed typo for identity gate
    HuangJunye committed May 13, 2022
    Configuration menu
    Copy the full SHA
    733cf6d View commit details
    Browse the repository at this point in the history
  3. the draw method -> the draw() method (Qiskit/qiskit-tutorials#1296)

    * Update 03_advanced_circuit_visualization.ipynb
    
    * Update tutorials/circuits_advanced/03_advanced_circuit_visualization.ipynb
    
    Co-authored-by: Jim Garrison <jim@garrison.cc>
    
    Co-authored-by: Junye Huang <h.jun.ye@gmail.com>
    Co-authored-by: Jim Garrison <jim@garrison.cc>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    4 people committed May 13, 2022
    Configuration menu
    Copy the full SHA
    4b1708f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Fix Qasmsimulator deprecation warnings (Qiskit/qiskit-tutorials#1305)

    * Fix Qasmsimulator deprecation warnings
    
    * imported AerSimulator instead of importing Aer
    
    Co-authored-by: SooluThomas <soolu.elto@gmail.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    3 people committed May 17, 2022
    Configuration menu
    Copy the full SHA
    25e3af5 View commit details
    Browse the repository at this point in the history
  2. Fixed typo of C_{U} and Controlled Z gate (Qiskit/qiskit-tutorials#1313)

    * Fixed typo of C_{U}
    
    Fixed typo of C_{U}:
    "$$C_{(jk), (lm)} = \\left(\\underset{\\text{qubit}~1}{\\left\\langle j \\right|} \\otimes \\underset{\\text{qubit}~0}{\\left\\langle k \\right|}\\right) C_{U} \\left(\\underset{\\text{qubit}~1}{\\left| l \\right\\rangle} \\otimes \\underset{\\text{qubit}~0}{\\left| k \\right\\rangle}\\right),$$\n"
    
    It should be 
    
    "$$C_{(jk), (lm)} = \\left(\\underset{\\text{qubit}~1}{\\left\\langle j \\right|} \\otimes \\underset{\\text{qubit}~0}{\\left\\langle k \\right|}\\right) C_{U} \\left(\\underset{\\text{qubit}~1}{\\left| l \\right\\rangle} \\otimes \\underset{\\text{qubit}~0}{\\left| m \\right\\rangle}\\right),$$\n"
    
    * Fix typo of Controlled Z gate
    
    Fix typo of Controlled Z gate:
    "#### Controlled $Z$ (or, controlled Phase) gate\n"
    
    It should be
    "#### Controlled $Z$ (or, controlled Phase-Flip) gate\n"
    
    ref:
    Page 319
    Michael A. Nielsen, Isaac L. Chuang, Quantum Computation and Quantum Information, 2010
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    ChihHanHuang and mergify[bot] committed May 17, 2022
    Configuration menu
    Copy the full SHA
    cf22075 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Qiskit/qiskit-tutorials#1310 fix (Qiskit/qiskit-tutorials#1319)

    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    InfamousPlatypus and mergify[bot] committed May 23, 2022
    Configuration menu
    Copy the full SHA
    56da1f5 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Fixing Qiskit/qiskit-tutorials#1326 (Qiskit/qiskit-tutorials#1327)

    I adjusted the heading for Visualizing the circuit to what appears to be the correct level.
    InfamousPlatypus committed May 30, 2022
    Configuration menu
    Copy the full SHA
    48c4d61 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Update of Deprecated U and CU gates in 3_summary_of_quantum_operation…

    …s.ipynb (Qiskit/qiskit-tutorials#1329)
    
    * Initial fixes for Issue 1314
    
    * Updating missed u1 gate conversion
    
    * Addressing comment in PR changing pi/4
    
    * Addressing PR comments on 1329
    
    * Adding missing listing of P gate
    
    * Updating U gate matrix representation
    padraignix committed May 31, 2022
    Configuration menu
    Copy the full SHA
    b638d67 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Updating note on U-gate deprecation Qiskit/qiskit-tutorials#1330 (Qis…

    …kit/qiskit-tutorials#1333)
    
    * Updating note on U-gate deprecation Qiskit/qiskit-tutorials#1330
    
    * Typo update
    
    * Adding in formatting and code example
    
    * Trying different html formatting
    
    * fix alert info box
    
    * split code
    
    * Revert "split code"
    
    This reverts commit d044496b8c9cc4f00ec0ddee88c03aabacf3a5c7.
    
    * improve format
    
    * use bullet points
    
    Co-authored-by: Junye Huang <h.jun.ye@gmail.com>
    padraignix and HuangJunye committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    2337e05 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Update operator tutorial to avoid deprecated Pauli construction (Qisk…

    …it/qiskit-tutorials#1339)
    
    This commit updates the operator tutorial to avoid the deprecated Pauli
    constructor kwarg, label. This has been deprecated since Qiskit Terra
    0.17.0 and is pending removal in Qiskit#8070. The label
    kwarg isn't needed anymore as the Pauli string can just be input
    directly as the first positional argument and the Pauli object will be
    created just as with the label kwarg before.
    mtreinish committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    c79d6cc View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Update pulse gate tutorial for changes in fake backends

    In Qiskit#8665 very large pulse properties for long retired
    20q backends are removed to save disk space and reduce overhead. However
    the pulse gates tutorial was still relying on these fake backends having
    pulse properties. This commit updates the tutorial to use a different
    backend to unblock that PR. Additionally, the deprecate import
    statements used in the tutorial are updated to avoid the deprecation
    warning.
    mtreinish committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    1e8f583 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Merge pull request Qiskit/qiskit-tutorials#1356 from mtreinish/update…

    …-pulse-tutorial
    
    Update pulse gate tutorial for changes in fake backends
    Luciano Bello committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b67e2be View commit details
    Browse the repository at this point in the history
  2. Update more pulse gate tutorial for changes in fake backends (Qiskit/…

    …qiskit-tutorials#1358)
    
    * Update more pulse gate tutorial for changes in fake backends
    
    In Qiskit#8665 very large pulse properties for long
    retired 20q backends are removed to save disk space and reduce
    overhead. However the pulse gates tutorial was still relying on
    these fake backends having pulse properties. This commit updates
    the tutorial to use a different backend to unblock that PR.
    Additionally, the deprecate import statements used in the tutorial
    are updated to avoid the deprecation warning.
    
    We previously updated one tutorial in Qiskit/qiskit-tutorials#1356 however there were more uses
    of FakeAlmaden in other tutorials so things were still blocked. This
    commit updates all the other uses of FakeAlmaden to use a provider that
    will have pulse properties moving forward.
    
    * Update tutorials/circuits_advanced/08_gathering_system_information.ipynb
    
    Co-authored-by: Luciano Bello <bel@zurich.ibm.com>
    mtreinish and 1ucian0 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    f2686ae View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Deleted unused import (Qiskit/qiskit-tutorials#1374)

    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    king-p3nguin and mergify[bot] committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    7d8bc55 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. qiskit.providers.aer is qiskit_aer in Aer 0.11 (Qiskit/qiskit-tutoria…

    …ls#1357)
    
    * qiskit.providers.aer is qiskit_aer in Aer 0.11
    
    * addressing https://github.com/Qiskit/qiskit-tutorials/pull/1357/files#r973028618
    
    * remove 04_vqe_advanced that was already removed in master
    
    * combine imports from the same module into one line
    
    Co-authored-by: Junye Huang <h.jun.ye@gmail.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    3 people committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    feaf2f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Small fixes of 1_getting_started_with_qiskit.ipynb (Qiskit/qiskit-tut…

    …orials#1383)
    
    Small fixes of the tutorial 1_getting_started_with_qiskit:
    - "`execute` function" --> "`run` method" in the text (in the code cells was already correct)
    - "addition operator" --> "compose method" in a comment of a code cell
    - there was some backtick too much, so the fix is: "``" --> "`" (for example, ``job`` --> `job`)
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    filippotramonto and mergify[bot] committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    14c2f20 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Replace deprecated module qiskit.test.mock (Qiskit/qiskit-tutorials…

    …#1387)
    
    * replace deprecated module
    
    * replacement
    
    * remove warning message
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    king-p3nguin and mergify[bot] committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b39f37a View commit details
    Browse the repository at this point in the history
  2. format list (Qiskit/qiskit-tutorials#1343)

    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    NG-Glen and mergify[bot] committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    d913381 View commit details
    Browse the repository at this point in the history
  3. qubit {j} to qubit $Q_{j}$ more readable (Qiskit/qiskit-tutorials#1301)

    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    NG-Glen and mergify[bot] committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    304cb55 View commit details
    Browse the repository at this point in the history
  4. Update 2_plotting_data_in_qiskit.ipynb (Qiskit/qiskit-tutorials#1297)

    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    NG-Glen and mergify[bot] committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    daacdd1 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Fixed spelling mistake in text for Qiskit Visualizations (Qiskit/qisk…

    …it-tutorials#1448)
    
    fix spelling mistake "use" to "used" in the paragraph describing options for the plot_histogram()
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    EmilMagni and mergify[bot] committed May 18, 2023
    Configuration menu
    Copy the full SHA
    53adc7b View commit details
    Browse the repository at this point in the history
  2. Update note about pulse gate support (Qiskit/qiskit-tutorials#1455)

    Pulse gate support is not tied to the open_pulse setting in
    `backend.configuration()`.
    
    Co-authored-by: Junye Huang <h.jun.ye@gmail.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    3 people committed May 18, 2023
    Configuration menu
    Copy the full SHA
    1f69959 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Error on Sphinx warnings (Qiskit/qiskit-tutorials#1469)

    There were two issues preventing this:
    
    1. nbsphinx changed how it does in-page URLs now for `#` anchors.
    2. Grover Examples has had a bad thumbnail. I thought it would be fixed
    by Qiskit/qiskit-tutorials#1466, but the error
    still exists, so I think this has always been an issue.
    Eric-Arellano committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    20958eb View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Fix typo in 01_circuit_basics.ipynb (Qiskit/qiskit-tutorials#1474)

    <!--
    ⚠️ If you do not respect this template, your pull request will be
    closed.
    ⚠️ Your pull request title should be short detailed and understandable
    for all.
    ⚠️ If your pull request fixes an open issue, please link to the issue.
    
    ✅ I have added the tests to cover my changes.
    ✅ I have updated the documentation accordingly.
    ✅ I have read the CONTRIBUTING document.
    -->
    
    ### Summary
    
    Fixed typo.
    
    ### Details and comments
    intial -> initial
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    eltociear and mergify[bot] committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b9f856e View commit details
    Browse the repository at this point in the history
  2. qiskit.test.mock is deprecated (Qiskit/qiskit-tutorials#1349)

    DeprecationWarning: The module 'qiskit.test.mock' is deprecated since
    Qiskit Terra 0.21.0, and will be removed 3 months or more later.
    Instead, you should import the desired object directly
    'qiskit.providers.fake_provider'.
    #from qiskit.test.mock import FakeVigo --> 
    from qiskit.providers.fake_provider import FakeVigo
    (https://qiskit.org/documentation/apidoc/providers_fake_provider.html)
    
    <!--
    ⚠️ If you do not respect this template, your pull request will be
    closed.
    ⚠️ Your pull request title should be short detailed and understandable
    for all.
    ⚠️ If your pull request fixes an open issue, please link to the issue.
    
    ✅ I have added the tests to cover my changes.
    ✅ I have updated the documentation accordingly.
    ✅ I have read the CONTRIBUTING document.
    -->
    
    ### Summary
    DeprecationWarning: The module 'qiskit.test.mock'
    
    
    ### Details and comments
    DeprecationWarning: The module 'qiskit.test.mock' is deprecated since
    Qiskit Terra 0.21.0, and will be removed 3 months or more later.
    Instead, you should import the desired object directly
    'qiskit.providers.fake_provider'.
    #from qiskit.test.mock import FakeVigo -->
    from qiskit.providers.fake_provider import FakeVigo
    (https://qiskit.org/documentation/apidoc/providers_fake_provider.html)
    
    ---------
    
    Co-authored-by: Junye Huang <h.jun.ye@gmail.com>
    Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
    3 people committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e5d01d0 View commit details
    Browse the repository at this point in the history
  3. Remove empty cell from 02_gradients_framework.ipynb (Qiskit/qiskit-tu…

    …torials#1236)
    
    Remove empty cell at bottom of notebook
    
    ### Summary
    
    Empty cell serves no purpose. 
    
    
    ### Details and comments
    
    Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
    AbdulahAmer and Eric-Arellano committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    47e3b9e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Clarify misleading description of a layer of operations. (Qiskit/qisk…

    …it-tutorials#1165)
    
    <!--
    ⚠️ If you do not respect this template, your pull request will be
    closed.
    ⚠️ Your pull request title should be short detailed and understandable
    for all.
    ⚠️ Also, please add it in the CHANGELOG file under Unreleased section.
    ⚠️ If your pull request fixes an open issue, please link to the issue.
    
    ✅ I have added the tests to cover my changes.
    ✅ I have updated the documentation accordingly.
    ✅ I have read the CONTRIBUTING document.
    -->
    
    ### Summary
    Fixing layer description in "Implementing a BasicMapper Pass"
    
    
    ### Details and comments
    Original sentence stated "each layer is a group of operations that does
    not act on independent qubits, so in theory all operations in a layer
    can be done independently", which is incorrect. Every layer is a group
    of operations specifically acting on separate qubits each. The new
    sentence clarifies that with "each layer is a group of operations acting
    on independent qubits..."
    
    Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
    3yakuya and Eric-Arellano committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    a8525be View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Fixes Broken links (Qiskit/qiskit-tutorials#1488)

    <!--
    ⚠️ If you do not respect this template, your pull request will be
    closed.
    ⚠️ Your pull request title should be short detailed and understandable
    for all.
    ⚠️ If your pull request fixes an open issue, please link to the issue.
    
    ✅ I have added the tests to cover my changes.
    ✅ I have updated the documentation accordingly.
    ✅ I have read the CONTRIBUTING document.
    -->
    
    ### Summary
    I have coded a script which (when directory is specified) checks for the
    broken links in the Jupyter notebooks and tells its exact place and the
    error it shows.
    ```
    import os
    import nbformat as nbf
    import re
    import requests
    # Code to populate file_list with relevant .ipynb files
    file_list = []
    
    for root, dirs, files in os.walk("qiskit-tutorials/tutorials/"):
        for file in files:
            if file.endswith(".ipynb"):
                file_list.append(os.path.join(root, file))  # Including the relative path of the file
    
    INLINE_LINK_RE = re.compile(r'\[([^\]]+)\]\(([^)]+)\)')
    for file_path in file_list:
        try:
            with open(file_path) as file:
                nb = nbf.read(file, 4)
        except OSError as e:
            print(f"Error occurred while reading file: {file_path}")
            print("Error message:", str(e))
            print()
            continue
    
        for cell in nb["cells"]:
            if cell["cell_type"] != "markdown":
                continue
            links = list(INLINE_LINK_RE.findall(cell["source"]))
            for link in links:
                if not link:
                    continue
                link_text, link_url = link
                if link_url.lower().endswith(('.png', '.jpg', '.jpeg', '.gif')):
                    continue  # Skip image links
                try:
                    response = requests.get(link_url)
                    if response.status_code != 200:
                        print(f"Broken link found in file: {file_path}")
                        print(f"Link: {link_text}")
                        print(f"URL: {link_url}")
                        print("HTTP status code:", response.status_code)
                        print()
                except requests.RequestException as e:
                    print(f"Error occurred while checking link in file: {file_path}")
                    print(f"Link: {link_text}")
                    print(f"URL: {link_url}")
                    print("Error message:", str(e))
                    print()
    
    ```
    
    ### Details and comments
    
    This code is part of QAMP Project [Issues in Qiskit Tutorials
    Qiskit/qiskit-tutorials#37](qiskit-advocate/qamp-spring-23#37)
    which can read many files at once and can find broken links with their
    exact position and error code it is showing.
    
    I ran this above code throughout the repo and checked each and every
    Jupyter notebook files, based on the output I have fixed many links.
    This PR is just the Last PR of the of project, which fixes the remaining
    broken links. All the other broken links are already fixed in the past
    PRs which are made throughout this project. Qiskit/qiskit-tutorials#1445 Qiskit/qiskit-tutorials#1446 Qiskit/qiskit-tutorials#1467 Qiskit/qiskit-tutorials#1483
    Qiskit/qiskit-tutorials#1484.
    This project also fixes Qiskit/qiskit-tutorials#1402
    divshacker committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9d754fa View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. fix missing backticks for plot_histogram() (Qiskit/qiskit-tutorials#1480

    )
    
    ### Summary
    The function plot_histogram() in the text should be `plot_histogram()`
    
    
    ### Details and comments
    
    ---------
    
    Co-authored-by: Eric Arellano <ericarellano@me.com>
    soon-teh and Eric-Arellano committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    9408793 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Closes Qiskit/qiskit-tutorials#1189 Replacing 'state matrix' by 'dens…

    …ity matrix' (Qiskit/qiskit-tutorials#1196)
    
    <!--
    ⚠️ If you do not respect this template, your pull request will be
    closed.
    ⚠️ Your pull request title should be short detailed and understandable
    for all.
    ⚠️ Also, please add it in the CHANGELOG file under Unreleased section.
    ⚠️ If your pull request fixes an open issue, please link to the issue.
    
    ✅ I have added the tests to cover my changes.
    ✅ I have updated the documentation accordingly.
    ✅ I have read the CONTRIBUTING document.
    -->
    
    ### Summary
    As described in issue Qiskit/qiskit-tutorials#1189, "state matrix" has been replaced by
    "density matrix" in `plot_state_city` and
    `plot_state_hinton` fotutorials/circuits/2_plotting_data_in_qiskit.html.
    Additionally I have also changed it at other plot functions.
    
    
    ### Details and comments
    "State matrix" has a different physical meaning and doesn't go with the
    definition given in the documentation. Hence "density matrix" seems like
    a better option to use instead of "state matrix".
    
    Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
    shil-m and Eric-Arellano committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e0454ad View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Fixed a code typo in 02_operators_overview.ipynb (Qiskit/qiskit-tutor…

    …ials#1231)
    
    <!--
    ⚠️ If you do not respect this template, your pull request will be
    closed.
    ⚠️ Your pull request title should be short detailed and understandable
    for all.
    ⚠️ Also, please add it in the CHANGELOG file under Unreleased section.
    ⚠️ If your pull request fixes an open issue, please link to the issue.
    
    ✅ I have added the tests to cover my changes.
    ✅ I have updated the documentation accordingly.
    ✅ I have read the CONTRIBUTING document.
    -->
    
    ### Summary
    Fix a typo, in cell with description "# Compose YX in front of the
    previous operator". The code compose XZ in front of the previous
    operator, while it should be YX.
    
    
    ### Details and comments
    `op.compose(XZ, qargs=[0, 2], front=True)` is changed with
    `op.compose(YX, qargs=[0, 2], front=True)`, and add the correct output.
    
    ---------
    
    Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
    elberttl and Eric-Arellano committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    96b8eb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Fix unit sphere notation in 3_summary_of_quantum_operations.ipynb (Qi…

    …skit/qiskit-tutorials#1493)
    
    Change the unit sphere notation to $\\mathbb{S}^2$
    
    Co-authored-by: Xueyan Niu <63600514+niuxueyan@users.noreply.github.com>
    Eric-Arellano and niuxueyan committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5e261e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Fix typos in 04_transpiler_passes_and_passmanager.ipynb (Qiskit/qiski…

    …t-tutorials#1494)
    
    Built on top of Qiskit/qiskit-tutorials#1239.
    
    ---------
    
    Co-authored-by: Bochen "Daniel" Tan <33230390+tbcdebug@users.noreply.github.com>
    Eric-Arellano and qu-tan-um committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ceb68d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    f60c5d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f85f59a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c6e4b2 View commit details
    Browse the repository at this point in the history