pygsti.objects.FullyParameterizedGate.set_value¶
-
FullyParameterizedGate.
set_value
(value)¶ - Sets the value of the gate. In general, the “value” of a gate means a
- floating point number for each paramter. In this case when all gate matrix element are parameters, the value is the gate matrix itself.
Parameters: value (numpy array) – A numpy array of shape (gate_dim, gate_dim) representing the gate action. Returns: Return type: None