Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
-cleaned up KMC_Lattice_Example link
  • Loading branch information
MikeHeiber authored Apr 24, 2017
1 parent 837614c commit 10eade2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
## General Information
This object-oriented C++ software package contains a general framework for lattice kinetic Monte Carlo (KMC) simulations. This framework consists of a number of base classes and utility functions that must be extended to create a full operational KMC simulation. The goal of this package is to be robust and flexible so that users can easily develop KMC simulations for a wide variety of different scientific problems without the need to start from scratch.

This KMC_Lattice package uses the first reaction method with adjustable recalculation for computationally efficient simulations. The package is designed to be usable on a personal computer and on high performance computing clusters. An example implementation of this general KMC framework can be found in the derived KMC_Lattice_example repository:
https://github.com/MikeHeiber/KMC_Lattice_example
This KMC_Lattice package uses the first reaction method with adjustable recalculation for computationally efficient simulations. The package is designed to be usable on a personal computer and on high performance computing clusters. An example implementation of this general KMC framework can be found in the derived [KMC_Lattice_example](https://github.com/MikeHeiber/KMC_Lattice_example) package.

For further reading about kinetic Monte Carlo simulations, a nice overview of the theory and algorithm can be found here:

Expand Down

0 comments on commit 10eade2

Please sign in to comment.