From 2683a72f8b4579f262e18f667242daa9461061a7 Mon Sep 17 00:00:00 2001 From: Valentin Volkl Date: Wed, 12 Feb 2025 12:17:02 +0100 Subject: [PATCH 1/2] gsoc: add sustainable quantum project (received by email) --- .../2025/proposal_SustainableQuantum.md | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 _gsocproposals/2025/proposal_SustainableQuantum.md diff --git a/_gsocproposals/2025/proposal_SustainableQuantum.md b/_gsocproposals/2025/proposal_SustainableQuantum.md new file mode 100644 index 000000000..ac0a4c2b4 --- /dev/null +++ b/_gsocproposals/2025/proposal_SustainableQuantum.md @@ -0,0 +1,48 @@ + +--- ++ project: Quantum for tracking ++ title: Sustainable Quantum Computing algorithms for particle physics reconstruction ++ layout: default ++ Difficulty: medium ++ Duration: 350h ++ Mentor availability: July-December ++ Organization: CERN +--- + +## Description + +Reconstructing the trajectories of charged particles as they traverse several detector layers is a key ingredient for event reconstruction at any LHC experiment. The limited bandwidth available, together with the high rate of tracks per second, makes this problem exceptionally challenging from the computational perspective. With this in mind, Quantum Computing is being explored as a new technology for future detectors, where larger datasets will further complicate this task. Furthermore, when choosing such alternative sustainability will play a crucial role and needs to be studied in detail. This project will consist in the implementation of both Quantum and Classical Machine Learning algorithms for track reconstruction, and using open-source, realistic event simulations to benchmark them from both a physics performance and an energy consumption perspective. + +## First steps + +* Basic understanding of track reconstruction at LHC using ACTS [https://acts.readthedocs.io/en/latest/] and/or Allen framework [https://allen-doc.docs.cern.ch/index.html]. +* Familiarizing her/himself with trackML simulation datasets [https://www.kaggle.com/competitions/trackml-particle-identification/data?select=train_sample.zip]. +* Learning how to use the quantum simulator for QML algorithms https://pennylane.ai/. + + +## Milestones + +* Choosing a ML algorithm (or part of) in quantum computing and its classical counterpart for track reconstruction. +* Mapping of track reconstruction problem to Ising-like Hamiltonian. +* Prototype implementation of classical and quantum track reconstruction using trackML simulation inputs. + +## Expected results + +* Benchmarking physics output and energy consumption of the classical and quantum algorithm. + +## Requirements + +* CUDA, python, C++ + +## Evaluation Tasks and Timeline + +* To be completed + +## Mentors: + +* [Miriam Lucio](mailto:miriam.lucio.martinez@cern.ch) +* [Arantza Oyanguren (IFIC-Valencia)](mailto:arantza.de.oyanguren.campos@cern.ch) + + + + From db0a99e6ea603d1d5604af5139dd408843975738 Mon Sep 17 00:00:00 2001 From: Valentin Volkl Date: Wed, 12 Feb 2025 12:27:28 +0100 Subject: [PATCH 2/2] fix links --- _gsocproposals/2025/proposal_SustainableQuantum.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_gsocproposals/2025/proposal_SustainableQuantum.md b/_gsocproposals/2025/proposal_SustainableQuantum.md index ac0a4c2b4..70d1a2ced 100644 --- a/_gsocproposals/2025/proposal_SustainableQuantum.md +++ b/_gsocproposals/2025/proposal_SustainableQuantum.md @@ -15,8 +15,8 @@ Reconstructing the trajectories of charged particles as they traverse several de ## First steps -* Basic understanding of track reconstruction at LHC using ACTS [https://acts.readthedocs.io/en/latest/] and/or Allen framework [https://allen-doc.docs.cern.ch/index.html]. -* Familiarizing her/himself with trackML simulation datasets [https://www.kaggle.com/competitions/trackml-particle-identification/data?select=train_sample.zip]. +* Basic understanding of track reconstruction at LHC using [ACTS](https://acts.readthedocs.io/en/latest/) and/or [Allen framework](https://allen-doc.docs.cern.ch/index.html). +* Familiarizing her/himself with trackML simulation datasets . * Learning how to use the quantum simulator for QML algorithms https://pennylane.ai/.