qdk_chemistry.algorithms.qubit_mapper package

QDK/Chemistry qubit mapper abstractions and utilities.

This module provides the base class QubitMapper as well as the QubitMapperFactory for mapping electronic structure Hamiltonians to qubit Hamiltonians using various mapping strategies.

class qdk_chemistry.algorithms.qubit_mapper.QubitMapperFactory

Bases: AlgorithmFactory

Factory class for creating QubitMapper instances.

algorithm_type_name()

Return qubit_mapper as the algorithm type name.

Return type:

str

default_algorithm_name()

Return qiskit as the default algorithm name.

Return type:

str

Submodules