pygsti.optimize.arraysinterface

pygsti.optimize.arraysinterface#

Implements the ArraysInterface object and supporting functionality.

Classes

ArraysInterface()

An interface between pyGSTi's optimization methods and data storage arrays.

DistributedArraysInterface(dist_layout, ...)

An arrays interface where the arrays are distributed according to a distributed layout.

UndistributedArraysInterface(...)

An arrays interface for the case when the arrays are not actually distributed.