All Projects → aiida-vasp → aiida-vasp

aiida-vasp / aiida-vasp

Licence: other
A plugin to AiiDA for running simulations with VASP

Programming Languages

python
139335 projects - #7 most used programming language
Propeller Spin
14 projects
shell
77523 projects

Projects that are alternatives of or similar to aiida-vasp

tilde
Materials informatics framework for ab initio data repositories
Stars: ✭ 19 (-40.62%)
Mutual labels:  vasp, materials-science, ab-initio
atomate2
atomate2 is a library of computational materials science workflows
Stars: ✭ 67 (+109.38%)
Mutual labels:  vasp, materials-science
data-resources-for-materials-science
A list of databases, datasets and books/handbooks where you can find materials properties for machine learning applications.
Stars: ✭ 81 (+153.13%)
Mutual labels:  materials-science
pseudo dojo
Python framework for generating and validating pseudo potentials
Stars: ✭ 32 (+0%)
Mutual labels:  ab-initio
CatKit
General purpose tools for high-throughput catalysis
Stars: ✭ 48 (+50%)
Mutual labels:  materials-science
tdmms
Two-dimensional materials manufacturing system
Stars: ✭ 17 (-46.87%)
Mutual labels:  materials-science
RosettaDesign
RosettaDesign using PyRosetta
Stars: ✭ 19 (-40.62%)
Mutual labels:  ab-initio
CrabNet
Predict materials properties using only the composition information!
Stars: ✭ 57 (+78.13%)
Mutual labels:  materials-science
lamipy
Composite laminates engineering simulations in Python.
Stars: ✭ 32 (+0%)
Mutual labels:  materials-science
materials-synthesis-generative-models
Public release of data and code for materials synthesis generation
Stars: ✭ 47 (+46.88%)
Mutual labels:  materials-science
matador
⚗️ matador is an aggregator, manipulator and runner of first-principles calculations, written with a bent towards battery 🔋 electrode materials.
Stars: ✭ 23 (-28.12%)
Mutual labels:  materials-science
uf3
UF3: a python library for generating ultra-fast interatomic potentials
Stars: ✭ 19 (-40.62%)
Mutual labels:  materials-science
thermo pw
Thermo_pw is a driver of quantum-ESPRESSO routines for the automatic computation of ab-initio material properties.
Stars: ✭ 34 (+6.25%)
Mutual labels:  materials-science
pyGAPS
A framework for processing adsorption data and isotherm fitting
Stars: ✭ 36 (+12.5%)
Mutual labels:  materials-science
VASPBERRY
Berry curvature and Chern number calculations with the output (WAVECAR) of VASP code
Stars: ✭ 26 (-18.75%)
Mutual labels:  vasp
pytopomat
Python Topological Materials (pytopomat) is a code for easy, high-throughput analysis of topological materials.
Stars: ✭ 19 (-40.62%)
Mutual labels:  materials-science
phoebe
A high-performance framework for solving phonon and electron Boltzmann equations
Stars: ✭ 33 (+3.13%)
Mutual labels:  materials-science
vasprun
quick analysis of vasp calculation
Stars: ✭ 20 (-37.5%)
Mutual labels:  vasp
maml
Python for Materials Machine Learning, Materials Descriptors, Machine Learning Force Fields, Deep Learning, etc.
Stars: ✭ 174 (+443.75%)
Mutual labels:  materials-science
snap
Repository for spectral neighbor analysis potential (SNAP) model development.
Stars: ✭ 27 (-15.62%)
Mutual labels:  materials-science

AiiDA VASP plugin

Release Stable version PyPI - Status Supported Python versions
Build Build status Test coverage Documentation Status
Stats PyPI - Downloads/month GitHub commit activity

This is a plugin to AiiDA to run calculations with the ab-initio program VASP.

Please have a look at the AiiDA-VASP documentation for instructions on how to install and use the plugin.

Installing the plugin

  1. If you are already using AiiDA, simply activate the virtual environment associated with it, here assumed to be located in ~/env/aiida-vasp:

    $ source ~/env/aiida-vasp/bin/activate
    
  2. Otherwise, set up a new virtual environment:

    $ python -m venv ~/env/aiida-vasp
    
  3. And then enable the newly installed virtual environment:

    $ source ~/env/aiida-vasp/bin/activate
    
  4. Install the AiiDA-VASP plugin (and AiiDA if that is not already installed):

    $ (aiida-vasp) pip install aiida-vasp
    
  5. Update the entry points that AiiDA are using:

    $ (aiida-vasp) reentry scan -r aiida
    

This will automatically install the AiiDA python package(s) as well as any other dependencies of the plugin and register all the plugin classes with AiiDA.

Please consider that AiiDA have prerequisite that needs to be installed and ensured working. The steps above will not take care of this for you. Please consult AiiDA prerequisites and follow the instructions therein.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].