Changes between Version 12 and Version 13 of Density


Ignore:
Timestamp:
Jan 19, 2026, 10:34:43 AM (10 days ago)
Author:
Durupt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Density

    v12 v13  
    8787}}}
    8888
    89 === Bell test
    90 For the case of qubit-qubit systems, the Bell inequality is very simple to compute.\\
     89=== CHSH inequality
     90For the case of qubit-qubit systems, the CHSH inequality is very simple to compute.\\
    9191Available for qubit-qubit (2 x 2) systems only.\\
    9292It can be computed with the following syntax:
    9393{{{#!python
    94 bell_test, flag_test = rho_instance.Get_Bell_Test()
     94bell_test, flag_test = rho_instance.CHSH_inequality()
    9595}}}
    9696where `flag_test` is a boolean being `True` if `\lambda_1 + \lambda_2 > 1`.