Skip to main content

Blendpy: Blendpy uses atomistic simulations with ASE calculators to compute alloy properties like enthalpy of mixing. It supports binary and multicomponent systems, including alloys and pseudoalloys.

Project description

PyPI - License PyPI

blendpy

Blendpy uses ab initio simulations with ASE calculators to compute alloy properties like enthalpy of mixing. It supports binary and ternary systems, including full and suballoys for compounds.

Installation

Install blendpy easily using pip, Python’s package manager:

$ pip install blendpy

Getting started

from blendpy import Blendpy

# Calculator
from mace.calculators import mace_mp
calc_mace = mace_mp(model="small",
                    dispersion=False,
                    default_dtype="float32",
                    device='cpu')

# The alloy is created by combining two key components.                
alloy_files = ['Au.cif', 'Pt.cif']

# Supercell to create the dilution.
supercell = [2,2,2]

# Create a Blendpy object.
blendpy = Blendpy(alloy_files, supercell, calculator=calc_mace)

# Optimize the structures.
blendpy.optimize(method=BFGSLineSearch, fmax=0.01, steps=500)

# Calculate the enthalpy of mixing for the AuPt alloy.
enthalpy_of_mixing = blendpy.get_enthalpy_of_mixing(A=0, B=1, npoints=21)
print(enthalpy_of_mixing)

License

This is an open source code under MIT License.

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

blendpy-25.2.1.tar.gz (19.1 kB view details)

Uploaded Source

Built Distribution

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

blendpy-25.2.1-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

Details for the file blendpy-25.2.1.tar.gz.

File metadata

  • Download URL: blendpy-25.2.1.tar.gz
  • Upload date:
  • Size: 19.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for blendpy-25.2.1.tar.gz
Algorithm Hash digest
SHA256 15284638df4104fe383b96ca92103cfd0254407e0dd49f3b807ebe533b7ae089
MD5 d011d44be9ced3a0f1477d90d512fdb1
BLAKE2b-256 db5d7034367801ff55eff37e45fb432971cb6844d0079ed0120c5018dddd7521

See more details on using hashes here.

File details

Details for the file blendpy-25.2.1-py3-none-any.whl.

File metadata

  • Download URL: blendpy-25.2.1-py3-none-any.whl
  • Upload date:
  • Size: 6.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for blendpy-25.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0e15e25eb24aeba8f5601b35961122927c546834432b291459a68429fd698ca9
MD5 3b96524dba9289b314e70fb02e50436d
BLAKE2b-256 cfc8546b6722ebaf89687e1876b6511a1af894edc9bcf148a28c31985281271d

See more details on using hashes here.

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