forked from spparks/spparks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
47 lines (35 loc) · 1.87 KB
/
README
File metadata and controls
47 lines (35 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
This is the SPPARKS software package.
SPPARKS stands for Stochastic Parallel PARticle Kinetic Simulator.
Copyright (2009) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
NOTE: In special cases, by request, SPPARKS can also be released under
the GNU Lesser General Public License or LGPL, not the GPL. This is
the case if you have a README.LGPL and LICENSE.LGPL file. If not,
this is a GPL version of SPPARKS.
----------------------------------------------------------------------
SPPARKS is a kinetic Monte Carlo (KMC) code designed to run
efficiently on parallel computers using both KMC and Metropolis Monte
Carlo algorithms. It was developed at Sandia National Laboratories, a
US Department of Energy facility, with funding from the DOE. It is an
open-source code, distributed freely under the terms of the GNU Public
License (GPL).
The SPPARKS WWW Site at https://spparks.github.io has more information
about the code and its uses.
The current SPPARKS developers are John Mitchell (Sandia National Labs) and
Steve Plimpton. They can be contacted at jamitch@sandia.gov and sjplimp@gmail.com
respectively. Past developers and other significant code contributores are listed on
the authors page at https://spparks.github.io/authors.html of the website.
This SPPARKS distribution includes the following files and
directories:
README this file
LICENSE the GNU General Public License (GPL)
doc documentation
examples simple test problems
src source files
tools auxiliary tools
Point your browser at any of these files to get started:
doc/Manual.html the SPPARKS manual
doc/Section_intro.html hi-level introduction to SPPARKS
doc/Section_start.html how to build and use SPPARKS