Metadata-Version: 2.1
Name: tensorwaves
Version: 0.0.0a0
Summary: UNKNOWN
Home-page: https://github.com/ComPWA/tensorwaves
Author: The ComPWA Team
Author-email: compwa-admin@ep1.rub.de
Maintainer-email: compwa-admin@ep1.rub.de
License: GPLv3 or later
Description: [![PyPI](https://badge.fury.io/py/tensorwaves.svg)](https://pypi.org/project/tensorwaves)
        [![Travis CI](https://travis-ci.com/ComPWA/tensorwaves.svg?branch=master)](https://travis-ci.com/ComPWA/tensorwaves)
        [![Test coverage](https://codecov.io/gh/ComPWA/tensorwaves/branch/master/graph/badge.svg)](https://codecov.io/gh/ComPWA/tensorwaves)
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/db8f89e5588041d8a995968262c224ef)](https://www.codacy.com/gh/ComPWA/tensorwaves)
        [![Documentation build status](https://readthedocs.org/projects/tensorwaves/badge/?version=latest)](https://pwa.readthedocs.io/projects/tensorwaves/en/latest/?badge=latest)
        [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
        [![Prettier](https://camo.githubusercontent.com/687a8ae8d15f9409617d2cc5a30292a884f6813a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f64655f7374796c652d70726574746965722d6666363962342e7376673f7374796c653d666c61742d737175617265)](https://prettier.io/)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        
        # TensorWaves
        
        _This package is Work-In-Progress and currently unstable._
        
        TensorWaves is a Python package for doing Partial Wave Analysis with
        [TensorFlow](https://www.tensorflow.org/) as computational backend. The package
        originates from [pycompwa](https://compwa.github.io/), which did its
        computations through ([ComPWA](https://github.com/ComPWA/ComPWA)) ― ComPWA's
        function tree is similar to TensorFlow graphs and can therefore be replaced by
        the tools that TensorFlow already offers. The decision to completely migrate
        ComPWA to TensorFlow has been further inspired by
        [TensorFlowAnalysis](https://gitlab.cern.ch/poluekt/TensorFlowAnalysis) and
        [zfit](https://github.com/zfit/zfit/).
        
        All documentation can be found on
        [pwa.readthedocs.io/projects/tensorwaves](https://pwa.readthedocs.io/projects/tensorwaves/)
        
        ## Contribute
        
        See [`CONTRIBUTING.md`](./CONTRIBUTING.md)
        
Keywords: HEP,PWA,particle physics,physics,tensorflow
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Typing :: Typed
Requires-Python: <3.8,>=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: doc
Provides-Extra: dev
