AURAMAXXING (Amorphous sUrface Research And Modeling And oXide eXploration Integrated iN Generation)
This repository provides tools to grow and saturate mixed Si/Al (at the moment) amorphous oxide structures using ASE and LAMMPS (for growth) and ASE + MACE (for saturation).
Main Contributors:
Installation & Dependencies
- Python 3.9+
- ASE
pip install ase
- NumPy
pip install numpy
- TQDM
pip install tqdm
- LAMMPS (https://lammps.org). Use either the pip install below or install the lammps python library from source at https://github.com/lammps/lammps
pip install lammps
- PyTorch
pip install torch
pip install mace-torch
The representative examples script to grow and saturate a Si/Al oxide structure is provided in the folder "examples".