F = polySystem(G,R)
Given a gate system and a polynomial ring, this function constructs a classical (represented via M2 polynomial map) polynomial system.
|
|
|
|
|
|
The ring is expected to be of the form K[x_1..x_n] or K[a_1..a_m][x_1..x_n]. In the latter case, the gate system is expected to take m parameters.
|
|
|
|
|
|