Skip to content

Commit ef39c4c

Browse files
authored
Merge pull request castep-docs#144 from jryates/develop
update libXC urls
2 parents bd22809 + d6f6b6c commit ef39c4c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/documentation/XC/libXC.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
There are many (many!) XC functionals (of varying quality and
2-
applicability). LIBXC (https://www.tddft.org/programs/libxc/) is a
2+
applicability). LIBXC (https://libxc.gitlab.io) is a
33
maintained library of functionals that is upgraded regularly. The list
44
of functionals available in LIBXC is at
5-
https://www.tddft.org/programs/libxc/functionals/.
5+
https://libxc.gitlab.io/functionals/.
66

77
CASTEP interfaces to this library which can be used instead of
88
CASTEP's in-built library of XC functionals. Prepend the string LIBXC_
@@ -15,7 +15,7 @@ In the LIBXC library there are many functionals, covering LDAs, GGAs,
1515
Meta-GGAs, Hybrids, etc. Most of these are separated into exchange and
1616
correlation contributions. To use these functionals, build your own
1717
combination using CASTEP's `xc_definition` keyword in the .param
18-
file. Firstly at https://www.tddft.org/programs/libxc/functionals/
18+
file. Firstly at https://libxc.gitlab.io/functionals/
1919
find the exchange and correlation functionals that you require, note
2020
the name LIBXC calls is and then prepend the string LIBXC_ to them.
2121

@@ -64,7 +64,7 @@ HF 0.25
6464
```
6565

6666
Note here you need to know (ie. read the HYB_GGA_XC_PBE0 reference
67-
given in https://www.tddft.org/programs/libxc/functionals/) what
67+
given in https://libxc.gitlab.io/functionals/) what
6868
fraction of local exchange is in the functional and so
6969
infer what the fraction of non-local exchange is required (here 0.25).
7070

@@ -95,4 +95,4 @@ LIBXC_MGGA_C_RSCAN 1.0
9595

9696
The `xc_definition` keyword in the .param file will allow you to mix
9797
and match any of the hundreds of functionals in LIBXC
98-
https://www.tddft.org/programs/libxc/functionals/. DO SO WITH EXTREME CAUTION!
98+
https://libxc.gitlab.io/functionals/ . DO SO WITH EXTREME CAUTION!

0 commit comments

Comments
 (0)