nixeimar / Apothesis

Apothesis: A kinetic Monte Carlo software for deposition processes
http://users.ntua.gr/nixeimar/
GNU General Public License v3.0
17 stars 13 forks source link

changed some hardcoded print message and completed diffusion. #2

Closed soumyajit1729 closed 4 years ago

soumyajit1729 commented 4 years ago

I just changed some of the hardcoded print messages to make it general.

also completed the diffusion process following the adsorption process. the getProbability method in diffusion.cpp is not complete yet. I just made the value 0.5 for now. I shall implement that part also very soon. As I followed the adsorption process to complete diffusion there may be some mistakes apart from the probability part. Please review.