struct QPanda::RandomCircuit::QubitInformation

#include <RandomCircuit.h>

struct QubitInformation
{
    // fields

    int x = 0;
    int y = 0;
    bool has_T = false;
    int gate_type = 0;
};