-
Notifications
You must be signed in to change notification settings - Fork 10
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
out.xml
Parser Changes
#29
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bandgap only parsed in histogram mode
this way looking at the cache it should be obvious which versions were already obtained
… in the out_dict renamed to 'force_atoms', 'abspos_atoms' and 'force_largest_component'
Codecov Report
@@ Coverage Diff @@
## develop #29 +/- ##
===========================================
- Coverage 68.29% 68.28% -0.02%
===========================================
Files 65 65
Lines 10388 10387 -1
===========================================
- Hits 7095 7093 -2
- Misses 3293 3294 +1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #10
This PR includes most of the changes discussed in #10:
- Names of distance outputs now all end in
_convergence
for more intuitive naming (charge_density is now density_convergence)- force and abspos entries are grouped in one list
- removed
creator_target_structure
since it is always None from the out file-
number_of_kpoints
was previously missing-
bandgap
is only parsed ifmode='hist'
(only then fleur writes this output. Maybe this should be adjusted)