From 4cf86eabf59bd4992cc9878f7ae4f152abb1dd83 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Sat, 20 Jan 2024 16:57:42 +0100 Subject: [PATCH] DOC: update links to compwa.github.io (#26) * DX: switch to Python 3.9 in developer environment --- .pre-commit-config.yaml | 2 +- README.md | 2 +- environment.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1dfa93b..1148cf8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: 0.2.0 + rev: 0.2.2 hooks: - id: colab-toc-visible - id: check-dev-files diff --git a/README.md b/README.md index 42e482d..a82f8ac 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ where $Z_{l}^{m}(\Omega,\Phi)=Y_{l}^{m}(\Omega)e^{-i\Phi}$ is a phase-rotated sp ![](docs/fig/feynman-gluex-two-pseudoscalar.svg) -The amplitude model is implemented in [AmpTools](https://github.com/mashephe/AmpTools) and symbolically in Python using [SymPy](https://docs.sympy.org) with additional tools from [`amptools`](https://ampform.rtfd.io) ([ComPWA](https://compwa-org.rtfd.io)). Dynamics are not yet included (model-indepedent by binning over energy). So we are just comparing linar combinations of spherical harmonics, but the comparison can be extended by investigating final states with a vector meson and/or parametrizing dynamic lineshapes. +The amplitude model is implemented in [AmpTools](https://github.com/mashephe/AmpTools) and symbolically in Python using [SymPy](https://docs.sympy.org) with additional tools from [`amptools`](https://ampform.rtfd.io) ([ComPWA Project](https://compwa.github.io)). Dynamics are not yet included (model-indepedent by binning over energy). So we are just comparing linar combinations of spherical harmonics, but the comparison can be extended by investigating final states with a vector meson and/or parametrizing dynamic lineshapes. ![](docs/fig/feynman-gluex-vector-meson.svg) diff --git a/environment.yml b/environment.yml index 9070a96..1450e9f 100644 --- a/environment.yml +++ b/environment.yml @@ -2,7 +2,7 @@ name: gluex-amplitude channels: - defaults dependencies: - - python==3.8.* + - python==3.9.* - pip - pip: - -e .[dev]