Skip to main content

Build amorphous solids and liquid mixtures from Materials Project structures using Packmol and machine learning interatomic potentials

Project description

Muse

PyPI version Python 3.10+ License: MIT Build and Test

Muse (Mixture builder for simulation environments) is a Python package for rapidly building amorphous solids and liquid mixtures from relaxed solid-state structures on Materials Project. It uses Packmol for packing molecules into simulation cells and supports density equilibration through molecular dynamics with machine learning interatomic potentials (MLIPs), especially universal interatomic potentials (UIPs) such as MACE and CHGNet.

Features

  • Structure generation — Build binary/multicomponent amorphous mixtures from Materials Project crystal structures via mix_number and mix_cell
  • Density equilibration — Run NVT → NPT molecular dynamics workflows to compute equilibrium densities with DensityCalc
  • Thermodynamic analysis — Plot binary mixing enthalpy (G–x), density–composition, and excess volume diagrams with Redlich–Kister fits
  • Trajectory I/O — Convert pymatgen trajectories to extended XYZ format
  • HPC integration — Submit SLURM batch jobs programmatically

Installation

pip install muse-xtal

Optional extras

# MACE calculator support
pip install "muse-xtal[mace]"

# Development tools (ruff, pytest)
pip install "muse-xtal[dev]"

# Documentation building
pip install "muse-xtal[docs]"

Prerequisites

Muse requires Packmol to be installed and available on your PATH. You can compile it from source:

bash scripts/install-packmol.sh

You also need a Materials Project API key set as the MP_API_KEY environment variable (or in a .env file).

Quick Start

from muse.transforms.mixture import mix_number

# Build a NaCl–KCl mixture (3:1 ratio, ~20 atoms)
atoms = mix_number(
    recipe={"NaCl": 3, "KCl": 1},
    tolerance=2.0,
    scale=1.05,
    seed=42,
)
print(atoms)  # Atoms object ready for simulation

Density equilibration with MACE

import numpy as np
from ase import units
from mace.calculators import MACECalculator
from muse.calcs.density import DensityCalc

calc = MACECalculator(model_paths="path/to/model", device="cpu")

density_calc = DensityCalc(
    calculator=calc,
    optimizer="FIRE",
    steps=500,
    mask=np.eye(3),
    rtol=1e-3,
    atol=5e-4,
)

results = density_calc.calc(
    atoms=atoms,
    temperature=1100,  # K
    externalstress=0.0,  # eV/ų
)
print(f"Density: {results['mass_density']:.4f} amu/ų")

Documentation

Full documentation is available at chiang-yuan.github.io/muse.

Citation

If you use Muse in your research, please cite:

@software{chiang2023muse,
  author    = {Chiang, Yuan},
  title     = {muse-xtal},
  version   = {0.2.0},
  year      = {2023},
  doi       = {10.5281/zenodo.10369245},
  url       = {https://github.com/chiang-yuan/muse}
}

Contributing

Contributions are welcome! See CONTRIBUTING.md for guidelines.

License

This project is licensed under the MIT License — see LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

muse_xtal-0.2.0.tar.gz (21.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

muse_xtal-0.2.0-py3-none-any.whl (24.8 kB view details)

Uploaded Python 3

File details

Details for the file muse_xtal-0.2.0.tar.gz.

File metadata

  • Download URL: muse_xtal-0.2.0.tar.gz
  • Upload date:
  • Size: 21.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for muse_xtal-0.2.0.tar.gz
Algorithm Hash digest
SHA256 d78f5828d86e6d5d4806e68da6eb50788a5258bd5205e554782880c1ecb6414a
MD5 e3ea2757748f6cb7e24785f0c7463997
BLAKE2b-256 35439431dd8ed8a45246d8bdb5e684112961490b62e4c698ad3cb993fe28bfb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for muse_xtal-0.2.0.tar.gz:

Publisher: release.yml on chiang-yuan/muse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file muse_xtal-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: muse_xtal-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 24.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for muse_xtal-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 aff178d1f97d35f03b976ef45e14f73f28f6cf29ce3bcbcd684e4fc402fd7ad8
MD5 0379befdef95be734278b1a380f87856
BLAKE2b-256 d23783e9f85ef7163fc5303582ac4c816dae0c809c47f5329cccddd09f10620e

See more details on using hashes here.

Provenance

The following attestation bundles were made for muse_xtal-0.2.0-py3-none-any.whl:

Publisher: release.yml on chiang-yuan/muse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page