eon.akmc#

Module Contents#

Functions#

akmc

Poll for status of AKMC clients and possibly make KMC steps.

get_akmc_metadata

write_akmc_metadata

get_statelist

get_superbasin_scheme

kmc_step

main

Data#

API#

eon.akmc.logger#

‘getLogger(…)’

eon.akmc.akmc(config, steps=0)[source]#

Poll for status of AKMC clients and possibly make KMC steps.

Returns the number of KMC steps in the current run at the end of this function. The argument “steps” gives the number of KMC steps done before calling this function, defaulting to zero.

eon.akmc.get_akmc_metadata()[source]#
eon.akmc.write_akmc_metadata(parser, current_state_num, time, previous_state_num, previous_temperature)[source]#
eon.akmc.get_statelist(kT)[source]#
eon.akmc.get_superbasin_scheme(states)[source]#
eon.akmc.kmc_step(current_state, states, time, kT, superbasining, steps=0)[source]#
eon.akmc.main()[source]#