entanglish.OtherStates module

class entanglish.OtherStates.OtherStates[source]

Bases: object

This class has no constructor. It contains only static methods. Its methods return various quantum states which we decided were too simple to merit their own individual class.

static get_den_mat_with_bound_entang(p)[source]

This method returns a DenMat with num_rows = 8 and row_shape = (2, 4) that is known to have bound entanglement.

https://arxiv.org/abs/quant-ph/9703004

Parameters:p (float) – a probability, 0 < p < 1
Returns:
Return type:DenMat