pygsti.models.modelparaminterposer

pygsti.models.modelparaminterposer#

Defines the ModelParamsInterposer class and supporting functionality.

Classes

LinearInterposer(transform_matrix)

Model parameters are linear combinations of operation parameters.

ModelParamsInterposer(num_params, num_op_params)

A function class that sits in between an OpModel's parameter vector and those of its operations.