pygsti.layouts.prefixtable#
Defines the PrefixTable class.
Functions
|
Algorithm for optimal minimum cardinality k-partition of tree (a partition of a tree into cluster of size at most k) based on a slightly less sophisticated implementation of the algorithm from "A Linear Tree Partitioning Algorithm" by Kundu and Misra (SIAM J. |
Classes
|
Class for representing a child node for a tree, along with the corresponding metadata specific to child nodes. |
|
An ordered list ("table") of circuits to evaluate, where common prefixes can be cached. |
|
An ordered list ("table") of circuits to evaluate, where common prefixes can be cached. |
|
Class for representing a root node for a tree, along with the corresponding metadata specific to root nodes. |
|
Container class for storing a tree structure (technically a forest, as there can be multiple roots). |
|