MuST Installation Instructions

In the current code release (v1.8.9), MuST consists of three computational components:

MST: A density functional theory (DFT) based ab initio code which allows to perform electronic structure calculations with the KKR, KKR-CPA, KKR-CPA with cluster average, and LSMS methods, which are interfaced with the many-body physics solvers via local Green function and self-energy calculations.

KUBO: A Kubo-Greenwood formula based code which allows to perform ab initio calculations of the electrical conductivity for random alloys. The development effort is led by Mike Widom with NSF/CSSI funding support under award number 2103958.

LSMS: An extreme performance code which is designed to run LSMS and WL-LSMS calculations on the most advanced supercomputing.

For the MuST code and installation instructions, visit our GitHub page.

  1. Download the package
  2. > git clone https://github.com/mstsuite/MuST
  3. Modify/Create your own architecture file, your_architecture_file, under the MuST/architecture/ directory
  4. Build the executables
  5. > cd MuST
    > make your_architecture_file
    > make install

If the above procedures are successful, the executable binaries are created under the directory MuST/bin/.

Update the MuST Package on Your Computer

MuST packages are periodically updated with new releases, including bug fixes and additional functionalities. You may update and rebuild your code using the following commands:

> cd MuST
> git pull
> make clean
> make your_architecture_file

MuST YouTube Channel

A MuST Youtube Channel, called "MuST Program for Disordered Materials," has been created to allow viewing our webinar and workshop series online.

Visit our YouTube channel: MuST Program for Disordered Materials

To get notified of new videos/seminars, please subscribe to our MuST Youtube channel.