.. index:: pair: struct; QGateParam .. _doxid-struct_q_gate_param: struct QGateParam ================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct QGateParam { // fields :ref:`Qnum` :target:`qVec`; :ref:`QStat` :target:`qstate`; int :target:`qubitnumber`; bool :target:`enable` = true; // construction :target:`QGateParam`(); :target:`QGateParam`(int qn); :target:`QGateParam`( int qn, :ref:`Qnum` num ); };