struct QPanda::GateInfo

Save the parsed logical gate information.

#include <QScheduler.h>

struct GateInfo
{
    // fields

    int target;
    int control;
    int type;
    bool is_dagger;
    std::vector<double> param;
    std::string gate_name;
    int barrier_id;
};