class QPanda::SU4TopologyMatch¶
Overview¶
Su4 quantum circuit matches the topology of the physical qubits. More…
#include <SU4TopologyMatch.h> class SU4TopologyMatch { public: // structs struct gate; struct gates_digraph; struct node; struct node_cmp; // construction SU4TopologyMatch( QuantumMachine* machine, QVec& qv, ArchType arch_type = IBM_QX5_ARCH ); // methods void mapping_qprog(QProg prog, QProg& mapped_prog); };