Skip to content

Commit

Permalink
Merge pull request #184 from coarse-graining/readme-update
Browse files Browse the repository at this point in the history
Readme update
  • Loading branch information
nec4 authored Jul 23, 2020
2 parents fd62e18 + 2e02f54 commit 2169b7f
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 5 deletions.
33 changes: 29 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cgnet
=====

In development!
Coarse graining for molecular dymamics ([preprint](https://arxiv.org/abs/2007.11412))

Dependencies
------------
Expand All @@ -15,6 +15,7 @@ Optional:
+ `pandas` (for `cgnet.molecule` only)
+ `sklearn` (for testing)
+ `Jupyter` (for `examples`)
+ `matplotlib` (for `examples`)

Usage
-----
Expand All @@ -31,13 +32,22 @@ python setup.py install

Notes
-----
For backwards compatibility with software before the incorporations of variable size utilities and Langevin dynamics, please use the `invariable` branch.

For compatibility with `pytorch==1.1`, please use the `pytorch-1.1` branch. This branch currently does not include the updates for variable size and Langevin dynamics, nor some normalization options.

Cite
----
Based off the CGnet paper,
Please cite the preprint:

```bibtex
@article{husic2020coarse,
title={Coarse Graining Molecular Dynamics with Graph Neural Networks},
author={Husic, Brooke E and Charron, Nicholas E and Lemm, Dominik and Wang, Jiang and Pérez, Adrià and Krämer, Andreas and Chen, Yaoyi and Olsson, Simon and de Fabritiis, Gianni and Noé, Frank and Clementi, Cecilia},
journal={arXiv preprint arXiv:2007.11412},
year={2020}
}
```

Various methods are based off the following papers. CGnet:

```bibtex
@article{wang2019machine,
Expand All @@ -49,3 +59,18 @@ Based off the CGnet paper,
doi={10.1021/acscentsci.8b00913}
}
```

SchNet:

```bibtex
@article{schutt2018schnetpack,
title={SchNetPack: A deep learning toolbox for atomistic systems},
author={Schutt, KT and Kessel, Pan and Gastegger, Michael and Nicoli, KA and Tkatchenko, Alexandre and Müller, K-R},
journal={Journal of Chemical Theory and Computation},
volume={15},
number={1},
pages={448--455},
year={2018},
publisher={ACS Publications}
}
```
10 changes: 10 additions & 0 deletions devtools/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Changelog
=========

v0.2 (development)
------------------

v0.1 (July 23, 2020)
--------------------

Hello world! cgnet is described in our [preprint](https://arxiv.org/abs/2007.11412).
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

NAME = 'cgnet'
VERSION = '0.0'
VERSION = '0.1'


def read(filename):
Expand Down

0 comments on commit 2169b7f

Please sign in to comment.