pymatgen-analysis-alloys is an add-on library for Pymatgen, providing classes and tools specifically designed for describing alloy (disordered) systems. It extends Pymatgen's core functionalities to handle compositions and structures where atomic sites may be occupied by multiple species with certain probabilities. The current version is 0.0.8, and releases are generally tied to new features or compatibility updates within the broader Pymatgen ecosystem.
pip install pymatgen-analysis-alloysVerified import paths — ran on the pinned version, not inferred.
This example demonstrates how to create a `DisorderedComposition` object for an alloy system and access its basic properties. It also shows the distinction between a `DisorderedComposition` and a standard Pymatgen `Composition`.
Ensure your `pymatgen` installation meets the minimum version requirement: `pip install --upgrade pymatgen`.
Always refer to the specific documentation or source code for `pymatgen-analysis-alloys` objects when integrating them into workflows, especially if passing them to other Pymatgen-based tools.
Understand the scope of `pymatgen-analysis-alloys` as a foundational descriptive tool for disordered materials, and plan to integrate it with other computational packages for advanced simulations.