pygsti.algorithms.gaugeopt

pygsti.algorithms.gaugeopt#

GST gauge optimization algorithms

Functions

gates_with_instruments(model)

gaugeopt_custom(model, objective_fn[, ...])

Optimize the gauge of a model using a custom objective function.

gaugeopt_to_target(model, target_model, ...)

Legacy function to optimize the gauge degrees of freedom of a model to that of a target.

Classes

GaugeoptToTargetArgs()

This class is basically a namespace.