https://github.com/compwa/pycompwa

[deprecated] Python interface of ComPWA

https://github.com/compwa/pycompwa

Science Score: 33.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 4 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    2 of 6 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.9%) to scientific vocabulary

Keywords

expert-system physics pwa python

Keywords from Contributors

reactions amplitude-analysis conservation-rules partial-wave-analysis particle-physics quantum-numbers rule-based cas sympy quantum
Last synced: 6 months ago · JSON representation

Repository

[deprecated] Python interface of ComPWA

Basic Info
Statistics
  • Stars: 2
  • Watchers: 8
  • Forks: 5
  • Open Issues: 0
  • Releases: 0
Archived
Topics
expert-system physics pwa python
Created over 6 years ago · Last pushed about 2 years ago
Metadata Files
Readme License

README.md

About pycompwa

10.5281/zenodo.3479232 GPLv3+ license

GitHub Actions Codecov PyPI package Supported Python versions Codacy pre-commit.ci status Spelling checked code style: prettier Code style: black Imports: isort

pycompwa is a collection of python modules and the python interface to ComPWA. ComPWA stands for "Common Partial Wave Analysis framework".

Analogous to ComPWA, pycompwa's highest focus is also modularity. pycompwa extends the ComPWA framework with some useful modules:

  • expertsystem
    A python package that can generate amplitude/intensity model files from simple user boundary conditions, such as initial and final state. Currently supports the helicity and canonical formalism.

  • ui
    The python interface to ComPWA, allowing easy steering of ComPWA.

  • plotting
    Facilitates the visualization of data and results, i.e. comparison plots, Dalitz plots.

Installation

Detailed instructions can be found here. Make sure the virtual environment is setup and activated.

Installation via pypi

shell pip install pycompwa

Installation from source

shell git clone --recurse-submodules git@github.com:ComPWA/pycompwa.git cd pycompwa python setup.py install -j4

(replace 4 with the number of cores on your machine, or use $(nproc)).

Usage

On how to use ComPWA please refer to the pycompwa workflow examples.

Documentation

The documentation can be found here.

Owner

  • Name: Common Partial Wave Analysis
  • Login: ComPWA
  • Kind: organization
  • Email: compwa@ep1.rub.de
  • Location: Germany

Making amplitude analysis reproducible, understandable, and easy to do

GitHub Events

Total
Last Year

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 199
  • Total Committers: 6
  • Avg Commits per committer: 33.167
  • Development Distribution Score (DDS): 0.482
Top Committers
Name Email Commits
Stefan Pflueger s****e@g****m 103
Remco de Boer r****o@i****n 42
Peter Weidenkaff w****a@u****e 33
Remco de Boer 2****r@u****m 14
Mathias Michel m****l@k****e 6
Jingqing Zhang j****g@e****e 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 24
  • Total pull requests: 61
  • Average time to close issues: over 1 year
  • Average time to close pull requests: 17 days
  • Total issue authors: 4
  • Total pull request authors: 5
  • Average comments per issue: 0.96
  • Average comments per pull request: 1.52
  • Merged pull requests: 51
  • Bot issues: 0
  • Bot pull requests: 1
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • redeboer (12)
  • spflueger (9)
  • sebastianJaeger (2)
  • weidenka (1)
Pull Request Authors
  • redeboer (46)
  • spflueger (11)
  • weidenka (2)
  • pre-commit-ci[bot] (1)
  • codacy-badger (1)
Top Labels
Issue Labels
:warning: Medium (14) :bulb: Enhancement (10) :bulb: Docs (9) :clock2: Easy (7) :bulb: Maintenance (7) :warning: High (7) :grey_question: Question (6) Bug (5) :clock3: Medium (4) :warning: Low (3) :clock4: Hard (3) :dizzy: Good first issue (1)
Pull Request Labels
:bulb: Docs (7) :clock2: Easy (4) :warning: High (4) :warning: Low (3) :warning: Medium (3) :bulb: Enhancement (3) :bulb: Maintenance (2) :clock3: Medium (2) :bulb: DX (2) :dizzy: Good first issue (1) Bug (1)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 42 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 4
  • Total maintainers: 2
pypi.org: pycompwa

ComPWA: The Common Partial Wave Analysis framework

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 42 Last month
Rankings
Dependent packages count: 10.1%
Forks count: 14.2%
Dependent repos count: 21.6%
Stargazers count: 27.9%
Average: 29.5%
Downloads: 73.6%
Maintainers (2)
Last synced: 6 months ago

Dependencies

docs/requirements.txt pypi
  • Sphinx >=3
  • myst-nb >=0.11
  • sphinx-book-theme *
  • sphinx-copybutton *
  • sphinx-panels *
  • sphinx-thebe *
  • sphinx-togglebutton *
environment.yml pypi
  • scikit-build *
requirements-dev.txt pypi
  • aquirdturtle-collapsible-headings * development
  • black * development
  • flake8 >=4 development
  • flake8-blind-except * development
  • flake8-builtins * development
  • flake8-docstrings * development
  • flake8-import-order * development
  • flake8-rst-docstrings * development
  • isort * development
  • jupyterlab * development
  • jupyterlab-code-formatter * development
  • pep8-naming * development
  • pre-commit >=1.4.0 development
  • pylint >=2.5 development
  • sphinx-autobuild * development
  • tox >=1.9 development
requirements.txt pypi
  • awkward0 *
  • matplotlib *
  • numpy *
  • pandas *
  • progress *
  • uproot3 *
  • xmltodict *
tests/requirements.txt pypi
  • pytest ==5.4.1 test
  • pytest-cov * test
  • scipy * test