{ "info": { "author": "Jonah Bernhard", "author_email": "jonah.bernhard@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering :: Physics" ], "description": "hic\n===\n\n.. image:: http://img.shields.io/travis/Duke-QCD/hic.svg?style=flat-square\n :target: https://travis-ci.org/Duke-QCD/hic\n\nTools for analyzing heavy-ion collision simulations in Python.\n\nDocumentation\n-------------\n`qcd.phy.duke.edu/hic `_\n\nInstallation\n------------\nRequirements: Python 2.7 or 3.3+ with numpy_.\n\nInstall the latest release with pip_::\n\n pip install hic\n\nTo run the tests, install nose_ and run ::\n\n nosetests -v hic\n\nSimple examples\n---------------\nCalculate flow cumulants:\n\n.. code:: python\n\n from hic import flow\n\n vnk = flow.Cumulant(mult, q2, q3)\n v22 = vnk.flow(2, 2)\n\nRandomly sample events with specified flows:\n\n.. code:: python\n\n sampler = flow.Sampler(v2, v3)\n phi = sampler.sample(mult)\n\nCalculate initial condition eccentricities:\n\n.. code:: python\n\n from hic import initial\n\n ic = initial.IC(profile, dxy)\n e2 = ic.ecc(2)\n\n.. _numpy: http://www.numpy.org\n.. _pip: https://pip.pypa.io\n.. _nose: https://nose.readthedocs.org", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Duke-QCD/hic", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "hic", "package_url": "https://pypi.org/project/hic/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hic/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Duke-QCD/hic" }, "release_url": "https://pypi.org/project/hic/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Tools for analyzing heavy-ion collision simulations.", "version": "0.1.0" }, "last_serial": 1847255, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5fbae11e99ce9df7f7526dc5ce83c455", "sha256": "26d313346c29f1e7326d5a163b6d1cc563bcf84cf99ba558d10cd9f2fde475f6" }, "downloads": -1, "filename": "hic-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5fbae11e99ce9df7f7526dc5ce83c455", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9114, "upload_time": "2015-12-04T22:12:58", "url": "https://files.pythonhosted.org/packages/1d/4a/c23c4b0987b7f7cb8d0fd707d64df421831e8258dcee2d0119d8f7142227/hic-0.1.0.tar.gz" } ], "0.1.dev0": [] }, "urls": [ { "comment_text": "", "digests": { "md5": "5fbae11e99ce9df7f7526dc5ce83c455", "sha256": "26d313346c29f1e7326d5a163b6d1cc563bcf84cf99ba558d10cd9f2fde475f6" }, "downloads": -1, "filename": "hic-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5fbae11e99ce9df7f7526dc5ce83c455", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9114, "upload_time": "2015-12-04T22:12:58", "url": "https://files.pythonhosted.org/packages/1d/4a/c23c4b0987b7f7cb8d0fd707d64df421831e8258dcee2d0119d8f7142227/hic-0.1.0.tar.gz" } ] }