-
Notifications
You must be signed in to change notification settings - Fork 9
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
add adapted makers #23
Conversation
Can you make this a Maker here as well? @naik-aakash ? https://github.com/JaGeo/autoplex/blob/2159ba82fee5574f808f2453b4f0ee2692b1d2cf/autoplex/auto/jobs.py#L22 |
Hi @JaGeo, this PR could be merged, I think; I will then work on fixing doc-string/linting issues and speeding/splitting up tests in other PRs |
structure = Structure.from_file(path_to_struct) | ||
|
||
gap_phonon_jobs = MLPhononMaker( | ||
ml_dir=potential_file_dir, min_length=20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a test that the ML potential is correctly used? E.g. name if the job?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not completely got what you mean? Just test names of jobs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just make sure it is not Chgnet but Gap
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@naik-aakash , I will merge now! Thank you! |
No description provided.