Skip to content

Commit

Permalink
Merge pull request #45 from JuliaMolSim/readme_deps
Browse files Browse the repository at this point in the history
add packages using AtomsBase
  • Loading branch information
rkurchin authored Mar 29, 2022
2 parents cbc94b6 + 33e76e9 commit 64ced38
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,15 @@ From the Julia REPL, type `]` to enter the Pkg REPL mode and run
```
pkg> add AtomsBase
```

## Packages Using AtomsBase
The following (not all yet-registered) packages currently make use of this interface (please feel free to send a PR to add to this list!):
* [ASEPotential](https://github.com/jrdegreeff/ASEPotential.jl)
* [AtomIO](https://github.com/mfherbst/AtomIO.jl): I/O for atomic structures, also wraps some ASE functionality
* [Atomistic](https://github.com/cesmix-mit/Atomistic.jl/tree/263ec97b5f380f1b2ba593bf8feaf36e7f7cff9a): integrated workflow for MD simulations, part of [CESMIX](https://computing.mit.edu/cesmix/)
* [BFPIS](https://github.com/GDufenshuoo/BFPIS.jl)
* [ChemistryFeaturization](https://github.com/Chemellia/ChemistryFeaturization.jl): Interface for featurization of atomic structures for input into machine learning models, part of [Chemellia](https://chemellia.org)
* [DFTK](https://github.com/JuliaMolSim/DFTK.jl): density functional theory simulations
* [InteratomicPotentials](https://github.com/cesmix-mit/InteratomicPotentials.jl): implementations of a variety of interatomic potentials, also part of [CESMIX](https://computing.mit.edu/cesmix/)
* [Molly](https://github.com/JuliaMolSim/Molly.jl): molecular dynamics simulations
* [Xtals](https://github.com/SimonEnsemble/Xtals.jl): I/O and structure representation for crystals

0 comments on commit 64ced38

Please sign in to comment.