Metadata-Version: 2.1
Name: time_evolving_mpo
Version: 0.0.1
Summary: A python3 library to efficiently compute non-markovian open quantum systems.
Home-page: http://github.com/gefux/TimeEvolvingMPO
Author: Gerald E. Fux
Author-email: gerald.e.fux@gmail.com
License: Apache 2.0
Description: # TimeEvolvingMPO
        [![CircleCI](https://circleci.com/gh/gefux/TimeEvolvingMPO.svg?style=svg)](https://circleci.com/gh/gefux/TimeEvolvingMPO)
        [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/gefux/TimeEvolvingMPO/master?filepath=tutorial.ipynb)
        [![codecov](https://codecov.io/gh/gefux/TimeEvolvingMPO/branch/master/graph/badge.svg)](https://codecov.io/gh/gefux/TimeEvolvingMPO)
        [![Documentation Status](https://readthedocs.org/projects/timeevolvingmpo/badge/?version=latest)](https://timeevolvingmpo.readthedocs.io/en/latest/?badge=latest)
        
        *This library is under consturction!*
        
         A python3 library to efficiently compute non-markovian open quantum systems.
        
         ## Installation
         You can (**not yet**) install TimeEvolvingMPO using pip like this:
         ```
         $ python3 -m pip install time_evolving_mpo
         ```
        
         See the
         [documentation](https://TimeEvolvingMPO.readthedocs.io/en/latest/pages/install.html)
         for more information.
        
        
         ## Tutorial
         Click this button (no installation neccessary):
         [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/gefux/TimeEvolvingMPO/master?filepath=tutorial.ipynb)
         to start a tutorial in a jupyter notebook on [binder](https://mybinder.org).
        
        
         ## Documentation
         Documentation is available at <https://TimeEvolvingMPO.readthedocs.io>.
        
        
         ## Contributing
         The main code structure is currently under development and therefore the
         **project is not yet ready for code contributions.** If you have any question,
         suggestion or general thoughts on this library we'd very much appreciate if you
         share them with us. For this please feel free to file an issue in the
         [`Issues`](https://github.com/gefux/TimeEvolvingMPO/issues) section on github.
         Once we are off the ground with the code your code contributions are wellcome
         as well (have a look at [`CONTRIBUTING.md`](https://github.com/gefux/TimeEvolvingMPO/blob/master/CONTRIBUTING.md)
         for that).
        
         ## Authors and sources
         The project is written and maintained by
         Gerald E. Fux (gefux) <gerald.e.fux@gmail.com>. Substantial contributions to
         the project have been made by
         (see [`AUTHORS.md`](https://github.com/gefux/TimeEvolvingMPO/blob/master/AUTHORS.md)
         and [`Contributors`](https://github.com/gefux/TimeEvolvingMPO/graphs/contributors) for
         an extensive list):
        
         * **N/A**(N/A)
        
Keywords: physics,computational-physics,quantum-physics,quantum-information,open-quantum-systems
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
