Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • nomad-FAIR nomad-FAIR
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 223
    • Issues 223
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 33
    • Merge requests 33
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • nomad-labnomad-lab
  • nomad-FAIRnomad-FAIR
  • Merge requests
  • !226

New Crystal parser

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Lauri Himanen requested to merge new_crystal_parser into v0.9.8 Dec 16, 2020
  • Overview 0
  • Commits 29
  • Pipelines 1
  • Changes 6

Completely rewrote the Crystal parser using the new parser-framework. Added more comprehensive unit tests directly to the parser repository using pytest. Tested with 1200+ calculations from production.

Also added/improved the following:

  • Geometry optimization
  • Band structures
  • Density of states
  • Improved functional detection with fallback options
  • Fixed issues with periodic boundary detection
  • More reliable reading of input structure that takes into account supercell generation and substitutions
  • Handling of "ghost" atoms
  • Added support for atomic numbers in the NAT format.
  • Improved layout for parser-specific metainfo.

I added a few new convenience methods to nomad.atomutils, and slightly increased the parser_matching_size in config.py.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: new_crystal_parser