pub fn trace_centers(
result: &MappingResult<KsgTapeEntry>,
) -> Vec<(usize, usize)>Expand description
Trace center locations through KSG square lattice gadget transformations.
Returns traced center locations sorted by vertex index.
pub fn trace_centers(
result: &MappingResult<KsgTapeEntry>,
) -> Vec<(usize, usize)>Trace center locations through KSG square lattice gadget transformations.
Returns traced center locations sorted by vertex index.