-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 342232c
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Alchemical MLIP | ||
This repository contains the code to modify machine learning interatomic potentials (MLIPs) to enable continuous and differentiable alchemical transformations. | ||
The details of the method are described in the paper: [Interpolation and differentiation of alchemical degrees of freedom in machine learning interatomic potentials](https://arxiv.org/abs/2404.10746). | ||
|
||
> **Note:** The code is currently under final preparation and will be uploaded here shortly. | ||
> We anticipate having the code ready by the end of this week. | ||
> Please stay tuned for updates! | ||
## Citation | ||
``` | ||
@misc{nam2024interpolation, | ||
title={Interpolation and differentiation of alchemical degrees of freedom in machine learning interatomic potentials}, | ||
author={Juno Nam and Rafael G{\'o}mez-Bombarelli}, | ||
year={2024}, | ||
eprint={2404.10746}, | ||
archivePrefix={arXiv}, | ||
primaryClass={cond-mat.mtrl-sci} | ||
} | ||
``` |