.. _qf_mapper_library: ============== Mapper Library ============== The C API provides efficient implementations of commonly used operator representation mapper routines. .. table:: ================================ ================================================== :c:func:`qf_jordan_wigner` Map a :c:struct:`QfFermionOperator` to a :external+cqiskit:doc:`QkObs ` under the Jordan-Wigner transformation. :c:func:`qf_fermion_to_majorana` Map a :c:struct:`QfFermionOperator` to a :c:struct:`QfMajoranaOperator`. :c:func:`qf_majorana_to_fermion` Map a :c:struct:`QfMajoranaOperator` to a :c:struct:`QfFermionOperator`. ================================ ================================================== ---- .. doxygengroup:: qf_mapper_library :content-only: