pygsti.algorithms.germselection.create_circuit_cache#
- create_circuit_cache(model, circuit_list)#
Function for generating a cache of PTMs for the available fiducials.
- Parameters:
model (Model) – The model (associates operation matrices with operation labels).
ckt_list (list of Circuits) – Full list of all fiducial circuits available for constructing an informationally complete state preparation.
- Returns:
A dictionary with keys given by circuits with corresponding entries being the PTMs for that circuit.
- Return type:
dictionary