• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FAIRmat-NFDI / nomad-parser-plugins-simulation
74%

Build:
DEFAULT BRANCH: develop
Repo Added 09 Apr 2025 09:33AM UTC
Token JAni5cpvDf7CISjpzEyKbRjdj9qvkxp7M regen
Build 333 Last
Files 94
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH develop
branch: develop
CHANGE BRANCH
x
Reset
Sync Branches
  • develop
  • 10-add-github-copilot-instructions
  • abinit-mapping-parser
  • adapt-physicalproperty-changes
  • add-fhiaims-kmesh
  • add-mapping-annotations-util
  • add-md-parser-guide-docs
  • add-model-method-tests
  • add-pseudopot-parsing
  • add-tests
  • add-yambo-parser
  • ams-mapping-parser
  • backup/test-data-normalization-fhiaims-2026-05-12
  • backup/test-oasis
  • crystal-mapping-parser
  • dependabot/devcontainers/ghcr.io/devcontainers-contrib/features/ruff-2.0.0
  • ebb-mapping-playground
  • extend-parsers
  • extend-yambo
  • feature/convergence-targets-migration
  • fhiaims-mapping-parser
  • fix-abinit-dos
  • fix-commit
  • fix-field-naming-collision-h5md
  • fix-nmr-version
  • fix-particle-cgbeadstate
  • fix-qe-ruff-error
  • fix-representation-schema
  • fix/remove-mapping-annotation-contamination
  • fix_workflow_recursion_h5md
  • fixes
  • gaussian-parser
  • gromacs-add-missing-annotation
  • gromacs-parser
  • gromacs-parser-clean
  • gromacs-parser_model-method
  • gromacs-parser_model-method-JFR
  • gromacs-parser_results
  • gromacs_parse_system_hierarchy
  • h5md-fix
  • hotfix/abinit-convergence-fields
  • init-parser-util
  • lammps-parser
  • lammps-parser_model-method
  • lammps-parser_system-hierarchy
  • make-h5md-machine-readable
  • mapping-guide-doc
  • metadata-extractor
  • migrate-md
  • migrate-nomad-parser-h5md
  • molcas-parser
  • octopus-mapping-parser
  • orca-parser
  • parser_testing_strategy
  • patch-h5md-schema-init
  • pr-150
  • pyscf-parser
  • qe-gipaw-parser
  • quantum-espresso-mapping-parser
  • quick-fix-mkdocs
  • refactor/idiomatic-vasp-pseudopotential-parsing
  • rename-annotation.keys
  • scf-convergence-migration
  • schema_update_convergence_targets
  • test-data-normalization
  • test-oasis
  • turbomole-parser
  • update-add-representation-section
  • update-dft-schema
  • update-nomad-simulations-urls
  • update_add_system_orbitals
  • wannier90-mapping-parser

15 May 2026 11:02AM UTC coverage: 74.087% (-0.003%) from 74.09%
25914420841

push

github

web-flow
Gromacs: Correct MappingParser usage (#174)

* Corrected annotation for ForceField, ForceCalculation, ParticleParametersContainer

* Fixed comments

* explicit type annotations for pylance compliance

17 of 17 new or added lines in 2 files covered. (100.0%)

7608 of 10269 relevant lines covered (74.09%)

0.74 hits per line

Relevant lines Covered
Build:
Build:
10269 RELEVANT LINES 7608 COVERED LINES
0.74 HITS PER LINE
Source Files on develop
  • Tree
  • List 94
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25914420841 develop Gromacs: Correct MappingParser usage (#174) * Corrected annotation for ForceField, ForceCalculation, ParticleParametersContainer * Fixed comments * explicit type annotations for pylance compliance push 15 May 2026 11:07AM UTC web-flow github
74.09
24240333703 develop Gromacs parser results (#156) * Added parsing of masses and (partial) charges * Rebasing onto current develop * Extended atom parameter parsing to include chemical_symbol and atomic_number, if available * WIP * Adapted schema to archive deriv... push 10 Apr 2026 11:21AM UTC web-flow github
74.09
24195801675 develop Add KMesh support for FHI-aims parser (#171) Add `KMesh` support for FHI-aims parser Parse k_grid and k_offset from FHI-aims output and map to `DFT.numerical_settings.KSpace.k_mesh`. Set FHI-aims default offset=[0,0,0] (Gamma-centered) when not ... push 09 Apr 2026 02:34PM UTC web-flow github
73.22
24159513310 develop Revert "Add k-grid and k-offset regex capture for FHI-aims" This reverts commit f860134cb. push 08 Apr 2026 09:28PM UTC ndaelman-hu github
73.11
24159230677 develop Add KMesh support for FHI-aims parser via KSpace Add k-point mesh (k_grid and k_offset) parsing and mapping to NOMAD schema for FHI-aims. The implementation uses the KSpace → k_mesh → KMesh hierarchy as defined in the NOMAD schema. Changes: - Pa... push 08 Apr 2026 09:21PM UTC ndaelman-hu github
73.17
24128426770 develop Resolved field naming conflict (values -> lambda_values) (#169) * Resolved field naming conflict (values -> coupling_parameters) * Renamed coupling_parameters to lambda_values to improve clarity push 08 Apr 2026 09:35AM UTC web-flow github
73.11
23649446978 develop implement particle state reassignment fix (#166) * implement particle state reassignment fix * revert pyproject.toml changes * add more tests push 27 Mar 2026 01:54PM UTC web-flow github
73.11
23564256255 develop Schema update convergence targets (#150) Add convergence target and SCF steps parsing to 8 parsers Adds support for parsing workflow convergence criteria (`EnergyConvergenceTarget`, `ForceConvergenceTarget`) and SCF iteration data (`SCFSteps`) f... push 25 Mar 2026 09:12PM UTC web-flow github
72.95
23537167700 develop Workaround for recursive workflow tasks in H5MD parser (#164) * Workaround for recursive workflow tasks * Update src/nomad_simulation_parsers/schema_packages/h5md.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update... push 25 Mar 2026 10:52AM UTC web-flow github
70.93
23445776916 develop Hotfix: Comment out removed convergence tolerance field mappings (#160) * Temporarily disable mappings to `convergence_tolerance_energy_difference` and `convergence_tolerance_force_maximum` in abinit and gromacs schema packages. This commit rest... push 23 Mar 2026 03:40PM UTC web-flow github
70.92
See All Builds (333)

Badge your Repo: nomad-parser-plugins-simulation

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc