.editorconfig
.gitignore
.pre-commit-config.yaml
.prettierignore
.prettierrc
.pylintrc
.readthedocs.yml
CONTRIBUTING.md
README.md
codecov.yml
commitlint.config.js
cspell.json
environment.yml
labels.toml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/pr-linting.yml
.github/workflows/pypi.yml
.vscode/.gitignore
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
doc/.gitignore
doc/Makefile
doc/adr.rst
doc/api.rst
doc/conf.py
doc/contribute.rst
doc/index.rst
doc/install.rst
doc/usage.rst
doc/_templates/genindex.html
doc/_templates/layout.html
doc/_templates/module.rst_t
doc/_templates/package.rst_t
doc/_templates/toc.rst_t
doc/adr/0000-use-markdown-architectural-decision-records.md
doc/adr/template.md
examples/additional_particles.yml
examples/particles.ipynb
examples/quickstart.ipynb
expertsystem/__init__.py
expertsystem/data.py
expertsystem/particle_list.xml
expertsystem/particle_list.yml
expertsystem.egg-info/PKG-INFO
expertsystem.egg-info/SOURCES.txt
expertsystem.egg-info/dependency_links.txt
expertsystem.egg-info/requires.txt
expertsystem.egg-info/top_level.txt
expertsystem/amplitude/__init__.py
expertsystem/amplitude/_yaml_adapter.py
expertsystem/amplitude/abstract_generator.py
expertsystem/amplitude/canonical_decay.py
expertsystem/amplitude/helicity_decay.py
expertsystem/io/__init__.py
expertsystem/io/xml/__init__.py
expertsystem/io/xml/_build.py
expertsystem/io/xml/_dump.py
expertsystem/io/xml/validation.py
expertsystem/io/yaml/__init__.py
expertsystem/io/yaml/_build.py
expertsystem/io/yaml/_dump.py
expertsystem/io/yaml/validation.py
expertsystem/schemas/README.md
expertsystem/schemas/xml/README.md
expertsystem/schemas/xml/particle-list.json
expertsystem/schemas/xml/particle.json
expertsystem/schemas/yaml/amplitude-model.json
expertsystem/schemas/yaml/particle-list.json
expertsystem/solvers/__init__.py
expertsystem/solvers/constraint/__init__.py
expertsystem/solvers/constraint/compat.py
expertsystem/solvers/constraint/tox.ini
expertsystem/solvers/constraint/version.py
expertsystem/state/__init__.py
expertsystem/state/conservation_rules.py
expertsystem/state/particle.py
expertsystem/state/propagation.py
expertsystem/topology/__init__.py
expertsystem/topology/graph.py
expertsystem/topology/topology_builder.py
expertsystem/ui/__init__.py
expertsystem/ui/_default_settings.py
expertsystem/ui/_system_control.py
tests/__init__.py
tests/tox.ini
tests/amplitude/__init__.py
tests/amplitude/expected_recipe.yml
tests/amplitude/test_parity_prefactor.py
tests/amplitude/test_yaml_canonical.py
tests/amplitude/test_yaml_helicity.py
tests/canonical_formalism/__init__.py
tests/canonical_formalism/test_ls_coupling.py
tests/channels/__init__.py
tests/channels/test_d0_to_kskpkm.py
tests/channels/test_jpsi_to_gammapi0pi0.py
tests/channels/test_nbody_reactions.py
tests/channels/test_y_to_d0d0barpi0pi0.py
tests/data/__init__.py
tests/data/test_particle.py
tests/data/test_states.py
tests/io/__init__.py
tests/io/test_internal_dict.py
tests/io/test_particle_collection.py
tests/state/__init__.py
tests/state/conservation_rules/__init__.py
tests/state/conservation_rules/test_cparity.py
tests/state/conservation_rules/test_gparity.py
tests/state/conservation_rules/test_mass.py
tests/state/conservation_rules/test_spin.py
tests/topology_builder/__init__.py
tests/topology_builder/test_simplestatebuilder.py
tests/ui/__init__.py
tests/ui/test_systemcontrol.py