Skip to content

Fix typo h5md docs#155

Merged
Bernadette-Mohr merged 1 commit intodevelopfrom
fix_typo_h5md_docs
Feb 27, 2026
Merged

Fix typo h5md docs#155
Bernadette-Mohr merged 1 commit intodevelopfrom
fix_typo_h5md_docs

Conversation

@Bernadette-Mohr
Copy link
Collaborator

The integrator is called "conjuga_te_ gradient".

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request fixes a typo in the h5md documentation (changing "conjugant_gradient" to "conjugate_gradient") but also includes substantial code changes to the GROMACS parser that enhance atom parameter extraction and enable workflow parsing functionality.

Changes:

  • Fixed typo "conjugant_gradient" → "conjugate_gradient" in h5md documentation
  • Enhanced GROMACS atom parameter extraction with new get_atom_parameters() method returning structured atom data (label, element, mass, charge)
  • Added schema mapping annotations for AtomsState properties (label, chemical_symbol, mass, partial_charge)
  • Re-enabled workflow parsing by uncommenting _parse_workflow_section()
  • Updated maximum_force regex pattern to extract numeric values more precisely
  • Cleaned up documentation formatting (indentation, whitespace, list markers)

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
docs/parsers/h5md/h5md_expl.md Fixed typo in integrator name and cleaned up formatting (indentation, whitespace, list markers)
src/nomad_simulation_parsers/schema_packages/gromacs.py Added detailed mapping annotations for AtomsState properties instead of generic mapping
src/nomad_simulation_parsers/parsers/gromacs/parser.py Added get_atom_parameters() method for structured atom data extraction, changed configurations to use new method, re-enabled workflow parsing
src/nomad_simulation_parsers/parsers/gromacs/log_parser.py Updated maximum_force regex from generic text extraction to precise numeric value extraction

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Bernadette-Mohr Bernadette-Mohr marked this pull request as ready for review February 27, 2026 08:10
@Bernadette-Mohr Bernadette-Mohr merged commit f2f3ff4 into develop Feb 27, 2026
3 checks passed
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.

3 participants