-
Notifications
You must be signed in to change notification settings - Fork 3
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 JARVIS example. #100
base: dev
Are you sure you want to change the base?
Add JARVIS example. #100
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@@ -1,137 +1,749 @@ | |||
{ |
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.
Line #22. Poscar(hetero).write_file(filename)
We could consider moving this to a separate function later on, perhaps inside jarvis tools? Creating a heterostructure seems like a good repeatable use case. Of course, there are many nuances to the implementation.
Reply via ReviewNB
@@ -1,137 +1,749 @@ | |||
{ |
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.
Line #7. def atoms_to_job(name='interface-670-664', atoms=[],workflow=[]):
What would be a good signature for this function eventually?
Reply via ReviewNB
@@ -1,137 +1,749 @@ | |||
{ |
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.
@knc6 - added a few comments to the notebook via ReviewNB. |
No description provided.