Metadata-Version: 2.1
Name: amplitf
Version: 0.0a0
Summary: UNKNOWN
Home-page: https://github.com/apoluekt/AmpliTF
Author: Anton Poluektov
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: iminuit
Requires-Dist: numpy
Requires-Dist: sympy
Requires-Dist: tensorflow (>=2.0)

# AmpliTF
Library of primitives for amplitude analyses in high-energy physics using TensorFlow v2

## Introduction

The package includes the primitives to operate with relativistic kinematics (operations with Lorentz vectors, elements of helicity formalism), and descriptions of the dynamical functions (such as Breit-Wigner line shapes) using Google TensorFlow library. 

This package is a fork of TensorFlowAnalysis https://gitlab.cern.ch/poluekt/TensorFlowAnalysis that includes only the "stable" basic functionality. 

The package is compatible with TensorFlow v2. 

## Prerequisites

   * TensorFlow v2.1
   * NumPy
   * SymPy
   * IMinuit 

ROOT is not required anymore. 

## Links

   * TensorFlowAnalysis: https://gitlab.cern.ch/poluekt/TensorFlowAnalysis
   * ZFit: https://github.com/zfit/zfit
   * ComPWA: https://github.com/ComPWA


