ConorWilliams / CATkS

Continuous Adaptive kinetic (Monte Carlo) Simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CATkS

Instructions for compilation:

mkdir build

cd external
tar -xzf nauty27r1.tar.gz
cd nauty27r1
./configure
make

cd ../../build
cmake ..
make

Instructions for running:

cd build
mkdir run
cd run
mkdir dump
../diffusion ../../data/PotentialA.fs run.out

Frame for each time step dump/ will contain a corresponding .xyz file of all atomic coordinates (and vacancy centres).

The file run.out highlights just vacancies and H atoms with headings:

time, activation energy, vacancy coordinates [x, y, z]..., hydrogen coordinates [x, y, z]...

About

Continuous Adaptive kinetic (Monte Carlo) Simulator

License:Mozilla Public License 2.0


Languages

Language:Forth 92.0%Language:C++ 6.5%Language:Python 1.3%Language:Cuda 0.2%Language:CMake 0.1%