struct QPanda::StitchesInfo

Overview

Cutting point information Note: Each cut point corresponds to a measurement-qubit and a preparation-qubit of two sub-circuit respectively. More…

#include <CutQC.h>

struct StitchesInfo
{
    // typedefs

    typedef std::pair<uint32_t, uint32_t> sub_cir_op_qubit_index;

    // fields

    sub_cir_op_qubit_index m_meas_qubit;
    sub_cir_op_qubit_index m_prep_qubit;
};

Detailed Documentation

Cutting point information Note: Each cut point corresponds to a measurement-qubit and a preparation-qubit of two sub-circuit respectively.

Typedefs

typedef std::pair<uint32_t, uint32_t> sub_cir_op_qubit_index

sub_circuit_index : qubit_index