MyGit
🚩收到GitHub仓库的更新通知

CederGroupHub/smol

Fork: 14 Star: 53 (更新于 2024-05-04 23:36:45)

license: NOASSERTION

Language: Python .

Statistical Mechanics on Lattices

最后发布版本: v0.5.3 ( 2023-10-02 00:32:56)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

Statistical Mechanics on Lattices

test Codacy Badge pre-commit.ci status pypi version Static Badge Binder status

Lightweight but caffeinated Python implementation of computational methods for statistical mechanical calculations of configurational states in crystalline materials.


smol is a minimal implementation of computational methods to calculate statistical mechanical and thermodynamic properties of crystalline material systems based on the cluster expansion method from alloy theory and related methods. Although smol is intentionally lightweight---in terms of dependencies and built-in functionality---it has a modular design that closely follows underlying mathematical formalism and provides useful abstractions to easily extend existing methods or implement and test new ones.

Functionality

smol currently includes the following functionality:

  • Defining cluster expansion functions for a given disordered structure using a variety of available site basis functions with and without explicit redundancy.

  • Option to include explicit electrostatics in expansions using the Ewald summation method.

  • Computing correlation vectors for a set of training structures with a variety of functionality to inspect the resulting feature matrix.

  • Defining fitted cluster expansions for subsequent property prediction.

  • Fast evaluation of correlation vectors and differences in correlation vectors from local updates in order to quickly compute properties and changes in properties for specified supercell sizes.

  • Flexible toolset to sample cluster expansions using Monte Carlo with canonical, semigrand canonical, and charge neutral semigrand canonical ensembles using a Metropolis or a Wang-Landau sampler.

  • Special quasi-random structure generation based on either correlation vectors or cluster interaction vectors.

  • Solving for periodic ground-states of any given cluster expansion with or without electrostatics over a given supercell.

smol is built on top of pymatgen so any pre/post structure analysis can be done seamlessly using the various functionality supported there.

Installation

From pypi:

pip install smol

From source:

Clone the repository. The latest tag in the main branch is the stable version of the code. The main branch has the newest tested features, but may have more lingering bugs. From the top level directory

pip install .

Although smol is not tested on Windows platforms, it should still run on Windows since there aren't any platform specific dependencies. The only known installation issue is building pymatgen dependencies. If simply running pip install smol fails, try installing pymatgen with conda first:

conda install -c conda-forge pymatgen
pip install smol

You can also simply use the environment.yml file in the repository to install smol:

conda env create -f environment.yml
source activate smol-env

Usage

Refer to the documentation for details on using smol. Going through the example notebooks will also help you get started. You can run the example notebooks interactively in binder.

Citing

If you use smol in your research, please give the repo a star :star: and refer to the citing page in the documentation for formal citation information.

Contributing

We welcome all your contributions with open arms! Please fork and pull request any contributions. See the developing page in the documentation for how to contribute.

Changes

The most recent changes are detailed in the change log.

Copyright Notice

Statistical Mechanics on Lattices (smol) Copyright (c) 2022, The Regents
of the University of California, through Lawrence Berkeley National
Laboratory (subject to receipt of any required approvals from the U.S.
Dept. of Energy) and the University of California, Berkeley. All rights reserved.

If you have questions about your rights to use or distribute this software,
please contact Berkeley Lab's Intellectual Property Office at
IPO@lbl.gov.

NOTICE.  This Software was developed under funding from the U.S. Department
of Energy and the U.S. Government consequently retains certain rights.  As
such, the U.S. Government has been granted for itself and others acting on
its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the
Software to reproduce, distribute copies to the public, prepare derivative
works, and perform publicly and display publicly, and to permit others to do so.

最近版本更新:(数据更新于 2024-05-04 09:12:11)

2023-10-02 00:32:56 v0.5.3

2023-09-16 10:50:50 v0.5.2

2023-08-31 23:52:17 v0.5.1

2023-08-16 08:28:09 v0.5.0

2023-07-22 12:25:01 v0.4.1

2023-06-10 08:41:03 v0.4.0

2023-02-08 05:36:07 v0.3.1

2023-01-14 10:17:25 v0.3.0

2022-12-12 22:58:22 v0.2.0

2022-10-21 01:03:28 v0.1.0

主题(topics):

cluster-expansion, ising-model, lattice-gas, materials-science, monte-carlo, statistical-mechanics

CederGroupHub/smol同语言 Python最近更新仓库

2024-05-17 02:09:05 xtekky/gpt4free

2024-05-16 21:11:59 foundryzero/binder-trace

2024-05-16 17:45:58 harry0703/MoneyPrinterTurbo

2024-05-16 16:42:40 linruowuyin/Fhoe-Rail

2024-05-16 05:46:41 phidatahq/phidata

2024-05-15 10:09:51 pipecat-ai/pipecat