A package for denosing imaginary time Green's functions with Hankel projections.
- Eigen3
- Clone the repository:
git clone [email protected]:CQMP/HankelProjection.git
- Build the package:
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=PATH_TO_INSTALL/HankelProj && cmake --build build
- Install the package (optional):
cmake --build build --target install
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.
If you have questions, bug reports, or feature suggestions, please feel free to email us at: [email protected] or [email protected]