maxwelllink.mxl_drivers.lammps.install module

This file is a python version of mxl_install_lammps.sh which is used to install a custom LAMMPS binary with fix_maxwelllink support. It downloads a specific LAMMPS release tarball from GitHub, adds the necessary source files, builds it with CMake, and places the resulting binary in the same directory as other mxl scripts.

maxwelllink.mxl_drivers.lammps.install.mxl_lammps_main(argv=None)[source]