.. index:: pair: class; QPanda::QuantumChipAdapter .. _doxid-class_q_panda_1_1_quantum_chip_adapter: class QPanda::QuantumChipAdapter ================================ .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class QuantumChipAdapter { public: // construction :target:`QuantumChipAdapter`( :ref:`QuantumMachine`* quantum_machine, bool b_mapping = true, const std::string config_data = :ref:`CONFIG_PATH` ); // methods void :target:`init`(); void :target:`adapter_conversion`( :ref:`QProg`& prog, :ref:`QVec`& new_qvec ); void :target:`mapping`(:ref:`QProg`& prog); };