Skip to content

CQMP/HankelProjection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hankel Projection

A package for denosing imaginary time Green's functions with Hankel projections.

Prerequisites

  • Eigen3

Installation

  1. Clone the repository:
git clone git@github.com:CQMP/HankelProjection.git
  1. Build the package:
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=PATH_TO_INSTALL/HankelProj && cmake --build build
  1. Install the package (optional):
cmake --build build --target install

Usage

After building the package, refer to the examples directory for sample usage. Execute the command bash run.sh within the examples directory to see HankelProj in action.

Contact

If you have questions, bug reports, or feature suggestions, please feel free to email us at: umyangyu@umich.edu or egull@umich.edu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published