diff options
author | Christoph Junghans <junghans@gentoo.org> | 2018-10-02 06:51:44 -0600 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2018-10-02 06:58:01 -0600 |
commit | 38875bd66cc93e71c65476a60c18ac6e0c77e9f9 (patch) | |
tree | 73882eaa5fbf49cc58eb3f36fc5784e559851998 /sci-libs/libxc/metadata.xml | |
parent | media-libs/faad2: Security cleanup (diff) | |
download | gentoo-38875bd66cc93e71c65476a60c18ac6e0c77e9f9.tar.gz gentoo-38875bd66cc93e71c65476a60c18ac6e0c77e9f9.tar.bz2 gentoo-38875bd66cc93e71c65476a60c18ac6e0c77e9f9.zip |
sci-libs/libxc: initial import for sci overlay
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Christoph Junghans <junghans@gentoo.org>
Diffstat (limited to 'sci-libs/libxc/metadata.xml')
-rw-r--r-- | sci-libs/libxc/metadata.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sci-libs/libxc/metadata.xml b/sci-libs/libxc/metadata.xml new file mode 100644 index 000000000000..064923854d28 --- /dev/null +++ b/sci-libs/libxc/metadata.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <maintainer type="person"> + <email>Hloupy.Honza@centrum.cz</email> + <name>Honza Macháček</name> + </maintainer> + <longdescription lang="en"> +Libxc is a library of exchange-correlation functionals for density-functional theory. +The aim is to provide a portable, well tested and reliable set of exchange and correlation +functionals that can be used by all the ETSF codes and also other codes. + +In Libxc you can find different types of functionals: LDA, GGA, hybrids, and mGGA (experimental). +These functionals depend on local information, in the sense that the value of the potential +at a given point depends only on the values of the density -- and the gradient of the density +and the kinetic energy density, for the GGA and mGGA cases. + +It can calculate the functional itself and its derivative; for some functionals, +higher-order derivatives are available. + +Libxc is written in C and has Fortran bindings. It is released under the LGPL license (v. 3.0). +Contributions are welcome. +</longdescription> + <upstream> + <doc>http://octopus-code.org/wiki/Libxc:manual</doc> + </upstream> +</pkgmetadata> |