Skip to main content

Tools for analyzing heavy-ion collision simulations.

Project description

http://img.shields.io/travis/Duke-QCD/hic.svg?style=flat-square

Tools for analyzing heavy-ion collision simulations in Python.

Documentation

qcd.phy.duke.edu/hic

Installation

Requirements: Python 2.7 or 3.3+ with numpy.

Install the latest release with pip:

pip install hic

To run the tests, install nose and run

nosetests -v hic

Simple examples

Calculate flow cumulants:

from hic import flow

vnk = flow.Cumulant(mult, q2, q3)
v22 = vnk.flow(2, 2)

Randomly sample events with specified flows:

sampler = flow.Sampler(v2, v3)
phi = sampler.sample(mult)

Calculate initial condition eccentricities:

from hic import initial

ic = initial.IC(profile, dxy)
e2 = ic.ecc(2)

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

hic-0.1.0.tar.gz (9.1 kB view hashes)

Uploaded Source

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