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

FAIRmat-NFDI / nomad-simulations
87%

Build:
DEFAULT BRANCH: develop
Repo Added 02 Jan 2026 09:31AM UTC
Token NlHfzWOWVbn6VpwLJzAj4wHjNVcmQ4tGZ regen
Build 513 Last
Files 134
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
  • 240-disambiguate-crystal-symmetry-symbols-port
  • add-bsdft
  • add-generic-mass
  • add-legend
  • add-semi-empirical-methods
  • add-sic
  • add-workflow-docs
  • archive_data_update
  • auto-generate-docs
  • basis-set-canonicalization
  • bulky-to-hdf5
  • change-pp-atomsstate-ref-direction
  • check-atom-particles
  • clarify-spin-terminology
  • determinant-fix
  • dft-type
  • distinguish-modelmethod-numerical-settings
  • extend_forcefield_parameters_v2
  • feature/eigenvalues-kpoints-axis
  • feature/selfconsistency-flexible-units
  • fix-archive_to_universe
  • fix-basis-set-container
  • fix-ci-dependency-versions
  • fix-compute-cutoff-radius
  • fix-deploy-action
  • fix-ee-mo
  • fix-extract-band-gap
  • fix-kmesh-high-symmetry-ase-lattice-mismatch
  • fix-kmesh-use-ase-get-special-points
  • fix-kmesh-use-seekpath
  • fix-ms-ase-velocities
  • fix-multiref-inheritance
  • fix-non-conv-lattices
  • fix-non-existent-outputs-attrb
  • fix-orbital-localization
  • fix-particle-cgbeadstate
  • fix-qc-references
  • fix-scf-outputs
  • fix-workflow
  • fix/418-dead-fermi-references
  • fix/421-hubbard-not-electronicstate
  • fix/428-429-wyckoff
  • fix/452-454-scf-convergence-split
  • fix/issue-126-kmesh-normalization-order
  • hdf5-datasets-for-bulky-numerics
  • integrate-atom-parameters
  • libxc-consistency
  • local-coupled-cluster
  • metadata-extractor
  • migrate-tutorial
  • mo-cube
  • multiref-archive-labels
  • multireference-qc
  • nao
  • nonlocal-correlation
  • norm-migration
  • norm-migration-patch
  • oniom-methods
  • orb-volume
  • post-transfer-hygiene
  • prune_long_trajectory
  • qc-super
  • rdf
  • refactor-explanation-docs
  • refactor-explanation-docs-p186-integration
  • remove-temp-tests
  • rename-qc-methods-for-consistency
  • rename-semi-empirical
  • replace_getattr_with_direct_access
  • review-ruff-ignores
  • rm-eln-annotations
  • screening-dielectric-type
  • test-geometry-optimization-edge-cases
  • tighten-atomsstate-definition
  • typed-physical-constraints
  • v0.6.0
  • v0.7.0
  • v0.8.0
  • vasp-hybrid-aliases
  • vasp-xc-aliases
  • warnings_and_errors
  • warnings_and_errors-JFR
  • xc-freeform-component-backfill

20 Aug 2026 06:00PM UTC coverage: 86.986% (+0.002%) from 86.984%
32400814749

push

github

web-flow
Replace the ambiguous `ModelSystem.total_spin` with `total_spin_multiplicity`, a `strictly_positive_int` storing the spin multiplicity 2S+1, and clarify its description. This matches the name used by the ORCA parser (#182). (#445)

Also flag the legacy `AtomsState.spin` for migration to `AtomsState.electronic_state.spin_orbit_state` (TODO).

Resolves the system-level part of #434; the `AtomsState.spin` migration remains open there.

2 of 2 new or added lines in 1 file covered. (100.0%)

10019 of 11518 relevant lines covered (86.99%)

2.61 hits per line

Relevant lines Covered
Build:
Build:
11518 RELEVANT LINES 10019 COVERED LINES
2.61 HITS PER LINE
Source Files on develop
  • Tree
  • List 134
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
32400814749 develop Replace the ambiguous `ModelSystem.total_spin` with `total_spin_multiplicity`, a `strictly_positive_int` storing the spin multiplicity 2S+1, and clarify its description. This matches the name used by the ORCA parser (#182). (#445) Also flag the l... push 20 Aug 2026 06:02PM UTC web-flow github
86.99
32398626538 develop Disambiguate `TotalEnergy` and the SCF energies (`SCFSteps.energies_total`), and tie both to their `Outputs` section (#446) - Clarify `Outputs` vs `WorkflowOutputs` (adds `step`) and their distinction from the `workflow2` provenance graph. - Ex... push 20 Aug 2026 05:38PM UTC web-flow github
86.98
32370566018 develop Fix dead references and clarify QC method docstrings (#447) - Correct two-component relativistic description: SOC is included variationally (e.g. X2C), not removed - Fix citations: C. Riplinger (DLPNO), C. Hättig + RI-CC2 relabel, add RI-J origin... push 20 Aug 2026 12:47PM UTC web-flow github
86.98
31485286191 develop Correct SCF-step convergence residuals and split `delta_density_rms` (#452, #453, #454) Fix `delta_energies_total` to derive from the per-SCF `scf_steps.energies_total` series (not the labeled `Outputs.total_energies`), and stop synthesizing `del... push 11 Aug 2026 11:09AM UTC web-flow github
86.98
31174669483 develop Relocate `HubbardInteractions` to `model_method.py` as a Hamiltonian term (#421) (#449) Rebase `HubbardInteractions` from `ElectronicState` to `BaseModelMethod`: it describes Hamiltonian interaction parameters (`u_matrix`, Slater integrals, doubl... push 07 Aug 2026 11:36AM UTC web-flow github
86.91
30998384327 develop Fix Wyckoff site_multiplicities (intrinsic) and use 4a notation (#428, #429) (#451) push 05 Aug 2026 10:41AM UTC GitHub github
86.89
30818998696 develop Resolve dead Fermi-level references and drop ChemicalPotential.fermi_energy (#418) (#442) push 03 Aug 2026 01:41PM UTC GitHub github
86.88
30633245299 develop Add B3LYP5 and HSEsol aliases (#443) Add B3LYP5 and HSEsol LibXC aliases Their LibXC labels exist but had no name alias, so VASP could not resolve them: `B3LYP5` (`XC_HYB_GGA_XC_B3LYP5`, the VWN5 B3LYP, distinct from the VWN3 `B3LYP`) and `HSEso... push 31 Jul 2026 01:09PM UTC web-flow github
86.86
30541194288 develop Resolve free-form LibXC XC components; fix REVPBE alias (#440) - `XCComponent.normalize` completes a directly-supplied component from the LibXC registry, keyed by `canonical_label` or (as a fallback) `libxc_id`: fills `libxc_id`/`display_name`/`f... push 30 Jul 2026 12:07PM UTC web-flow github
86.86
30540164913 develop `Screening.dielectric_infinity` type (#439) push 30 Jul 2026 11:52AM UTC GitHub github
86.75
See All Builds (513)

Badge your Repo: nomad-simulations

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 TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc