pygsti.modelmembers.operations.denseop

pygsti.modelmembers.operations.denseop#

The DenseOperator class and supporting functionality.

Functions

check_deriv_wrt_params(operation[, ...])

Checks the deriv_wrt_params method of a LinearOperator object.

finite_difference_deriv_wrt_params(...[, eps])

Computes a finite-difference Jacobian for a LinearOperator object.

Classes

DenseOperator(mx, basis, evotype[, state_space])

An operator that behaves like a dense super-operator matrix.

DenseUnitaryOperator(mx, basis, evotype, ...)

TODO: update docstring An operator that behaves like a dense (unitary) operator matrix.