Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Johannes Voss has created a version of Quantum Espresso that includes the BEEF functional. Installation instructions can be found here:

https://github.com/vossjo/ase-espresso/wikiImage Removed

libbeef Library

Version

Source Code

Precompiled Linux 64-bit binary

5.0.2.b

test text

 

VASP Patches

The latest development version can be obtained with this commandDownload and build libbeef with:

Code Block
svn co svn://suncatls1.slac.stanford.edu/beef/trunk beef

Installation instructions for the different versions are contained in the README file in the above downloadable files.

VASP Patches

Johannes has also created patch files for various versions of VASP that allow BEEF to be used there. These can be downloaded from here:

VASP Version

Patch File

5.0.2.b

test text

.3

vasp.5.3.beef.diff

Within the VASP directory containing the fortran files:

Code Block

patch -p1 < vasp.5.3.beef.diff

Then edit your VASP Makefile to add the following after the LIB variable is defined:

Code Block

LIB+= -Lpathtobeeflibrary/lib -lbeef

Then build VASP as usual.

code
Code Block

INCAR example