qdk_chemistry.algorithms.circuit_mapper.base module

QDK/Chemistry unitary circuit mapper abstractions.

class qdk_chemistry.algorithms.circuit_mapper.base.CircuitMapper[source]

Bases: Algorithm

Base class for unitary circuit mappers in QDK/Chemistry algorithms.

__init__()[source]

Initialize the CircuitMapper.

class qdk_chemistry.algorithms.circuit_mapper.base.CircuitMapperFactory[source]

Bases: AlgorithmFactory

Factory class for creating CircuitMapper instances.

algorithm_type_name()[source]

Return circuit_mapper as the algorithm type name.

Return type:

str

default_algorithm_name()[source]

Return pauli_sequence as the default algorithm name.

Return type:

str