FeatureMap¶
-
class
FeatureMap
[source]¶ Bases:
abc.ABC
Base class for FeatureMap.
This method should initialize the module and use an exception if a component of the module is not available.
Methods
Construct the variational form, given its parameters.
get entangle map
validate entangler map
Attributes
-
feature_dimension
¶ returns feature dimension
-
num_qubits
¶ returns number of qubits
-
support_parameterized_circuit
¶ returns whether or not the sub-class support parameterized circuit
-