Build model and test simulation

On this page you can build a model and conduct test calculations. The interface is designed to demonstrate some features of the program. To carry out calculations with full functionality, you should download and install SuSMoST on your computer. The old version of the interface for SuSMoST v.0.4 is available here. It allows you to generate program code for the study of abstract models.

Viewer

Surface and ACs

Choose surface

Choose AC

Upload surface

Upload

Upload ACs

Upload

Model settings

Surface: empty
Adsorption complexes: empty
Size X:
3
Size Y:
3
Cutoff, Å:
2

Results

Loading...
Loading...
Loading...

Test simulation

Simulation settings

Lattice size:
Temperature:

Program code


from susmost import load_lattice_task
from susmost import mc

lt = load_lattice_task('./')



L = 10
T = [400]
kB = 0.0083
m = mc.make_metropolis(lt, L, T, kB)
mc.run(m, 50, 50000, params_period_steps = 1000)
mc.stat_digest(m)