struct QPanda::CallGateInfo

define QGate function info

#include <OriginIRToQProg.h>

struct CallGateInfo
{
    // fields

    std::string gate_name;
    std::vector<std::string> qubits;
    std::vector<std::shared_ptr<Exp>> angles;
};