quantum_machine_learning_figures icon indicating copy to clipboard operation
quantum_machine_learning_figures copied to clipboard

Scripts to generate the figures in the book Quantum Machine Learning: What Quantum Computing Means to Data Mining

This repository stores the source code of the figures in the book Quantum Machine Learning: What Quantum Computing Means to Data Mining. More information on the book is here:

http://peterwittek.com/book

Dependencies

The LaTeX files use tikz, which should be standard in most TeX distribution.

The Python files use matplotlib, numpy, and seaborn. Furthermore, LaTeX is used for rendering text, hence a LaTeX compiler should be in the path. Plotting the Bloch sphere also requires the QuTIP toolbox.