impy-project / chromo

Hadronic Interaction Model interface in PYthon
Other
30 stars 7 forks source link

how to make UrQMD faster? #206

Open YingWANG0909 opened 1 month ago

YingWANG0909 commented 1 month ago

Hi developers, UrQMD is much slower than other models in chromo. Is there a way to make it faster if we do not need all the information from the model?

afedynitch commented 1 month ago

Hi!

Well, it is simply slower than the other models. The issue is not related to chromo. You can try looking up some options to disable or parametrize the QMD part but it depends on what you wanna know from the model.

YingWANG0909 commented 1 month ago

could you be more specific about which part of the QMD code I could modify if I only want (px, py, pz) of one particular kind of production? thank you very much

afedynitch commented 1 month ago

I'm not an author of the model, so I don't know exactly what would be a sensitive choice of parameters for your application.

You may need to read the official manual located in 'src/fortran/urqmd-3.4/sources/doc/urqmd-user.pdf' to choose the correct options.