From 058a505d1bb8590bb20ffd053976798373d977de Mon Sep 17 00:00:00 2001 From: Kun Chen Date: Sun, 19 Dec 2021 00:21:26 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b336c7b..02c64c8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ We provide the following components to ease the numerical manipulation of the Gr This package has been registered. So, simply type `import Pkg; Pkg.add("Lehmann")` in the Julia REPL to install. -## Basis Usage +## Basic Usage In the following [demo](example/demo.jl), we will show how to compress a Green's function of ~10000 data point into ~20 DLR coefficients, and perform fast interpolation and fourier transform up to the accuracy ~1e-10. @@ -99,4 +99,4 @@ If this library helps you to create software or publications, please let us know ## Questions and Contributions -Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems. \ No newline at end of file +Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems.