qiskit.circuit.ParameterVector¶
-
class
ParameterVector
(name, length=0)[source]¶ ParameterVector class to quickly generate lists of parameters.
Methods
__init__
(name[, length])Initialize self.
resize
(length)Resize the parameter vector.
Attributes
Returns the name of the ParameterVector.
Returns the list of parameters in the ParameterVector.
-
property
name
¶ Returns the name of the ParameterVector.
-
property
params
¶ Returns the list of parameters in the ParameterVector.
-
property