AiiDA-VASP is the official AiiDA plugin for the Vienna Ab initio Simulation Package (VASP). It provides an interface to run VASP calculations within the AiiDA workflow engine. It handles input generation (INCAR, POSCAR, KPOINTS, POTCAR),…
AiiDA-VASP is the official AiiDA plugin for the Vienna Ab initio Simulation Package (VASP). It provides an interface to run VASP calculations within the AiiDA workflow engine. It handles input generation (INCAR, POSCAR, KPOINTS, POTCAR), job submission, and parsing of output files (XML, OUTCAR) into the AiiDA database, preserving full provenance.
AiiDA-VASP is the official AiiDA plugin for the Vienna Ab initio Simulation Package (VASP). It provides an interface to run VASP calculations within the AiiDA workflow engine. It handles input generation (INCAR, POSCAR, KPOINTS, POTCAR), job submission, and parsing of output files (XML, OUTCAR) into the AiiDA database, preserving full provenance.
Scientific domain: DFT workflows, high-throughput VASP
Target user community: VASP users using AiiDA
VaspCalculation).RelaxWorkChain), bands (BandsWorkChain), and convergence.Sources: AiiDA-VASP documentation
pip install aiida-vaspbuilder = WorkflowFactory('vasp.relax').get_builder()
builder.structure = structure
builder.parameters = Dict(dict={'incar': {...}})
submit(builder)
Primary sources:
Confidence: VERIFIED
Verification status: ✅ VERIFIED