Skip to content

CQMP/pyCaratheodory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyCaratheodory

A Python package for temperature extrapolation of Matsubara frequency data.

Installation

  1. Clone the repository:
git clone git@github.com:CQMP/pyCaratheodory.git
  1. Install the package:
cd pyCaratheodory
pip install -e .

Usage

An example notebook, located at examples/example.ipynb, demonstrates how to reproduce the results presented in Fig. 1 of the paper.

Alternatively, one can use the example script located at examples/example.py to obtain the same results and save them in a text file (example_output.txt) by running the following command:

python example.py --inputfile example_input.txt --beta 18 --beta_new 20 --outputfile example_output.txt 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages