toqito-v1.0.5
-
Version bump to fix Python package versioning issue.
-
Adding
outer_product
andinner_product
functions inmatrix_ops
(thanks
to @juliusw352) -
Fixing random number generation in
random_density_matrix
function to be
obtained from Haar measure (thanks to @BCasale) -
Adding
to_nonlocal_game
function inXORGame
that converts an XOR game
definition to aNonlocalGame
object (thanks to @juliusw352) -
Adding
nonsignaling
function inXORGame
that calculates the nonsignaling
value of anXORGame
object (thanks to @juliusw352)