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

Method execute_measure_task_vec

Extensions/PilotOSMachine/QPilotMachine.cpp:2856–2864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2854//}
2855
2856ErrorCode QPilotMachine::execute_measure_task_vec(const CalcConfig &config, std::vector<std::map<std::string, double>> &result)
2857{
2858 /* 初始化m_imp_obj */
2859 if (m_imp_obj->init(m_pilot_url, m_log_cout))
2860 {
2861 return m_imp_obj->execute_measure_task_vec(config, result);
2862 }
2863 return ErrorCode::ERR_TCP_INIT_FATLT;
2864}
2865
2866ErrorCode QPilotMachine::execute_measure_task_vec(const CalcConfig &config, std::vector<std::map<std::string, size_t>> &result)
2867{

Callers 4

real_chip_measureMethod · 0.45
real_chip_measure_vecMethod · 0.45
export_extension_classFunction · 0.45

Calls 1

initMethod · 0.45

Tested by

no test coverage detected