# aiida-vasp **Repository Path**: shbhe/aiida-vasp ## Basic Information - **Project Name**: aiida-vasp - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-13 - **Last Updated**: 2024-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ================= AiiDA Vasp Plugin ================= .. image:: https://travis-ci.org/aiida-vasp/aiida-vasp.svg?branch=develop :target: https://travis-ci.org/aiida-vasp/aiida-vasp .. image:: https://readthedocs.org/projects/aiida-vasp/badge/?version=latest :target: http://aiida-vasp.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. image:: https://coveralls.io/repos/github/aiida-vasp/aiida-vasp/badge.svg?branch=develop :target: https://coveralls.io/github/aiida-vasp/aiida-vasp?branch=develop This is a plugin to `AiiDA `_ to run calculations with the ab-initio program `VASP `_. * `Documentation `_ * `Changelog `_ Install and usage: ------------------ Install AiiDA ~~~~~~~~~~~~~ * Download, install and setup -> `aiida's documentation `_ Install stable version of the plugin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :: $ pip install aiida-vasp Install development version of the plugin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From the aiida-vasp folder use:: $ pip install . # or $ pip install -e . # <-- for plugin developers Troubleshoot ~~~~~~~~~~~~ To test wether the installation was successful use:: $ verdi calculation plugins # example output: ## Pass as a further parameter one (or more) plugin names ## to get more details on a given plugin. * codtools.cifcellcontents * codtools.cifcodcheck * codtools.cifcodnumbers * codtools.ciffilter * codtools.cifsplitprimitive * quantumespresso.cp * quantumespresso.pw * quantumespresso.pwimmigrant * simpleplugins.templatereplacer * vasp.amn * vasp.scf * vasp.nscf * vasp.vasp * vasp.wannier You should see vasp.* in the list Configure the code ~~~~~~~~~~~~~~~~~~ See `aiida docs `_ on how to set up computers and codes. Note that you need at least one computer configured and a VASP executable on it in order to use this plugin. Using this plugin ~~~~~~~~~~~~~~~~~ For a tryout session, use the script ``run_vasp.py`` in the examples folder. Assuming you have already set up a code and computer, usage is as follows:: $ python run_vasp.py --help # shows help message $ # first time you need to import the potentials $ python run_vasp.py --import-from= --queue= ... will take a while the first time due to importing potentials $ # from now on you can simply run $ # python run_vasp.py --queue= $ verdi calculation list .. should contain a vasp calculation