The identification of anomalous events, not explained by the Standard Model of particle physics, and the possible discovery of exotic physical phenomena pose significant theoretical, experimental and computational challenges. The task will intensify at next-generation colliders, such as the High- Luminosity Large Hadron Collider (HL-LHC). Consequently, considerable challenges are expected concerning data processing, signal reconstruction, and analysis. This work explores the use of qutrit- based Quantum Machine Learning models for anomaly detection in high-energy physics data, with a focus on LHC applications. We propose the development of a qutrit quantum model and benchmark its performance against qubit-based approaches, assessing accuracy, scalability, and computational efficiency. This study aims to establish whether qutrit architectures can offer an advantage in addressing the computational and analytical demands of future collider experiments.
- Paper ID: 2510.14001
- Title: Qutrits for physics at the LHC
- Authors: Miranda Carou Laiño, Veronika Chobanova, Miriam Lucio Martínez
- Classification: quant-ph (Quantum Physics)
- Publication Date: October 17, 2025
- Paper Link: https://arxiv.org/abs/2510.14001
This paper explores the application of quantum machine learning models based on three-level quantum systems (qutrits) for anomaly detection in high-energy physics data, with particular focus on Large Hadron Collider (LHC) experiments. The study proposes a qutrit-based quantum model and benchmarks it against qubit-based approaches, evaluating performance in terms of accuracy, scalability, and computational efficiency. The research aims to determine whether qutrit architectures can provide advantages in addressing the computational and analytical demands of future collider experiments.
- Data Processing Challenges: Next-generation particle colliders (such as the High-Luminosity LHC) will generate unprecedented data volumes, requiring three times the real-time data processing compared to LHC Run 3
- Anomaly Detection Requirements: Identifying anomalous events that cannot be explained by the Standard Model of particle physics and discovering exotic physical phenomena
- Computational Resource Constraints: Traditional machine learning methods face limitations when processing exabyte-scale datasets
- Qubit Limitations: Conventional binary quantum bits have limited expressive power and resource efficiency
- Qutrit Advantages: Three-level quantum systems provide larger Hilbert space with enhanced expressive capability and more compact variational circuits
- Encoding Efficiency: Qutrits can store log₂3 ≈ 1.56 bits of information, a significant improvement over the 1 bit capacity of qubits
- First Application of Qutrits to High-Energy Physics: Developed qutrit-based quantum autoencoders (QAE) for LHC data anomaly detection
- Majorana Representation Implementation: Successfully implemented qutrit geometric representation on the unit sphere using Majorana notation
- Novel Quantum Gate Design: Designed rotation gates and SWAP gates for qutrits based on Gell-Mann matrices
- Innovative Encoding Scheme: Proposed "One Particle - One Qutrit" encoding scheme capable of encoding more particle parameters
- Performance Benchmarking: Conducted comprehensive performance comparison analysis with qubit methods
Input: Kinematic parameters of particle collision data (transverse momentum pT, azimuthal angle φ, pseudorapidity η, etc.)
Output: Anomaly detection results (distinguishing signal from background through quantum fidelity distribution)
Objective: Identify anomalies of physics signals such as W→qq̄, H→bb̄, t→bqq̄ relative to QCD background
- State Representation: Qutrit states spanned by three orthogonal basis states {|0⟩, |1⟩, |2⟩}
- Gell-Mann Matrices: Eight Gell-Mann matrices λᵢ as generators of the SU(3) group
- Density Matrix: ρ(n⃗) = 1/3(I₃ₓ₃ + √3 n⃗·λ⃗)
A pure qutrit state is completely characterized by two points P₁(θ₁,φ₁) and P₂(θ₂,φ₂) on the unit sphere:
|ψg⟩ = Γ√2cos(θ₁/2)cos(θ₂/2), e^(iφ₁)sin(θ₁/2)cos(θ₂/2) + e^(iφ₂)cos(θ₁/2)sin(θ₂/2), √2e^(i(φ₁+φ₂))sin(θ₁/2)sin(θ₂/2)ᵀ
where the normalization factor is Γ = √23 + cosθ₁cosθ₂ + sinθ₁sinθ₂cos(φ₁-φ₂)^(-1/2)
- Rotation Gates: Based on SO(3) generators Σᵢ, Rᵢ(ξ) = e^(iξΣᵢ) = I + (cosξ-1)Σᵢ² + isinξΣᵢ
- Chrestenson Gate: Qutrit version of the Hadamard gate
- Generalized SWAP Gate: 9×9 matrix implementing state exchange for qutrit pairs
- Encoder: Uses variational quantum circuit U(Θ) to compress input data into latent representation
- Decoder: Reconstructs input through the Hermitian conjugate of the encoding operator
- Loss Function: Defined as negative fidelity between reference state and garbage state
- Multi-Parameter Encoding: Compared to qubit's 2-parameter (η,φ) encoding, qutrits can encode 4 parameters including jet mass, energy, longitudinal and transverse impact parameters
- Geometric Intuitiveness: Majorana representation provides clear geometric distinction between pure and mixed states
- Circuit Depth Optimization: Higher information density reduces required circuit depth and decoherence accumulation
- Training Data: Real data collected by the CMS detector in 2016, primarily QCD jets (contamination rate <1%)
- Test Data: JetClass simulation dataset containing 125 million jets, divided into 10 categories
- Signal Types: Jets produced from W boson, Higgs boson, and top quark decays
- AUC Score: Used to evaluate the model's ability to distinguish signal from background
- Quantum Fidelity Distribution: Analyzes model compression and reconstruction capability
- Anomaly Detection Performance: Distinguishes anomalous events through fidelity threshold
- Reference Model: Qubit-based quantum autoencoder (from literature 15)
- Reproduced Model: Qubit version implemented by the authors as baseline
- Simulation Platform: PennyLane quantum machine learning library
- Circuit Limitations: Due to PennyLane constraints, maximum support for 8 qutrits
- Optimizer: Automatic differentiation and differentiable workflow
| Model | W→qq̄ | H→bb̄ | t→bqq̄ |
|---|
| QAE (Reference) | 0.693 | 0.757 | 0.861 |
| QAE (Reproduced) | 0.664 | 0.729 | 0.829 |
| QAE Qutrits A | 0.678 | 0.729 | 0.811 |
| QAE Qutrits B | 0.648 | 0.700 | 0.789 |
- Performance Equivalence: Qutrit models achieved AUC performance comparable to qubit models
- Signal Discrimination Capability: Qutrit models demonstrated better signal discrimination ability in fidelity distributions
- Physical Consistency: All models correctly identified t→bqq̄ as the most anomalous signal, consistent with physical expectations
- Encoding Advantages: Qutrits can encode more information at the same circuit scale
Tested encoding effectiveness with different parameter combinations:
- Optimal Combination A: φ₁=mass-related parameter (ς), φ₂=energy-related parameter (ε)
- Combination B: φ₁=longitudinal impact parameter (ρ₀), φ₂=transverse impact parameter (ρz)
Verified through analytical calculations:
- Correctness of Majorana encoding
- Mathematical implementation of rotation gates
- Overall robustness of quantum circuits
- Traditional QML primarily based on qubit systems
- Existing work focused on classification and regression tasks
- Anomaly detection applications relatively limited
- Theoretical advantages widely recognized
- Hardware implementation still in early stages
- Shows potential in quantum error correction
- First application of qutrit systems to high-energy physics data analysis
- Provides complete framework from theory to implementation
- Establishes direct performance comparison between qutrit and qubit systems
- Feasibility Proof: Qutrit systems are feasible for anomaly detection in high-energy physics
- Performance Equivalence: Under current hardware constraints, qutrits achieve performance comparable to qubits
- Potential Demonstration: Higher expressive power and better signal discrimination indicate future advantages
- Hardware Constraints: Current quantum simulators have limited qutrit support (maximum 8 qutrits)
- Circuit Scale: Limited by PennyLane framework, unable to test large-scale circuits
- Dataset Scale: Test scale relatively small compared to complete LHC data
- Hardware Development: Awaiting more mature qutrit quantum hardware
- Algorithm Optimization: Exploring qutrit mixed states and higher-dimensional qudit systems
- Application Extension: Testing data from other LHC experiments (ATLAS, LHCb)
- New Physics Discovery: Applications in searching for physics beyond the Standard Model
- Strong Innovation: First introduction of qutrit systems to high-energy physics data analysis
- Theoretical Completeness: Provides complete framework from mathematical foundations to practical implementation
- Sufficient Verification: Dual verification through analytical calculation and numerical simulation
- Good Practicality: Uses real LHC data for testing with actual application value
- Hardware Dependency: Limited by current quantum simulator capabilities, unable to fully demonstrate qutrit potential
- Scale Limitations: Relatively small circuit scale, may not reflect real performance of large-scale applications
- Limited Comparison: Lacks direct comparison with classical machine learning methods
- Theoretical Analysis: Could provide deeper theoretical analysis of qutrit advantages
- Academic Value: Opens new application direction for qutrit quantum computing in high-energy physics
- Practical Prospects: Provides new insights for future High-Luminosity LHC data processing
- Technology Advancement: May promote development needs for qutrit quantum hardware
- Anomaly Detection: Applicable to various high-energy physics experiments requiring anomalous pattern identification
- Data Compression: Broad application potential in quantum data encoding and compression
- Pattern Recognition: Extensible to other scientific computing domains requiring complex pattern recognition
This paper cites 31 important references covering cutting-edge research in quantum computing, high-energy physics, machine learning and other fields, providing a solid theoretical foundation for interdisciplinary research.
Overall Assessment: This is a groundbreaking interdisciplinary research paper that successfully introduces qutrit quantum computing technology to high-energy physics data analysis. Although constrained by current hardware limitations, the research demonstrates potential advantages of qutrit systems and establishes an important foundation for future quantum-enhanced high-energy physics data analysis.