feat(species): added spin parsing from spin parity string

This commit is contained in:
2025-07-02 10:35:54 -04:00
parent 5fe127ff04
commit f3d946bc51
4 changed files with 104 additions and 25 deletions

View File

@@ -27,6 +27,8 @@ add_project_arguments('-Wno-shadow', language: 'cpp')
cpp = meson.get_compiler('cpp')
subdir('build-config')
subdir('src')
subdir('tests')