.. _vasp_ug: Interface to VASP ***************** Pylada provides an interface wrapping the VASP_ density functional theory code. This interface manages the input to VASP_, launching the code itself (as an external program), and retrieving the results as python object. When combined with the job framework and its attendant ipython_ interface, it becomes a powerful building block to create complex computational schemes. The following is an introduction on how to use the interface by itself. It is most usefull, however, in conjunction with the high-throughput :ref:`scheme ` and its :ref:`ipython interface `. .. currentmodule:: pylada.vasp .. toctree:: :maxdepth: 1 A fast primer Configuring Pylada for VASP Reading from pre-existing VASP files Creating and Setting up the vasp functional Executing a VASP calculation Extracting results from VASP calculations A *meta*-functional: Strain relaxation Example: Epitaxial relaxation method