Note

This page was generated from tut//quick-topics//Opening-documentation.ipynb.

Opening the documentation#

Website address#

The documentation can be found here https://qiskit-community.github.io/qiskit-metal/

Access the docs through code#

Utilize the open_docs() function to load the docs in a web browser.

[1]:
from qiskit_metal import open_docs
open_docs()

Build the documentation#

If you choose to build the docs yourself rather than access them on the website, you’ll want to run the script locally. This will produce an error if executed within a jupyter notebook, so be sure to execute this command in ipython directly.

Replace the path below with the relative path to the build_docs.py script on your computer.

%run ../../docs/build_docs.py

Please be patient. The build can take ~15minutes. stdout might appear in the shell used to launch jupyter notebook.#

The build has two phases. First it will install the required python libraries for the build. Then it will run the make html command to complete the build.

You can now access the documentation with the following command.#

You can also directly open: ../../docs/build/html/index.html

For more information, review the Introduction to Quantum Computing and Quantum Hardware lectures below

  • Superconducting Qubits I: Quantizing a Harmonic Oscillator, Josephson Junctions Part 1
Lecture Video Lecture Notes Lab
  • Superconducting Qubits I: Quantizing a Harmonic Oscillator, Josephson Junctions Part 2
Lecture Video Lecture Notes Lab
  • Superconducting Qubits I: Quantizing a Harmonic Oscillator, Josephson Junctions Part 3
Lecture Video Lecture Notes Lab
  • Superconducting Qubits II: Circuit Quantum Electrodynamics, Readout and Calibration Methods Part 1
Lecture Video Lecture Notes Lab
  • Superconducting Qubits II: Circuit Quantum Electrodynamics, Readout and Calibration Methods Part 2
Lecture Video Lecture Notes Lab
  • Superconducting Qubits II: Circuit Quantum Electrodynamics, Readout and Calibration Methods Part 3
Lecture Video Lecture Notes Lab