struct QPanda::SU4TopologyMatch::gate

Store quantum gate information.

struct gate
{
    // fields

    int target;
    int control;
    int type;
    bool is_dagger;
    bool is_flip;
    std::vector<double> param;
};