-
Notifications
You must be signed in to change notification settings - Fork 20
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 to Potential and Scale #138
Conversation
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.
Is the src/py4vasp/_data
folder removed? I am not able to find it. However, there is src/py4vasp/calculation/_structure.py
. I guess both of these files are the same.
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.
That is correct, the contents of _data
have been moved to calculation
. Accessing the contents of a calculation from calculation = Calculation.from_path(...)
should show no difference from earlier.
Second point is related to : #125