feat(composition): added az_to_species binding and added bindings for fourdst exceptions

This commit is contained in:
2025-11-26 12:31:46 -05:00
parent a55a661b39
commit 250e03f00a
8 changed files with 3621 additions and 5 deletions

View File

@@ -34,6 +34,7 @@ py_installation.install_sources(
meson.project_source_root() + '/src-pybind/fourdst/_phys/atomic.pyi',
meson.project_source_root() + '/src-pybind/fourdst/_phys/config.pyi',
meson.project_source_root() + '/src-pybind/fourdst/_phys/constants.pyi',
meson.project_source_root() + '/src-pybind/fourdst/_phys/exceptions.pyi',
),
subdir: 'fourdst/',
)