MCPcopy Create free account
hub / github.com/OriginQ/QPanda-2 / build_arch_graph

Method build_arch_graph

Extensions/QMapping/OBMTQMapping.cpp:1242–1245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1240}
1241
1242ArchGraph::sRef OptBMTQAllocator::build_arch_graph(const QMappingConfig& config_data)
1243{
1244 return config_data.get_arch_config();
1245}
1246
1247ArchGraph::sRef OptBMTQAllocator::build_arch_graph(const std::vector<std::vector<double>>& matrix_connect, const std::vector<uint32_t>& phy_partition)
1248{

Callers

nothing calls this directly

Calls 5

moveFunction · 0.85
get_arch_configMethod · 0.80
putRegMethod · 0.80
sizeMethod · 0.45
putEdgeMethod · 0.45

Tested by

no test coverage detected