Changes between Version 5 and Version 6 of Density
- Timestamp:
- Oct 24, 2025, 11:29:24 AM (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Density
v5 v6 8 8 Automatic computation of density matrices and quantum information observables. 9 9 This page contains the technical description of the Python library Density_functions.py used for analysis. 10 11 == How to compute density matrices 12 This module of MadGraph5 allows to compute density matrices automatically in a user-friendly way. After having generated your process 13 {{{ 14 generate YOUR_PROCESS 15 output 16 launch 17 }}} 18 19 you will be able to chose the type of run. To compute density matrices one must chose 20 {{{ 21 reweight = density 22 }}} 23 24 The user is then asked to edit the different cards needed for the run. The information for the density matrices computation is given in the reweight_card. Examples for different benchmark processes are given in https://arxiv.org/abs/2510.17730.
