Metadata-Version: 2.1
Name: EnergyFlow
Version: 1.0.3
Summary: Python package for the Energy Flow suite of particle physics tools
Home-page: https://energyflow.network
Author: Patrick T. Komiske III
Author-email: pkomiske@mit.edu
License: GPL-3.0
Project-URL: Source Code, https://github.com/pkomiske/EnergyFlow
Project-URL: Issues, https://github.com/pkomiske/EnergyFlow/issues
Description: # EnergyFlow
        ![alt-text](https://travis-ci.org/pkomiske/EnergyFlow.svg?branch=master "Travis-CI Build Status")
        [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/pkomiske/EnergyFlow/master)
        
        EnergyFlow is a Python package that computes Energy Flow Polynomials (EFPs) as defined in Ref. [1], implements Energy Flow Networks (EFNs) and Particle Flow Networks (PFNs) as defined in Ref. [2], computes Energy Mover's Distances as defined in Ref. [3], and provides access to some particle physics [datasets hosted on Zenodo](https://zenodo.org/search?page=1&size=20&q=komiske&sort=title) including the jet datasets in MOD HDF5 format used in Ref. [4].
        
        #### Installation
        
        To install EnergyFlow with pip, simply execute:
        ```sh
        pip3 install energyflow
        ```
        
        #### Documentation
        
        The documentation is maintained at [https://energyflow.network](https://energyflow.network).
        
        ##### References
        
        [1] P. T. Komiske, E. M. Metodiev, and J. Thaler, _Energy Flow Polynomials: A complete linear basis for jet substructure_, [JHEP __04__ (2018) 013](https://doi.org/10.1007/JHEP04(2018)013) [[1712.07124](https://arxiv.org/abs/1712.07124)].
        
        [2] P. T. Komiske, E. M. Metodiev, and J. Thaler, _Energy Flow Networks: Deep Sets for Particle Jets_, [JHEP __01__ (2019) 121](https://doi.org/10.1007/JHEP01(2019)121) [[1810.05165](https://arxiv.org/abs/1810.05165)].
        
        [3] P. T. Komiske, E. M. Metodiev, and J. Thaler, _The Metric Space of Collider Events_, [Phys. Rev. Lett. __123__ (2019) 041801](https://doi.org/10.1103/PhysRevLett.123.041801) [[1902.02346](https://arxiv.org/abs/1902.02346)].
        
        [4] P. T. Komiske, R. Mastandrea, E. M. Metodiev, P. Naik, and J. Thaler, _Exploring the Space of Jets with CMS Open Data_, [Phys. Rev. D **101** (2020) 034009](https://doi.org/10.1103/PhysRevD.101.034009) [[1908.08542](https://arxiv.org/abs/1908.08542)].
        
        [5] P. T. Komiske, E. M. Metodiev, and J. Thaler, _Cutting Multiparticle Correlators Down to Size_, [Phys. Rev. D **101** (2020) 036019](https://doi.org/10.1103/PhysRevD.101.036019) [[1911.04491](https://arxiv.org/abs/1911.04491)].
Keywords: energy flow,energyflow,physics,jets,correlator,multigraph,polynomial,EFP,EFN,EFM,PFN,EMD,Energy Flow Polynomial,Energy Flow Moment,Energy Flow Network,Particle Flow Network,Earth Mover Distance,Deep Sets,architecture,neural network,metric,collider,CMS,open,Open Data,MOD,substructure
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: generation
Provides-Extra: examples
Provides-Extra: emd
