.. index:: pair: struct; QPanda::SU4TopologyMatch::gate .. _doxid-struct_q_panda_1_1_s_u4_topology_match_1_1gate: struct QPanda::SU4TopologyMatch::gate ===================================== .. toctree:: :hidden: Store quantum gate information. .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct gate { // fields int :target:`target`; int :target:`control`; int :target:`type`; bool :target:`is_dagger`; bool :target:`is_flip`; std::vector :target:`param`; };