-
Notifications
You must be signed in to change notification settings - Fork 19
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
Kim model driver for analytical potential #102
Comments
Hi @Rana-Phy Fitting multispecies SW would be very similar to fitting Si SW. Take the GaN potential here for example, what you need to do is
To develop a new analytical potential, if the functional form is not on openkim.org yet, there are two ways to do it.
1 might be quicker and easier, which is good to test different functional forms. But if you want to take advantage of the kim-api to use the model in molecular simulation packages like LAMMPS, it should be a KIM model (i.e. you need to go through step 2). I'd suggest doing 1 first to get the final model and then transfer it as a KIM model. |
Dear Dr. @mjwen Thanks for your reply. I hope I almost get it. Best regards, |
For fitting an existing model for AB system, you do not need to explicitly interact with CMakeLists.txt and such. Take the |
Dear developer,
I have a very basic question about fitting analytical potential e.g sw/bop. As a beginner I may not describing my question properly. I hope you will understand and answer.
There is a tutorial on Si sw. If I want to fit for SiC, what are the things I need to modify in existing kim model. Further If someone wish to develop an analytical potential for a new system from what will be starting point in Kliff.
Are there templates/scripts/command for set/modify initial inputs e.g atom types; before optimization by kliff.
Best regards
Rana
The text was updated successfully, but these errors were encountered: