.. index:: pair: struct; QPanda::GateInfo .. _doxid-struct_q_panda_1_1_gate_info: struct QPanda::GateInfo ======================= .. toctree:: :hidden: Save the parsed logical gate information. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct GateInfo { // fields int :target:`target`; int :target:`control`; int :target:`type`; bool :target:`is_dagger`; std::vector :target:`param`; std::string :target:`gate_name`; int :target:`barrier_id`; };