.. index:: pair: struct; QPanda::StitchesInfo .. _doxid-struct_q_panda_1_1_stitches_info: struct QPanda::StitchesInfo =========================== .. toctree:: :hidden: Overview ~~~~~~~~ Cutting point information Note: Each cut point corresponds to a measurement-qubit and a preparation-qubit of two sub-circuit respectively. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct StitchesInfo { // typedefs typedef std::pair :ref:`sub_cir_op_qubit_index`; // fields :ref:`sub_cir_op_qubit_index` :target:`m_meas_qubit`; :ref:`sub_cir_op_qubit_index` :target:`m_prep_qubit`; }; .. _details-struct_q_panda_1_1_stitches_info: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Cutting point information Note: Each cut point corresponds to a measurement-qubit and a preparation-qubit of two sub-circuit respectively. Typedefs -------- .. index:: pair: typedef; sub_cir_op_qubit_index .. _doxid-struct_q_panda_1_1_stitches_info_1a5b0d27762ea53e1c086a705603d88395: .. ref-code-block:: cpp :class: doxyrest-title-code-block typedef std::pair sub_cir_op_qubit_index sub_circuit_index : qubit_index