AiiDA Plugin for running VASP calculations.
Project description
This is a plugin to AiiDA to run calculations with the ab-initio program VASP.
Install and usage:
Install AiiDA
Download, install and setup -> aiida’s documentation
Install this plugin
>From the aiida-vasp folder use:
$ pip install . # or $ pip install -e . # <-- for plugin developers
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=<path-to-potentials-folder> --queue=<your-compute-queue> <code> <computer> ... will take a while the first time due to importing potentials $ # from now on you can simply run $ # python run_vasp.py --queue=<queue> <code> <computer> $ verdi calculation list .. should contain a vasp calculation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aiida-vasp-0.2.3.tar.gz
(10.7 MB
view hashes)
Built Distribution
aiida_vasp-0.2.3-py2-none-any.whl
(11.0 MB
view hashes)
Close
Hashes for aiida_vasp-0.2.3-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2dc4d10453b2f744765f22704f9fadfcb897cf0f9c74fe2c98b70822f1772d56 |
|
MD5 | f0786e1e431755aaf6a9f0b4d49bb5e6 |
|
BLAKE2b-256 | 1d089554e41c6ad17112c48b30374951e28ead40dceadd1ec4f9cdbbec7341cc |