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

Fix CIF parser for awkward linebreaks #61

Merged
merged 4 commits into from Jun 7, 2020
Merged

Conversation

ml-evs
Copy link
Owner

@ml-evs ml-evs commented Jun 3, 2020

Closes #57.

  • Handles linebreaks with a hacky, slow (but hopefully stable) char-by-char deque.
  • Additionally scrapes _space_group_symop_operation_xyz key as alias for normal sym op key.

@ml-evs ml-evs marked this pull request as ready for review June 7, 2020 18:30
@ml-evs ml-evs merged commit a284e04 into master Jun 7, 2020
@ml-evs ml-evs deleted the ml-evs/cif_parser_fixes branch June 7, 2020 18:47
@ml-evs ml-evs mentioned this pull request Jun 7, 2020
ml-evs added a commit that referenced this pull request Jun 7, 2020
- Fixes for the CIF reader: now works with awkward linebreaks and alternative symmetry operation specifications (#61).
- Added several new flags to ``pxrd_calculator`` script (#60 and 61).
- Usability fixes for ``spectral_plotting`` in the case of projected dispersion curves (#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.

CIF reader fails when loop_ data is split over multiple lines
1 participant