.cspell.json
.editorconfig
.flake8
.gitignore
.gitpod.yml
.markdownlint.json
.mypy.ini
.pre-commit-config.yaml
.prettierignore
.prettierrc
.pydocstyle
.pylintrc
.readthedocs.yml
CONTRIBUTING.md
README.md
codecov.yml
commitlint.config.js
environment.yml
pyproject.toml
pyrightconfig.json
pytest.ini
setup.cfg
setup.py
tox.ini
.constraints/py3.6.txt
.constraints/py3.7.txt
.constraints/py3.8.txt
.constraints/py3.9.txt
.constraints/upgrade.sh
.github/pull_request_template.md
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/cd.yml
.github/workflows/ci-docs.yml
.github/workflows/ci-style.yml
.github/workflows/ci-tests.yml
.github/workflows/linkcheck.yml
.github/workflows/pr-linting.yml
.github/workflows/release-drafter.yml
.github/workflows/requirements-cron.yml
.github/workflows/requirements-pr.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
docs/.gitignore
docs/.pydocstyle
docs/Makefile
docs/bibliography.bib
docs/conf.py
docs/index.md
docs/install.md
docs/references.md
docs/usage.ipynb
docs/_static/favicon.ico
docs/_templates/genindex.html
docs/_templates/layout.html
docs/_templates/module.rst_t
docs/_templates/package.rst_t
docs/_templates/toc.rst_t
docs/adr/template.md
docs/usage/additional_particles.yml
docs/usage/particle.ipynb
docs/usage/reaction.ipynb
docs/usage/visualize.ipynb
src/qrules/.gitignore
src/qrules/__init__.py
src/qrules/_system_control.py
src/qrules/additional_definitions.yml
src/qrules/argument_handling.py
src/qrules/combinatorics.py
src/qrules/conservation_rules.py
src/qrules/particle-validation.json
src/qrules/particle.py
src/qrules/py.typed
src/qrules/quantum_numbers.py
src/qrules/settings.py
src/qrules/solving.py
src/qrules/topology.py
src/qrules/transition.py
src/qrules.egg-info/PKG-INFO
src/qrules.egg-info/SOURCES.txt
src/qrules.egg-info/dependency_links.txt
src/qrules.egg-info/requires.txt
src/qrules.egg-info/top_level.txt
src/qrules/io/__init__.py
src/qrules/io/_dict.py
src/qrules/io/_dot.py
tests/.pydocstyle
tests/__init__.py
tests/conftest.py
tests/channels/__init__.py
tests/channels/test_d0_to_ks_kp_km.py
tests/channels/test_jpsi_to_gamma_pi0_pi0.py
tests/channels/test_nbody_reactions.py
tests/channels/test_y_to_d0_d0bar_pi0_pi0.py
tests/output/.gitignore
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_combinatorics.py
tests/unit/test_parity_prefactor.py
tests/unit/test_particle.py
tests/unit/test_pdg.py
tests/unit/test_quantum_numbers.py
tests/unit/test_reaction.py
tests/unit/test_settings.py
tests/unit/test_solving.py
tests/unit/test_system_control.py
tests/unit/test_topology.py
tests/unit/test_transition.py
tests/unit/conservation_rules/__init__.py
tests/unit/conservation_rules/test_additive_qn.py
tests/unit/conservation_rules/test_c_parity.py
tests/unit/conservation_rules/test_clebsch_gordan.py
tests/unit/conservation_rules/test_duck_typing.py
tests/unit/conservation_rules/test_g_parity.py
tests/unit/conservation_rules/test_gellmann_nishijima.py
tests/unit/conservation_rules/test_helicity_conservation.py
tests/unit/conservation_rules/test_identical_particle_symmetrization.py
tests/unit/conservation_rules/test_mass.py
tests/unit/conservation_rules/test_parity_conservation.py
tests/unit/conservation_rules/test_spin.py
tests/unit/io/__init__.py
tests/unit/io/conftest.py
tests/unit/io/test_dict.py
tests/unit/io/test_dot.py
tests/unit/io/test_io.py
typings/.gitignore
typings/.pydocstyle
typings/README.md
typings/__init__.pyi