Quantum-Computing-with-Qiskit
Quantum-Computing-with-Qiskit copied to clipboard
Teaching of Quantum Machine Learning with Qiskit
Quantum-Computing-with-Qiskit
This is going to be my first full course developed using Github. I have uploaded some Jupyter Notebooks with my initial trials in Qiskit and the syllabus for Machine Learning for Business, Quantum Computing version.
Python (including Google Colab) setup:
!pip install qutip -q
!pip install qiskit -q
!pip install qiskit[visualization] -q
!pip install git+https://github.com/qiskit-community/qiskit-textbook.git#subdirectory=qiskit-textbook-src -q
import numpy as np
np.set_printoptions(precision=3, suppress=True)
import qutip as qt
from matplotlib import pyplot as plt
%matplotlib inline
import pandas as pd
import sklearn as sk
import qiskit as qk
Online read-only versions
Use the following links: