From 10eade2cc708719cbdcece77e7295e14f1d168ac Mon Sep 17 00:00:00 2001 From: "Michael C. Heiber" Date: Mon, 24 Apr 2017 10:40:15 -0700 Subject: [PATCH] Update readme -cleaned up KMC_Lattice_Example link --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d89bd9..256ebd1 100644 --- a/README.md +++ b/README.md @@ -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: