Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/learningmatter-mit/Segal


https://github.com/learningmatter-mit/Segal

Last synced: 27 days ago
JSON representation

Lists

README

        

This is a repository of SEGAL, a method to study Monte Carlo simulations in the semi-grand canonical ensemble with machine learning.

Updated work can be found in the revision submission folder.

Published article: https://www.nature.com/articles/s41524-022-00736-4

Examples were run in the environment defined by [environment.yml](environment.yml) file and `conda`:

```
conda env create -f environment.yml
conda activate segal
```