Skip to content

Releases: nomad-coe/nomad-simulations

v0.0.1

25 Jun 13:45
2c2f2fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.0...v0.0.1

v0.0.0

25 Jun 13:21
dbdca1f
Compare
Choose a tag to compare

Before showing the automatically generated release notes, I wanted to give a brief summary of this initial version:

  • We initially transfer the main classes or sections, (Program, System, Method, Calculation), into our new structure, (Program, ModelSystem, ModelMethod, Outputs.). The normalization is now living in each of the sections.
  • We improve and added new features for normalization and analysis of the sections.
  • We improved the structure of ModelSystem and the idea of the hierarchical tree in the system.
  • We improved using inheritance and composition the ModelMethod section, adding a general class ModelMethod from which our methods can inherit, as well as a sub-section NumericalSettings to specify the setting sections in a consistent manner.
  • We created a new base section for PhysicalProperty and Variables to standardize the definition of output properties.

Special thanks to @ndaelman-hu for reviewing the changes and @Bernadette-Mohr for testing.


Automatically generated release notes

What's Changed

New Contributors

Full Changelog: https://github.com/nomad-coe/nomad-simulations/commits/v0.0.1