-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Positioning atoms while preparing the model #42
Comments
Hi Viswanath thanks for reaching out. Getting a model running from a user defined initial configuration can sometimes be a bit tricky. However there are ways to debug it by hand quite easily. So I assume that you are using an instantiated kinetic Monte Carlo model ( If you have made sure the database is up to date it will be useful to find out if the model runs out of available processes (which points toward an ill-defined initial configuration) or later in the simulation run (which points towards a dead-lock situation in your elementary process catalog). To this end you should run If there are processes available I would try to reproduce the state in which is crashes by running it and print You mention that you couldn't in install the GUI on the linux cluster. In my experience the GUI can be really quite helpful for debugging a model. EIther by displaying Best of luck and let me know how it goes, |
Hi Max, I was busy with the semester work and couldn't get time to work with kmos. But I have started working from where I left off last time. I have taken your suggestion and installed the python modules required to use the GUI version in my Mac (OS X El Capitan Version 10.11.4). However, when the xml file is exported, it generated Alternatively, I looked into the However, in either case, I have tried firing My questions to you:
Thank you, |
I am currently using and developing
Despite working on OSX for over a year now, I have not crossed *.dSYM files. kmos certainly does nothing to create them and one doesn't need them. Maybe check your xcode settings?
I remember that this was a bit tricky to get going. Do you have |
Thanks for the comments Max. I checked the source code on github, and found that you added However, the |
Hi Max,
Thanks for sharing the kmos. I am trying to use the kmos installation on the linux cluster. Though the GUI is not working, I'm managing with the API mode. Now, I have been able to build and run models using the docuementation provided on the kmos website for all three supported processes (adsorption, desorption and diffusion). I could perform diffusion as long as there is an adsorption process associated to place the atoms on the surface. But, how to prepare a model with only diffusion process and starting with some atoms/molecules positioned on the lattice surface? I have checked the diffusion related examples from kmos package, and most of them and including the above described model are resulting in the following error:
ERROR: interval_search_real can't find available process
This usually means one of the following:
I believe this is because there is no atom available on the surface to diffuse.
Thank you and your help is appreciated.
Viswanath.
The text was updated successfully, but these errors were encountered: