pygsti.tools.edesigntools.pad_edesign_with_idle_lines#
- pad_edesign_with_idle_lines(edesign, line_labels)#
Utility to explicitly pad out ExperimentDesigns with idle lines.
- Parameters:
edesign (ExperimentDesign) – The edesign to be padded.
line_labels (tuple of int or str) – Full line labels for the padded edesign.
- Returns:
An edesign where all circuits have been padded out with missing idle lines
- Return type: