TheochemUI / eOn

eOn v3 and beyond
https://theochemui.github.io/eOn/
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

MAINT: Reworking Parameters #144

Open HaoZeke opened 2 months ago

HaoZeke commented 2 months ago

Thinking about things a bit more, Parameters should generically populate a key-vaue unordered map, and then we can pull into structures within the classes themselves, that way there's more locality for the parameters and it simplifies the handling.

However, this is a nit, after the TOML change its fine to continue the way are for now, Job and Matter refactors are much more important.