Calculators for materials properties.
Project description
MatCalc
Introduction
MatCalc is a python library for calculating materials properties from the potential energy surface (PES). The PES can be from DFT or, more commonly, from machine learning interatomic potentials (MLIPs).
Calculating various materials properties can require relatively involved setup of various simulation codes. The goal of MatCalc is to provide a simplified, consistent interface to access these properties with any parameterization of the PES.
Outline
The main base class in MatCalc is PropCalc (property calculator). All PropCalc subclasses should implement a
calc(structure) -> dict method that takes in a Pymatgen Structure and returns a dict of properties.
In general, PropCalc should be initialized with an ML model or ASE calculator, which is then used by either ASE, LAMMPS or some other simulation code to perform calculations of properties.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file matcalc-0.0.2.tar.gz.
File metadata
- Download URL: matcalc-0.0.2.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
125a3d9f2029b2a872771cc1a410775b6596f9a78d872d2fed7087f2e030f4a8
|
|
| MD5 |
fb517d1b065875e084ef50e6518fb4db
|
|
| BLAKE2b-256 |
527b2c92fc516edec62d599edd54d90f683c1b54affd53ff8a8faf194c78e5df
|
File details
Details for the file matcalc-0.0.2-py3-none-any.whl.
File metadata
- Download URL: matcalc-0.0.2-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a06b53596bc144b2a14b6db3e3f7bffc9976f5c7831cd0710bab66d3bc678816
|
|
| MD5 |
b5b93109aa4865880ecc396dcb79ccb8
|
|
| BLAKE2b-256 |
f4b350a4e42dcf878ff705f6020465356221e7cd4785f249baf860f108638045
|