
QuTiP: Quantum Toolbox in Python
P. D. Nation & R. J. Johansson
Version 3.2
July XX, 2015
Table of Contents¶
-
- Guide Overview
- Basic Operations on Quantum Objects
- Manipulating Quantum States & Operators
- Tensor Products and Partial Traces
- Time Evolution and Quantum Dynamics
- Steady State Solutions
- Overview of Eseries Class
- Correlation Functions
- Bloch Sphere
- Visualizing Quantum States and Processes
- Parallel Computations
- Saving QuTiP Objects and Data Sets
- Random Quantum Objects
- Modifying Internal Settings
In [1]:
from IPython.core.display import HTML
def css_styling():
styles = open("styles/guide.css", "r").read()
return HTML(styles)
css_styling()
Out[1]: