Skip to content
Snippets Groups Projects

Average filter

Merged Saku Hakamaa requested to merge data_processing into master
7 files
+ 85
36
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 1
0
@@ -2,6 +2,7 @@
@@ -2,6 +2,7 @@
The goal is to make a simulation where oxygen molecules interact with a stainless steel surface and oxidize it.
The goal is to make a simulation where oxygen molecules interact with a stainless steel surface and oxidize it.
The program uses a discrete Monte Carlo optimization algorithm to find the minimum energy configuration for the system.
The program uses a discrete Monte Carlo optimization algorithm to find the minimum energy configuration for the system.
 
The program uses Atomic the Atomic Simulation Environment (ASE) library (version 3.15).
The program writes an animation of the simulation into .xyz files.
The program writes an animation of the simulation into .xyz files.
Example outputs can be downloaded from https://seafile.utu.fi/d/7ec39b0788/.
Example outputs can be downloaded from https://seafile.utu.fi/d/7ec39b0788/.
Loading