spflueger / pycompwa

ComPWA python interface & modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://travis-ci.com/ComPWA/pycompwa.svg?branch=master https://api.codacy.com/project/badge/Grade/7bed0ae71aca43ac945af06c19ea9cae

About pycompwa

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

Analogous to ComPWA, pycompwas 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 inital 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

pip install pycompwa

Installation from source

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

Usage

On how to use ComPWA please refer to the Quickstart Example.

Documentation

The documentation can be found here.

About

ComPWA python interface & modules

License:Other


Languages

Language:Python 92.4%Language:C++ 7.2%Language:CMake 0.4%