Learning Quantum
  • Project Scope and Purpose
  • Getting Started
    • Need to Know
    • Resources
  • Linear Algebra
    • Linear Algebra Summary
      • Math References
    • Basics
    • Vector Relationships
    • Span, Basis and Spaces
    • Transformations
  • Physics
    • Physics Summary
      • Physics References
    • Classical Mechanics
    • Quantum Mechanics
  • Qubits
    • Qubits Summary
      • Qubit References
    • Classical Bits
    • Quantum Bits
    • Multi-Qubit Systems
  • Quantum Circuits
    • Quantum Circuit Summary
      • Quantum Circuit References
    • Classical Models of Computation
    • Quantum Information
    • Single Qubit Gates
    • Multi-Qubit Gates
  • IBMQ
    • IBMQ Summary
    • Getting Access to IBM Quantum
    • IBMQ Tools
    • Using Quantum Gates - The Circuit Composer
  • Qiskit
    • Qiskit Overview
    • Installing Qiskit
    • Parts of a Qiskit Program
    • Writing a Qiskit Program
  • Supplementary
  • Quantum Safe Algorithms
Powered by GitBook
On this page
  • Overview
  • Material
  • New Material
  • Resources
  • Additional Info Summary

Was this helpful?

  1. Qiskit

Qiskit Overview

PreviousUsing Quantum Gates - The Circuit ComposerNextInstalling Qiskit

Last updated 5 years ago

Was this helpful?

Overview

Qiskit is a python library provided by IBM to interface with their quantum systems. Just like the rest of python it's nice and easy to learn, and it's very flexible. It's a great option if you'd like to integrate quantum solutions in with regular code.

Material

In this section we'll do an overview of how to install qiskit, prepare and run jobs, and how to visualize your results.

New Material

  • Qiskit requirements

  • Installation

  • Basic components

  • Simple code examples

Resources

Additional Info Summary

Below is a list of all of the extra detail & problem sets included in this section of the tutorial:

Parts of a Qiskit Program
More information about the circuit object and the gate methods you can apply to it
Official IBM documentation
Writing a Qiskit Program
More detailed instructions for finding your API token