unlift()

unlift()#

PolynomialLifter.unlift(lifted_states)[source]#

Apply the reverse lifting map \((q, q^2, ...) \to q\).

Parameters:
lifted_states(num_variables * n, k) ndarray

Learning variables.

Returns:
states(n, k) ndarray

Native state variables.