Skip to content

Commit d7fdfb0

Browse files
committed
initial commit
0 parents  commit d7fdfb0

19 files changed

+29861
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.pyc
2+
*.py~
3+
*.un~
4+
*~
5+
.ipynb_checkpoints

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# pyEmber
2+
3+
A library for performing statistical physics modeling using kinetic and standard Monte-Carlo simulations.
4+
5+
Designed to be used with optimization code.
6+
7+
Another test.

examples/data/working/kmc.input

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
time: 100.0
2+
print_period: 10.0
3+
save_traj_period: 10.0
4+
param_file: params
5+
incfg_file: ni.xyz
6+
outcfg_file: output.xyz
7+
trj_file: kmc.trj
8+
stats_file: statistics.dat

0 commit comments

Comments
 (0)