Giter Site home page Giter Site logo

chunshen1987 / iebe Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 16.0 188.54 MB

The iEBE package is a convenience package to automate event-by-event hydro + hadron cascade hybrid calculations in relativistic heavy-ion collisions.

Home Page: http://u.osu.edu/vishnu/

License: GNU General Public License v3.0

Python 11.91% Shell 0.46% Fortran 62.48% Makefile 0.40% C++ 24.50% C 0.11% CMake 0.14%

iebe's People

Contributors

chunshen1987 avatar entropiceffect avatar jialiu11 avatar qiu-24 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

iebe's Issues

Order of pT integration

In file MCnucl.cpp, when we want to integrate gluon distribution, the variable 'PTinte' must be positive. But the line 51~52 of this file reads:
if(PTinte<0)
PT_order = paraRdr->getVal("PT_order");
else
PT_order = 1;
So if PTinte>0, PT_order=1 always. This will calculate the usual gluon number, not the quantity we need to calculate T^munu. To calculate T^munu, we need PT_order=2.

Request for HepMC interface

Dear Chun,

It will be very helpful for integration of the generator to other system if you can provide interface for HepMC.
A quick example can be found at here.

Cheers,

Setting simulation type to include UrQMD causes simulation to fail

Setting simulation_type to 'hydroEM_with_decaycocktail_with_urqmd' causes the following output in the ErrorRecord.txt file.

The only change to the default ParameterDict.py file I made was the simulation_type.

Traceback (most recent call last):
   File "./SequentialEventDriver_shell.py", line 13, in <module>
     SequentialEventDriver.sequentialEventDriverShell()
   File "/home/will/new/iEBE/PlayGround/job-2/crank/SequentialEventDriver.py", line 1169, in sequentialEventDriverShell
     OSCARFilePath = iSSWithHydroResultFiles(hydroResultFiles)
   File "/home/will/new/iEBE/PlayGround/job-2/crank/SequentialEventDriver.py", line 628, in iSSWithHydroResultFiles
     move(aFile, controlParameterList['eventResultDir'])
   File "/usr/lib/python2.7/shutil.py", line 306, in move
     raise Error, "Destination path '%s' already exists" % real_dst
 shutil.Error: Destination path '/home/will/new/iEBE/PlayGround/job-2/finalResults/event-1/thermal_13216_vndata.dat' already exists

Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.