Skip to content
Yannick G edited this page Mar 29, 2024 · 10 revisions

What is this?

Small package to load vasprun.xml files and perform analysis on the spin-splitting of antiferromagnetic materials.

Get started

Installation

The intended way to install this package is to download the latest version from releases and then use pip to install it:

pip install vasp_analyzer-VERSION.tar.gz

This package can also be directly installed from github using pip (Assuming you have access to this repo).

pip install git+https://github.com/krispy-kenay/vasp-analyzer.git

What now?

After installing the package, you are ready to use it in your project. If this is your first time using it, head over to the tutorial to learn more.

To make sure the results are reproducible, the exact settings and setup are documented in the input page.

Clone this wiki locally