pygsti.circuits.subcircuit_selection#
Utility functions for subcircuit selection
Functions
|
Selects subcircuits using a greedy growth strategy, starting with one gate in one layer and adding gates with overlapping support in subsequent layers. |
|
Generates a random set of nodes that form a connected subgraph of a specified width from a given graph. |
|
Samples subcircuits from a full circuit based on specified width and depth pairs. |
|
Samples subcircuits from a full circuit using a simple approach. |
Classes
|