Metadata-Version: 2.1
Name: qutip
Version: 4.6.0+nogit
Summary: QuTiP: The Quantum Toolbox in Python
Home-page: http://qutip.org
Author: Alexander Pitchford, Paul D. Nation, Robert J. Johansson, Chris Granade, Arne Grimsmo, Nathan Shammah, Shahnawaz Ahmed, Neill Lambert, Eric Giguere, Boxi Li, Jake Lishman
Author-email: qutip-admin@googlegroups.com
License: BSD 3-Clause License
Description: QuTiP: Quantum Toolbox in Python
        ================================
        
        [A. Pitchford](https://github.com/ajgpitch),
        [C. Granade](https://github.com/cgranade),
        [A. Grimsmo](https://github.com/arnelg),
        [N. Shammah](https://github.com/nathanshammah),
        [S. Ahmed](https://github.com/quantshah),
        [N. Lambert](https://github.com/nwlambert),
        [E. Giguère](https://github.com/ericgig),
        [B. Li](https://github.com/boxili),
        [J. Lishman](https://github.com/jakelishman),
        [P. D. Nation](https://github.com/nonhermitian),
        and [J. R. Johansson](https://github.com/jrjohansson)
        
        
        QuTiP is open-source software for simulating the dynamics of closed and open
        quantum systems. The QuTiP library uses the excellent Numpy, Scipy, and Cython packages as numerical backend, and graphical output is provided by Matplotlib. QuTiP aims to provide user-friendly and efficient numerical simulations of a wide
        variety of quantum mechanical problems, including those with Hamiltonians
        and/or collapse operators with arbitrary time-dependence, commonly found in a
        wide range of physics applications. QuTiP is freely available for use and/or
        modification, and it can be used on all Unix-based platforms and on Windows.
        Being free of any licensing fees, QuTiP is ideal for exploring quantum
        mechanics in research as well as in the classroom.
        
        Build status and test coverage
        ------------------------------
        
        [![build-status](https://secure.travis-ci.org/qutip/qutip.svg?branch=master)](http://travis-ci.org/qutip/qutip)
        [![Coverage Status](https://img.shields.io/coveralls/qutip/qutip.svg)](https://coveralls.io/r/qutip/qutip)
        [![Maintainability](https://api.codeclimate.com/v1/badges/df502674f1dfa1f1b67a/maintainability)](https://codeclimate.com/github/qutip/qutip/maintainability)
        
        Support
        --------
        [![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](https://numfocus.org)
        [![Unitary Fund](https://img.shields.io/badge/Supported%20By-UNITARY%20FUND-brightgreen.svg?style=for-the-badge)](http://unitary.fund)
        
        QuTiP development is supported by [Nori's lab](http://dml.riken.jp/)
        at RIKEN, by the University of Sherbrooke, and by Aberystwyth University,
        [among other supporting organizations](http://qutip.org/#supporting-organizations).
        
        Download
        --------
        [![Anaconda-Server Badge](https://anaconda.org/conda-forge/qutip/badges/downloads.svg)](https://anaconda.org/conda-forge/qutip)
        
        The official releases of QuTiP can be downloaded at:
        
        [http://qutip.org/download.html](http://qutip.org/download.html)
        
        
        Installation
        ------------
        
        For instructions on how to install QuTiP, see:
        
        [http://qutip.org/docs/latest/installation.html](http://qutip.org/docs/latest/installation.html)
        
        
        Run notebooks online
        -----
        A selection of demonstration notebooks is available at [http://qutip.org/tutorials.html](http://qutip.org/tutorials.html) and can be run online here: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/qutip/qutip-notebooks/master?filepath=index.ipynb)
        
        or may be found at: [github.com/qutip/qutip-notebooks](http://github.com/qutip/qutip-notebooks).
        
        
        Documentation
        -------------
        
        The documentation for official releases, in HTML and PDF formats, are available at:
        
        [http://qutip.org/documentation.html](http://qutip.org/documentation.html)
        
        and the development documentation is available at [github.com/qutip/qutip-doc](http://github.com/qutip/qutip-doc).
        
        Contribute
        ----------
        
        You are most welcome to contribute to QuTiP development by forking this
        repository and sending pull requests, or filing bug reports at the
        [issues page](http://github.com/qutip/qutip/issues), or send us bug reports,
        questions, or your proposed changes to our
        [QuTiP discussion group](http://groups.google.com/group/qutip).
        
        All contributions are acknowledged in the
        [contributors](http://github.com/qutip/qutip-doc/blob/master/contributors.rst)
        section in the documentation.
        
        Note that all contributions must adhere to the [PEP 8 -- Style Guide for Python Code](https://www.python.org/dev/peps/pep-0008/).
        
        For more information, including technical advice, please see [Contributing to QuTiP development](https://github.com/qutip/qutip-doc/blob/master/CONTRIBUTING.md).
        
        Changelog
        ---------
        
        For release notes and a change log, see the
        [changelog](http://github.com/qutip/qutip-doc/blob/master/changelog.rst)
        section in the documentation.
        
        License
        -------
        [![license](https://img.shields.io/badge/license-New%20BSD-blue.svg)](http://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_.28.22Revised_BSD_License.22.2C_.22New_BSD_License.22.2C_or_.22Modified_BSD_License.22.29)
        
        You are free to use this software, with or without modification, provided that the conditions listed in the LICENSE.txt file are satisfied.
        
Keywords: quantum,physics,dynamics
Platform: Linux
Platform: Mac OSX
Platform: Unix
Platform: Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown; variant=GFM
Provides-Extra: graphics
Provides-Extra: runtime_compilation
Provides-Extra: semidefinite
Provides-Extra: tests
