Parameter¶
-
class
Parameter
(name)[source]¶ Bases:
qiskit.circuit.parameterexpression.ParameterExpression
Parameter Class for variable parameters.
Create a new named
Parameter
.- Parameters
name (
str
) – name of theParameter
, used for visual representation. This can be any unicode string, e.g. “ϕ”.
Methods
Arccos of a ParameterExpression
Arcsin of a ParameterExpression
Arctan of a ParameterExpression
Assign one parameter to a value, which can either be numeric or another parameter expression.
Binds the provided set of parameters to their corresponding values.
Return the conjugate.
Cosine of a ParameterExpression
Exponential of a ParameterExpression
Get the derivative of a parameter expression w.r.t.
Return whether the expression is real
Logarithm of a ParameterExpression
Sine of a ParameterExpression
Substitute self with the corresponding parameter in
parameter_map
.Tangent of a ParameterExpression
Attributes
-
parameters
¶ Returns a set of the unbound Parameters in the expression.
- Return type
Set