% Logical-chain representatives for the compact 3x3 surface-code model.
% Rows and columns are length-3 logical representatives in this prototype.

function sets = surface3_logical_sets()
sets = {[1 2 3], [4 5 6], [7 8 9], [1 4 7], [2 5 8], [3 6 9]};
end
