Skip to main content

Data-driven extraction of jet energy loss distributions in heavy-ion collisions

Project description

Data driven extraction of jet energy loss distributions in heavy ion collisions

Introduction

Installation

Method 1: using pip

Step 1:

pip install jeteloss

Step 2:

git clone

Step 3:

cd jeteloss/examples python example1.py

Method 2: install from local directory

Step 1: download the code from github

git clone

cd jeteloss

python setup.py install

Method 3: using anaconda

Step 1: To create one clean python virtual environment

conda create -n test_jeteloss python=3.6

Step 2: To activate this environment, use:

source activate test_jeteloss

Step 3: Install jeteloss module and its dependences

pip install jeteloss

Step 4: Run the example code downloaded using:

git clone *

cd jeteloss/examples

python example1.py

Step 5: To deactivate an active environment, use:

source deactivate

Step 6: Clean up To see how many environments do you have, use:

conda env list

To remove one environment, use:

conda remove --name myenv --all

Citation

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

jeteloss-0.3.tar.gz (13.9 kB view hashes)

Uploaded Source

Built Distribution

jeteloss-0.3-py3-none-any.whl (13.9 kB view hashes)

Uploaded Python 3

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