Skip to main content

framework for defining, building, and evaluating generalized shape observables for collider physics

Project description

SHAPER (v1.1.0)

GitHub Project DOI

PyPI version Supported Python versions

SHAPER is a framework for defining, building, and evaluating generalized shape observables for collider physics, as defined in "SHAPER: Can You Hear the Shape of a Jet?" (arxiv:2302.12266). This package can be used for evaluating an extremely large class of IRC-safe observables, with modules in place to define custom observables and jet algorithms using an intuitive geometric language.

3-point-ellipsiness-plus-pileup_event_0

Pictured: Example of a custom jet algorithm, "3-(Ellipse+Point)iness+Pileup", as evaluated on an example top jet, as the SHAPER algorithm computes the value of the observable and optimal parameters.

The SHAPER framework contains::

  • Pre-built observables, including N-subjettiness and isotropy.
  • Novel pre-built observables and jet algorithms for finding ring, disk, or ellipse-like jets, with optional centers for collinear radiation and optional pileup radiation
  • Modules for defining arbitrary shape observables using parameterized manifolds, and building new complex observables from old ones.
  • Modules for evaluating defined shape observables on event data, using the Sinkhorn divergence approximation of the Wasserstein metric. This returns both the shape value ("shapiness") and the optimal shape parameters.
  • Modules for visualizing shape observables and their optimization, as in the GIF above.

Installation

From PyPI

In your Python environment run

python -m pip install pyshaper
# python -m pip install --upgrade 'pyshaper[all]'  # for all extras

From this repository locally

In your Python environment from the top level of this repository run

python -m pip install .
# python -m pip install --upgrade '.[all]'  # for all extras

From GitHub

In your Python environment run

python -m pip install "pyshaper @ git+https://github.com/rikab/shaper.git"
# python -m pip install --upgrade "pyshaper[all] @ git+https://github.com/rikab/shaper.git"  # for all extras

Example Usage

For an example of how to use SHAPER, see the notebook examples/example.ipynb. This notebook contains example code for loading data, using pre-built shape observables, defining custom shape observables, running the SHAPER algorithm to evaluate these observables, and making plots.

To run the example, you will need to have pyshaper installed with all extras. This can be done using (assuming a PyPi installation):

python -m pip install --upgrade 'pyshaper[all]'

See the Installation section above for more details.

Dependencies

To use SHAPER, the following packages must be installed as prerequisites:

  • PyTorch: A standard tensor operation library.
  • GeomLoss: A library for optimal transport.
  • pyjet: A package for jet clustering, needed for default observable definitions.
  • Energyflow: A suite of particle physics tools. This package is OPTIONAL; however, many of the example datasets within SHAPER require this package to load. Not necessary if you provide and format your own data. Included as part of the 'energyflow' extra.
  • imageio: An image manipulation package. Needed for automatic gif creation -- not needed otherwise. Included as part of the 'viz' extra.
  • Standard python packages: numpy, scipy, matplotlib

Citation

If you use SHAPER, please cite both this code archive and the corresponding paper, "Can You Hear the Shape of a Jet"?:

@software{SHAPER,
  author = {Rikab Gambhir},
  title = "{pyshaper: v1.1.0}",
  version = {1.1.0},
  doi = {10.5281/zenodo.7689890},
  url = {doi.org/10.5281/zenodo.7689890},
  note = {https://github.com/rikab/SHAPER/releases/tag/v1.1.0}
}

@article{Ba:2023hix,
author = "Ba, Demba and Dogra, Akshunna S. and Gambhir, Rikab and Tasissa, Abiy and Thaler, Jesse",
title = "{SHAPER: Can You Hear the Shape of a Jet?}",
eprint = "2302.12266",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "MIT-CTP 5535",
month = "2",
year = "2023"
}

Changelog

  • v1.1.0: 5 May 2023. Updated Geomloss dependency
  • v1.0.1: 10 March 2023. PyPi-installable release. Minor changes to example and optional dependency handling.
  • v1.0.0: 24 February 2023. Official public release.

Based on the work in "SHAPER: Can You Hear the Shape of a Jet?" (arxiv:2302.12266)

Bugs, Fixes, Ideas, or Questions? Contact me at rikab@mit.edu

To discuss finer mathematical details (model convergence, optimization guarantees, etc), you may also contact Akshunna S. Dogra at adogra@nyu.edu

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyshaper-1.1.0.tar.gz (19.7 kB view details)

Uploaded Source

Built Distribution

pyshaper-1.1.0-py3-none-any.whl (17.3 kB view details)

Uploaded Python 3

File details

Details for the file pyshaper-1.1.0.tar.gz.

File metadata

  • Download URL: pyshaper-1.1.0.tar.gz
  • Upload date:
  • Size: 19.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.3

File hashes

Hashes for pyshaper-1.1.0.tar.gz
Algorithm Hash digest
SHA256 c2a421d0c1dc53eb87d865bf3ae96e7bdb64fd6f177efe8598065d65ab07909e
MD5 8d9646aec4f4d91e15bf0a22b611823b
BLAKE2b-256 088ea72c74cd826c044fc19102109fe14e1b0757ce4c2e5e39bde6cacc09dbe4

See more details on using hashes here.

File details

Details for the file pyshaper-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: pyshaper-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 17.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.3

File hashes

Hashes for pyshaper-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f44526574893af30193baee6b874ea5e80c7b24406ee09ea5639818c9e7abc9c
MD5 74925d53cc2f2aab620832b7f1566f43
BLAKE2b-256 5a63608190d19eccbb22d56c74c42ccef3a4b1e4c8f44647202f362e2c79f733

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page