Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kunyuan authored Dec 19, 2021
1 parent 4a05949 commit 058a505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems.

2 comments on commit 058a505

@kunyuan
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/50852

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" 058a505d1bb8590bb20ffd053976798373d977de
git push origin v0.2.0

Please sign in to comment.