kmcos icon indicating copy to clipboard operation
kmcos copied to clipboard

Hardcoded values in kmc_settings.py that should not be hardcoded

Open AdityaSavara opened this issue 3 years ago • 0 comments

def write_settings in io.py has the random seed and the size of the simulation as hardcoded.

These should not be hardcoded. They should be options that a person can set in the Project class ("kmc_model" object) and the numbers should be pulled from there. The random seed might need to be converted into a PRNG object, which means it might need to be converted into something like 30 digits even if it is one digit.

AdityaSavara avatar Dec 04 '22 16:12 AdityaSavara