View on GitHub

pyEDMFT

Python based Extended DMFT self-consistency project

Extended DMFT solver


A Python-based Extended DMFT self-consistency loop project

Installation

Package was created with PyPA tools and install all the required dependencies. To install simply run the following in the project root directory:

> python setup.py build
> python setup.py install

Usage

Create python script with following content:

import pyEDMFT

pyEDMFT.sc.main(exec_p=<EDLib impurity solver path>, bath=<number of fermionic bath sites>)

Simply run it

> python <script>