An open API service indexing awesome lists of open source software.

https://github.com/krispy-kenay/vasp-analyzer

Small package to load `vasprun.xml` files and get the data in a format to perform analysis on the spin-splitting of antiferromagnetic materials.
https://github.com/krispy-kenay/vasp-analyzer

altermagnetism density-functional-theory package python vasp-processing

Last synced: about 1 month ago
JSON representation

Small package to load `vasprun.xml` files and get the data in a format to perform analysis on the spin-splitting of antiferromagnetic materials.

Awesome Lists containing this project

README

          

# VASP analyzer

## Features

- Spin-Splitting Calculations: This Python package simplifies analysis of antiferromagnetic materials simulated with VASP. It extracts relevant data from vasprun.xml files, including INCAR parameters, eigenvalues (EIGENVAL), density of states (DOSCAR), and projected electronic density of states (PROCAR).
- Data Extraction and Processing: Focus on the core functionalities – loading specific sections of vasprun.xml for efficient data retrieval.
- Visualization: Generate band structure and density of states (DOS) plots to visualize the electronic behavior of your antiferromagnets.
- Spin-Splitting Calculations: Calculate the spin-splitting values for deeper insights into the magnetic properties of your materials.

## Get-started

Documentation for how to install the package and use its basic features can be found in the [Wiki](https://github.com/krispy-kenay/vasp-analyzer/wiki)