Skip to content

harrisonlabollita/tinycthyb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tinycthyb

This is tinycthyb. A tiny CT-QMC base on the hybridization expansion algorithm. Full disclaimer, this is C++ implementation based entirely on another educational implementation example. This was an educational exercise for myself to learn more about the CT-QMC algorithm as well as C++.

CT-HYB

A few words on the algorithm. More details here.

Build

To build the project (after installing the dependencies),

  1. git clone https://github.com/harrisonlabollita/tinycthyb.git
  2. cd tinycthyb
  3. mkdir build && cd build
  4. cmake ../src
  5. make

Example

example

About

A basic implementation of the CT-HYB algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published