Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Compizfox authored Jul 14, 2020
1 parent af2672f commit e1d9bba
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
Expand Up @@ -3,10 +3,11 @@
![Python version](https://img.shields.io/badge/Python-%3E3.6-orange)
![GitHub last commit](https://img.shields.io/github/last-commit/Compizfox/MDBrushGenerators)


MDBrushGenerators contains scripts for generating LAMMPS initial data files comprising polymer brush systems (polymers
end-grafted to a surface).

![Snapshot](https://user-images.githubusercontent.com/7603719/87414213-b8f02400-c5cb-11ea-87a8-f4b63c076801.png)

The core of the repository is `BrushGenerator`: an abstract, extensible, model-agnostic class for building a polymer
brush system and writing the initial data file in the format LAMMPS accepts. It makes use of a Poisson-disk point set
generator (implemented in a separate class `PoissonDiskGenerator`) to generate coordinates of the grafting layer.
Expand Down

0 comments on commit e1d9bba

Please sign in to comment.