Libxc:download

From OctopusWiki

Jump to: navigation, search

If you wish, you may use libxc in your own code; libxc is released under the LGPL license (v. 3.0). You can download the code from here:

You can also get it directly from the svn repository. If you plan to develop libxc, you should get the development version from the repository:

 $ svn co http://www.tddft.org/svn/octopus/trunk/libxc/
 $ cd libxc
 $ autoreconf -i
 $ ./configure
 $ make
 $ make install

C interface

The C interface of libxc is defined in the header src/xc.h.

Fortran interface

The fortran interface is provided by the libxc module that can be found under the directory src/ of the libxc directory.

Back to libxc

Personal tools