Changes between Version 12 and Version 13 of Density
- Timestamp:
- Jan 19, 2026, 10:34:43 AM (10 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Density
v12 v13 87 87 }}} 88 88 89 === Bell test90 For the case of qubit-qubit systems, the Bellinequality is very simple to compute.\\89 === CHSH inequality 90 For the case of qubit-qubit systems, the CHSH inequality is very simple to compute.\\ 91 91 Available for qubit-qubit (2 x 2) systems only.\\ 92 92 It can be computed with the following syntax: 93 93 {{{#!python 94 bell_test, flag_test = rho_instance. Get_Bell_Test()94 bell_test, flag_test = rho_instance.CHSH_inequality() 95 95 }}} 96 96 where `flag_test` is a boolean being `True` if `\lambda_1 + \lambda_2 > 1`.
