We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3209869 commit 28403e0Copy full SHA for 28403e0
.github/workflows/ci.yaml
@@ -39,3 +39,4 @@ jobs:
39
- uses: codecov/codecov-action@v5
40
with:
41
files: lcov.info
42
+ token: ${{ secrets.CODECOV_TOKEN }}
README.md
@@ -16,7 +16,7 @@
16
[license-url]: https://github.com/JuliaMolSim/Libxc.jl/blob/master/LICENSE
17
18
This package provides Julia bindings to the
19
-[libxc](https://tddft.org/programs/libxc/) library
+[libxc](https://libxc.gitlab.io/) library
20
for common exchange-correlation functionals in density-functional theory.
21
At least **Julia 1.8** is required.
22
0 commit comments