Metadata-Version: 1.1
Name: frzout
Version: 1.0.0
Summary: Particlization model for relativistic heavy-ion collisions
Home-page: https://github.com/Duke-QCD/frzout
Author: Jonah Bernhard
Author-email: jonah.bernhard@gmail.com
License: MIT
Description: frzout
        ======
        *Particlization model (Cooper-Frye sampler) for relativistic heavy-ion collisions*
        
        Documentation
        -------------
        `qcd.phy.duke.edu/frzout <http://qcd.phy.duke.edu/frzout>`_
        
        Quick start
        -----------
        Install::
        
           pip install frzout
        
        Basic usage:
        
        .. code-block:: python
        
           import frzout
        
           # create surface object from data arrays
           surface = frzout.Surface(x, sigma, v, pi=pi, Pi=Pi)
        
           # create hadron resonance gas object at T = 0.150 GeV
           hrg = frzout.HRG(.150)
        
           # sample particles
           parts = frzout.sample(surface, hrg)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Physics
