-
Notifications
You must be signed in to change notification settings - Fork 37
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
fixes for running through basics- verdi cli section #236
fixes for running through basics- verdi cli section #236
Conversation
@giovannipizzi @chrisjsewell @sphuber Issues to be resolved elsewhere: |
output_kpoints 1455 KpointsData | ||
output_parameters 789 Dict | ||
output_structure 788 StructureData | ||
output_trajectory_array 790 ArrayData |
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.
are you sure this is output_trajectory_array
? I think This should be output_trajectory 790 TrajectoryData
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 simply copy-pasted the output of verdi process show ce81c420-7751-48f6-af8e-eb7c6a30cec
from the tutorial VM - feel free to re-check on your VM
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.
Ah so that is a node that is imported from the perovskites archive. This was incorrectly migrated. But it is not a big deal, so let's leave it
Co-authored-by: Sebastiaan Huber <mail@sphuber.net>
Thanks for the review @sphuber ! |
fixes #146
fixes #184
fixes #240