About track

High-Energy Physics (HEP) experiments at the Large Hadron Collider (LHC) involve protons colliding at nearly the speed of light, producing various particles in the final state. When quarks and gluons (collectively known as partons) are produced in high-energy collisions, they undergo a complex process governed by Quantum Chromodynamics (QCD), resulting in jets—collimated sprays of particles that appear in detectors.
In this hackathon challenge, participants will build quantum (or hybrid classical-quantum) algorithms to model how parton-level information translates into final-state jets.

Timeline

No timeline yet.

Why this track exists?

Learn a mapping: Partons ⟶ Jets.
Predict:
  • Number of jets (njetsn_\text{jets}) in each collision event.
  • Leading and Sub-leading jet pTp_T.

Who is this track for?

No audience yet.

Prizes & Outcomes

No prizes yet.

How to get started

You must submit a file (e.g., submission.csv) with one row per event in the test set, containing:
  1. EventID – The identifier for the event.
  2. n^jets\hat{n}_\text{jets} – Predicted number of jets for that event.
  3. Leading Jet pTp_T – The predicted transverse momentum of the highest-pTp_T jet.
  4. Subleading Jet pTp_T – The predicted transverse momentum of the second-highest-pTp_T jet.