Skip to content

Latest commit

 

History

History
80 lines (56 loc) · 6.18 KB

README.md

File metadata and controls

80 lines (56 loc) · 6.18 KB

Qutip notebooks

These files are IPython notebooks for testing different parts of QuTiP. These tests serves a somewhat different purpose than the unit test suite that is installed as a part of QuTiP. Instead of being small isolated (unit) tests, these notebooks are often more like integration tests, which exercise a larger part of the QuTiP codebase to make sure that different parts work together as expected, or tests that exercise various related parts in a module in a single location.

To open these files, start an IPython notebook server by running the following command in the directory that contains the files:

$ ipython notebook

This will open a new page in your web browser, showing the IPython notebook dashboard page with an index of all the notebooks.

Online read-only versions

You can also view the notebooks online, as read-only HTML pages rendered by http://nbviewer.ipython.org:

Example notebooks

Bloch-Redfield master equation solver

Development notebooks

Feature demo notebooks

Master equation solver

Stochastic solvers

Benchmark notebooks