Libxc:download

From OctopusWiki

Jump to: navigation, search

If you wish, you may use libxc in your own code. You can download the code from here:

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

(Note that libxc is already included in Octopus, so you do not need the stand-alone version if you simply want to run Octopus.)

 $ 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