unlift()#

static QuadraticLifter.unlift(lifted_states)[source]#

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

Parameters
lifted_states(2n, k) ndarray

Learning variables.

Returns
states(n, k) ndarray

Native state variables.