FeatureMap

class FeatureMap[source]

Base class for FeatureMap.

This method should initialize the module and use an exception if a component of the module is not available.

Attributes

FeatureMap.feature_dimension

returns feature dimension

FeatureMap.num_qubits

returns number of qubits

FeatureMap.support_parameterized_circuit

returns whether or not the sub-class support parameterized circuit

Methods

FeatureMap.construct_circuit(x[, qr, inverse])

Construct the variational form, given its parameters.

FeatureMap.get_entangler_map(map_type, …)

get entangle map

FeatureMap.validate_entangler_map(…)

validate entangler map