A collection of tools for VASP analysis and manipulation.
Clone the repository:
git clone https://github.com/acammarat/var.git
cd varOr download individual scripts using wget:
# Download displace_atoms.py
wget https://raw.githubusercontent.com/acammarat/var/main/manatom/displace_atoms.py
# Download avgpos.py
wget https://raw.githubusercontent.com/acammarat/var/main/avgpos/avgpos.py- manatom/ - VASP POSCAR manipulation tools
- avgpos/ - Average position analysis tools
See individual README files in each directory for detailed documentation.