Skip to content

Commit

Permalink
added preprint to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavochm committed Apr 19, 2024
1 parent bb751be commit 2e9f9d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Supporting Information: *"On the continuous modeling of fluid and solid states"*

This repository is part of the Supporting Information of the article *On the continuous modeling of fluid and solid states* by Gustavo Chaparro and Erich A. Müller. In this article, an equation of state based on artificial neural networks (FE-ANN(s) EoS) that continuously models fluid and solid states is presented. This EoS is showcased for the Mie particle.
This repository is part of the Supporting Information of the article *On the continuous modeling of fluid and solid states* by Gustavo Chaparro and Erich A. Müller. Preprint available [here](https://doi.org/10.26434/chemrxiv-2024-tjfj7). In this article, an equation of state based on artificial neural networks (FE-ANN(s) EoS) that continuously models fluid and solid states is presented. This EoS is showcased for the Mie particle.


$$ \mathcal{U}^{\textnormal{Mie}} = \epsilon \underbrace{\left[ \frac{\lambda_r}{\lambda_r- \lambda_a} \left( \frac{\lambda_r}{\lambda_a}\right)^{\frac{\lambda_a}{\lambda_r - \lambda_a}} \right] }_{\mathcal{C}^{\textnormal{Mie}}} \left[ \left(\frac{\sigma}{r}\right)^{\lambda_r} - \left(\frac{\sigma}{r}\right)^{\lambda_a} \right] $$
Expand All @@ -14,6 +14,7 @@ This repository includes the following information:
- [Parameters of the trained FE-ANN(s) EoS](./eos_params)
- Examples of how to use the FE-ANN(s) EoS. See Jupyter notebooks (1., 2., 3., and 4.)


------
### Prerequisites
- Numpy (tested on version 1.24.2)
Expand Down

0 comments on commit 2e9f9d9

Please sign in to comment.