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.
You can also view the notebooks online, as read-only HTML pages rendered by http://nbviewer.ipython.org:
- example-rabi-oscillations
- example-atom-cavity-correlation-function
- example-atom-cavity-dynamics
- example-JC-model-wigner-function
- example-wigner-functions
- example-trilinear
- example-ultrastrong-coupling-groundstate
- example-landau-zener
- example-quantum-process-tomography
- example-spin-chain
- example-quantum-gates
- example-spin-chain-model
- example-qubism-and-schmidt-plots
- development-continuous-variable-test
- development-ipynbtools-test
- development-correlation-functions
- development-liouvillian-construction
- development-floquet-test
- development-mcf90-test
- development-spectrum-test
- development-Qobj-extract-eliminate
- development-visualization-test