Skip to content

A simple parser for AIMD calculations run with VASP.

Notifications You must be signed in to change notification settings

tjunewson/dipole-aimd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dipole-aimd

Simple parser to allow for storing atoms objects into an ASE database for parsing their dipole moments.

Install

git clone https://github.com/sudarshanv01/simple-dipole-aimd.git
pip install simple-dipole-aimd

Usage

In each AIMD trajectory directory, create a folder called details.yaml. This file should contain the following information:

  1. state: The state of the system. Examples: slab, co2, etc.
  2. run_number: The run number of the aimd assuming that several restarts are usually done.

Then go to the main directory and type

parser

Example .yaml file

---
run_number: 0
state: 'co2'

Analysis

Analysis of the dipole moments is done by using ParseDipole.

About

A simple parser for AIMD calculations run with VASP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages