https://github.com/compwa/pyhep2022
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.9%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: ComPWA
- License: bsd-3-clause
- Language: Jupyter Notebook
- Default Branch: main
- Homepage: https://bit.ly/compwa-pyhep-2022
- Size: 55.7 KB
Statistics
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
- Releases: 0
Archived
Created almost 4 years ago
· Last pushed over 3 years ago
https://github.com/ComPWA/PyHEP2022/blob/main/
# ComPWA demo for PyHEP 2022 [](https://mybinder.org/v2/gh/ComPWA/PyHEP2022/0.3?urlpath=%2Fnotebooks%2Ftalk.ipynb) [](https://docs.google.com/presentation/d/e/2PACX-1vRF-EG2B6u8a6Wb3--TY37bBEgM0bIxgNkCesokrTEwdQZbMwONMXOKqn5GZSirAIH9NXVv6v0ym_es/pub) [](https://doi.org/10.5281/zenodo.7078981) [](https://opensource.org/licenses/BSD-3-Clause) This repository was prepared for [this notebook talk](https://indico.cern.ch/event/1150631/contributions/5002013) at the [PyHEP 2022 Workshop](https://indico.cern.ch/event/1150631). The accompanying slides can be viewed [here](https://docs.google.com/presentation/d/e/2PACX-1vRF-EG2B6u8a6Wb3--TY37bBEgM0bIxgNkCesokrTEwdQZbMwONMXOKqn5GZSirAIH9NXVv6v0ym_es/pub). Beside the main [`talk.ipynb`](./talk.ipynb), there are more extensive example notebooks with some fun animations under [`extra`](./extra/): [](https://mybinder.org/v2/gh/ComPWA/PyHEP2022/0.3?labpath=extra%2Fintro.ipynb) [`intro.ipynb`](./extra/intro.ipynb)
[](https://mybinder.org/v2/gh/ComPWA/PyHEP2022/0.3?labpath=extra%2Ffit.ipynb) [`fit.ipynb`](./extra/fit.ipynb)
[](https://mybinder.org/v2/gh/ComPWA/PyHEP2022/0.3?labpath=extra%2Fpwa.ipynb) [`pwa.ipynb`](./extra/pwa.ipynb) ## Local installation To view and run this notebook, install the PyPI packages listed under [`binder/requirements.in`](./binder/requirements.in) (the dependencies have been [pinned](https://compwa-org.readthedocs.io/develop.html#pinning-dependency-versions) for Python 3.8 in [`binder/requirements.txt`](./binder/requirements.txt)). To develop the notebook for this talk, you require a few additional dependencies. They are defined through [`requirements.in`](./requirements.in). It's easiest to work with [Conda](https://docs.conda.io/en/latest/index.html) ([Miniconda](https://docs.conda.io/en/latest/miniconda.html)). The installation procedure then simply becomes: ```shell conda env create conda activate compwa-pyhep-2022 pre-commit install ```
Owner
- Name: Common Partial Wave Analysis
- Login: ComPWA
- Kind: organization
- Email: compwa@ep1.rub.de
- Location: Germany
- Website: https://compwa.github.io
- Repositories: 36
- Profile: https://github.com/ComPWA
Making amplitude analysis reproducible, understandable, and easy to do
GitHub Events
Total
Last Year
Dependencies
environment.yml
conda
- graphviz
- pip
- python 3.8.*
binder/requirements.in
pypi
- RISE *
- ampform *
- black *
- ipympl *
- ipywidgets *
- matplotlib *
- qrules *
- tensorwaves *
binder/requirements.txt
pypi
- 137 dependencies
requirements.in
pypi
- isort *
- jupyterlab >=3
- jupyterlab-code-formatter *
- nbmake *
- pip-tools *
- pre-commit *
- pytest *
- tox *
requirements.txt
pypi
- 168 dependencies