Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 762 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 762 Bytes

Hankel Projection

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

Prerequisites

  • Eigen3

Installation

  1. Clone the repository:
git clone [email protected]: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: [email protected] or [email protected]