Skip to content
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 13 commits into from
Mar 22, 2021
Merged

out.xml Parser Changes #29

merged 13 commits into from
Mar 22, 2021

Conversation

janssenhenning
Copy link
Contributor

@janssenhenning janssenhenning commented Mar 19, 2021

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 if mode='hist' (only then fleur writes this output. Maybe this should be adjusted)

@janssenhenning janssenhenning linked an issue Mar 19, 2021 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Mar 19, 2021

Codecov Report

Merging #29 (d03ee6a) into develop (98f65c8) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@             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     

@janssenhenning janssenhenning merged commit 4a5257c into develop Mar 22, 2021
@janssenhenning janssenhenning deleted the outxmlparser_changes branch March 22, 2021 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Changes to the output of the outxml_parser
1 participant