Metadata-Version: 2.1
Name: pyfermions
Version: 1.0
Summary: Rigorous free fermion entanglement renormalization from wavelet theory
Home-page: https://github.com/catch22/pyfermions
Maintainer: Michael Walter
Maintainer-email: michael.walter@stanford.edu
License: MIT
Description: # pyfermions ![Python 3.5+](https://img.shields.io/badge/python-3.5%2B-brightgreen.svg) [![Build Status](https://travis-ci.org/catch22/pyfermions.svg?branch=master)](https://travis-ci.org/catch22/pyfermions) [![arXiv](http://img.shields.io/badge/arXiv-1707.06243-blue.svg?style=flat)](http://arxiv.org/abs/1707.06243)
        
        A Python package for rigorous free fermion entanglement renormalization from wavelet theory.
        
        [![MERA for 1D free-fermion nearest-neighbor hopping Hamiltonian](docs/mera1d.png)](notebooks/mera1d.ipynb) [![Branching MERA for 2D free-fermion nearest-neighbor hopping Hamiltonian](docs/mera2d.png)](notebooks/mera2d.ipynb)
        
        For details, please see [our paper](https://journals.aps.org/prx/abstract/10.1103/PhysRevX.8.011003).
        
        ```
        @article{latticefermions,
          title={Rigorous free-fermion entanglement renormalization from wavelet theory}
          author={Jutho Haegeman and Brian Swingle and Michael Walter and Jordan Cotler and Glen Evenbly and Volkher B. Scholz},
          journal={Phys. Rev. X},
          year={2018},
          volume={8},
          pages={011003},
          eprint={1707.06243},
        }
        ```
        
        ## Installation
        
        ```
        pip install git+git://github.com/catch22/pyfermions
        ```
        
        ## Getting Started
        
        Now download and explore some of the [Jupyter notebooks](notebooks).
        The [mera1d](notebooks/mera1d.ipynb) notebook is a good starting point.
        
        ## Contributing
        
        The contributors are listed [here](CONTRIBUTORS).
        
        ```
        git clone git://github.com/catch22/pyfermions
        cd pyfermions
        pip install -e .[dev]
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Mathematics
Description-Content-Type: text/markdown
Provides-Extra: dev
