pygsti.baseobjs.polynomial

pygsti.baseobjs.polynomial#

Defines the Polynomial class

Functions

bulk_load_compact_polynomials(vtape, ctape)

Create a list of Polynomial objects from a "tape" of their compact versions.

compact_polynomial_list(list_of_polys)

Create a single vtape,ctape pair from a list of normal Polynomials

Classes

FASTPolynomial

alias of Polynomial

Polynomial([coeffs, max_num_vars])

A polynomial that behaves like a Python dict of coefficients.