Products

MAST-SEY

MAST-SEY is an open-source Monte Carlo code capable of predicting secondary electron emission using input data generated entirely from first principle (density functional theory) calculations.

Resources for Machine Learning in Materials

Web apps and materials for learning about optimization (high-school level)

These materials were created by Marc Brousseau, a teacher at Middleton high school in Madison, WI, working with graduate student Ben Afflerbach in the Morgan group. This work was done as part of a Research Experience for Teachers (RET) program (https://mrsec.wisc.edu/ret/) at UW Madison run by the Materials Research Science and Engineering Center (MRSEC), funded under grant number DMR-1720415.

StructOpt app

structOpt

The StructOpt app provides a general genetic algorithm based optimizer in python targeted at identifying stable atomic structures.

MAterials Simulation Toolkit (MAST)

mast

MAST is an automated workflow manager and post-processing tool that focuses on diffusion and defect workflows using density functional theory. It interfaces primarily with the Vienna Ab-initio Simulation Package (VASP).

Download code  |  MAST manual |  Source (MAST) DOIs for MAST versions: dx.doi.org/10.5281/zenodo.11916dx.doi.org/10.5281/zenodo.11917

Diffusion Data App

CMG_Software_diffusion

Diffusion Data App is a database of over 250 (and growing) impurity diffusion coefficients calculated with ab initio density functional theory. Includes hosts Mg, Al, Cu, Ni, Pd, Pt, and W.

MaterialsHUB

mhub

MaterialsHUB is an online hub of applications for computational materials science research and education related to defects and diffusion.

AtomTouch

atouch

AtomTouch is a 3D interactive mobile platform (e.g., phone, tablet) molecular simulation software tool for educational purposes.

Material Application Domain Machine Learning (MADML)

MADML is software package to develop and assess regression models from tabular data. The developed models provide property predictions, property prediction uncertainty, and flags whether a model’s prediction comes from the model’s domain.

 

Transfernet 

Transfernet is a software package for training neural networks developed with PyTorch and then transferring trained weights to another models (i.e., transfer learning). The transfer can be from one neural network weights to another or using the output from a hidden layer as features for other models (e.g., Random Forest, LASSO, SVR, etc.).

Multilearn

Multilearn is a software package for training neural networks developed with PyTorch that can learn on multiple data sets concurrently (i.e., multi-task learning). The data sets can have different number of observations and features.