Skip to content

Commit

Permalink
read me and example update
Browse files Browse the repository at this point in the history
  • Loading branch information
killiansheriff committed Aug 10, 2023
1 parent dfcd64c commit ab6da41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ mod = AtomisticReverseMonteCarlo(
[1, 1, 1],
[1, 1, 1],
],
save_rate=100000, # Save rate
save_rate=1000, # save rate
seed=123,
max_iter=None, # infinity number of iterations
)

# Load the intial snapshot
Expand Down
4 changes: 3 additions & 1 deletion examples/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
[1, 1, 1],
[1, 1, 1],
], # max percent tolerence allowed before stopping
save_rate=100000,
save_rate=1000,
seed=123,
max_iter=None, # infinity number of iter
)

pipeline = import_file("fcc_random.dump")
Expand Down

0 comments on commit ab6da41

Please sign in to comment.