Skip to content

Instantly share code, notes, and snippets.

@cosenal
Last active August 29, 2015 14:13
Show Gist options
  • Save cosenal/65bfaec556e7d20855ea to your computer and use it in GitHub Desktop.
Save cosenal/65bfaec556e7d20855ea to your computer and use it in GitHub Desktop.
data_hiding.m
hs = cell(1,2);
hs{1} = WernerState(2, 1);
hs{2} = WernerState(2, -1);
%% PPT Distinguishability
LocalDistinguishability(hs, 'copies', 1, 'ppt', true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment