struct QPanda::QGateNode

#include <PartialAmplitudeGraph.h>

struct QGateNode
{
    // fields

    unsigned short gate_type;
    bool isConjugate;
    uint32_t tar_qubit;
    uint32_t ctr_qubit;
    float gate_parm;
    uint32_t tof_qubit;
};