Skip to content

theochem/resummation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resummation

Perturbation series (really any Taylor series) can be resummed to infinite order. This package offer several resummation methods to do this, including Pade, Borel-Pade and Meijer G resummation techniques.

Installation

  • Prerequisties:

    • Python 3.5 or above
    • numpy 1.13.1
    • scipy 0.19.1
    • mpmath 1.2.1
  • Compile from source

    git clone https://github.com/theochem/resummation.git
    cd resummation
    python3 -m pip install -e .
    
  • Using pip to install python package on GitHub

    pip install git+https://github.com/theochem/resummation
    

Quick Start

To have quick start of using resummation package, please check the demonstration in the example folder.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published