AlexSchuy / qsvm_jet_tagging

Experiments with using quantum machine learning algorithms to solve Higgs boson tagging problems in particle physics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qsvm-jet-tagging

Experiments with using quantum machine learning algorithms to solve Higgs boson tagging problems in particle physics.

Setup

This project uses pipenv to manage dependencies. Install pipenv, and then run source install.sh once (note: due to an error in numpythia, if installation hangs, enter CTRL+C to continue). On each subsequent new session, instead run source setup.sh.

Samples

The samples represent a binary classification problem. The two classes are 'higgs' and 'qcd', representing jets from either a Higgs decay or QCD background. The feature set is kinematic data from the jet (specifically: pt, eta, phi, mass, ee2, ee3, and d2 (see energy correlators for more information on these last few variables)).

About

Experiments with using quantum machine learning algorithms to solve Higgs boson tagging problems in particle physics.


Languages

Language:Jupyter Notebook 95.9%Language:Python 4.1%Language:Shell 0.0%