{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Index of Development Notebooks\n", "\n", "## QobjEvo\n", "\n", "[QobjEvo usage example](development-qobjevo.ipynb)\n", "\n", "[QobjEvo \"advanced\" methods](development-qobjevo-adv.ipynb)\n", "\n", "[Timing for QobjEvo](development-qobjevo-timing.ipynb)\n", "\n", "[Testing extracting and eliminating states from a quantum object](development-Qobj-extract-eliminate.ipynb)\n", "\n", "## Solvers\n", "\n", "[Compare solvers](development-compare-solvers.ipynb)\n", "\n", "[Floquet and floquet-markov evolution](development-floquet-test.ipynb)\n", "\n", "### Monte Carlo solver\n", "\n", "[Tests for the fortran monte carlo solver](development-mcf90-test.ipynb)\n", "\n", "### Master equation solver\n", "\n", "[Demonstrate how to pass liouvillians to the mesolve](development-mesolve-and-liouvillians.ipynb)\n", "\n", "[mesolve: demonstate how to use the e_ops argument](development-mesolve-expectation-values.ipynb)\n", "\n", "### Stochastic Master equation solver\n", "\n", "[Speed test of stochastic solvers](development-smesolve-milstein-speed-test.ipynb)\n", "\n", "[Test for different SME solvers against analytical solution for oscillator squeezing](development-smesolver-new-methods.ipynb)\n", "\n", "[Tests for QuTiP's stochastic master equation solver](development-smesolve-tests.ipynb)\n", "\n", "### Steadystate Solver\n", "\n", "[Testing and benchmarking steadystate solvers](development-steadystate-solver-benchmarks-1.ipynb)\n", "\n", "[Testing steadystate solvers](development-steadystate-solver-benchmarks-2.ipynb)\n", "\n", "### Stochastic Schrödinger equation solver\n", "\n", "[Test for different solvers for stochastic equation](development-ssesolver-new-methods.ipynb)\n", "\n", "[Tests for QuTiP's stochastic Schrödinger equation solver](development-ssesolve-tests.ipynb)\n", "\n", "## Distributions and correlations\n", "\n", "[Testing continuous variable functions](development-continuous-variable-test.ipynb)\n", "\n", "[Testing correlation functions](development-correlation-functions.ipynb)\n", "\n", "[Testing distribution modules](development-distributions.ipynb)\n", "\n", "## Miscellaneous\n", "\n", "[Test and benchmarks of expectation value calculation in QuTiP](development-benchmark-expect.ipynb)\n", "\n", "[Example: compare time-dependence formats](development-compare-td-formats.ipynb)\n", "\n", "[Test the use of e_ops parameter in dictionary form](development-e-ops-as-dict.ipynb)\n", "\n", "[Testing spectrum functions](development-spectrum-test.ipynb)\n", "\n", "[Liouvillian construction](development-liouvillian-construction.ipynb)\n", "\n", "[Testing new TD function callback signature](development-mean-field-master-equations.ipynb)\n", "\n", "[Test number state basis with lower cut off](development-operator-offset.ipynb)\n", ";\n", "[Testing qutip.ipynbtools.plot_animation](development-ipynbtools-animation.ipynb)\n", "\n", "[Testing functions qutip.ipynbtools](development-ipynbtools-test.ipynb)" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.6" } }, "nbformat": 4, "nbformat_minor": 2 }