DFT-raMO, a Wannier-type analysis, and its supporting tools.
The current version of DFT-raMO is a MATLAB script which can be run in the terminal. You'll need a MATLAB installation in order to run it.
A Julia package that performs the same DFT-raMO analysis, but with support for parallelization. The results from this package are higher in quality than the original MATLAB code, and it has support for both abinit and VASP inputs. Runs are specified through YAML files (an example is provided).
This package also contains Psphere analysis, a tool to determine the degree of localization for reconstructed orbitals.
This package is not currently registered in the Julia package registry, so you'll need to add the package by the URL directly:
(v1.8+ pkg)> add https://github.com/xamberl/DFT-raMO#main
The #main
portion is optional, and can be changed to track a different branch.