Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.56 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.56 KB

ProHQinUPC

Production of Heavy Quark (HQ) in Ultra Peripheral Collisions (UPC).

This is a sister project of LeProHQ.

Build and Run the Project

We use the meson build system. Make sure to have all external dependencies listed below available on your system.

First, to compile the code run

meson setup builddir
meson compile -C builddir

Next, to launch the program run the generated executable: ./builddir/src/ProHQinUPC

External Dependencies

Contributing

  • Your feedback is welcome! If you want to report a (possible) bug or want to ask for a new feature, please raise an issue: GitHub issues
  • Please follow our Code of Conduct and read the Contribution Guidelines