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

Method runWithConfiguration

Extensions/PilotOSMachine/QPilotOSMachine.cpp:550–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548}
549
550std::map<std::string, size_t> QPilotOSMachine::runWithConfiguration(QProg& prog, int shots,
551 const QPanda::NoiseModel& noise_model/* = QPanda::NoiseModel()*/)
552{
553 return runWithConfiguration(prog, shots, ANY_CLUSTER_BACKEND, noise_model);
554}
555
556std::map<std::string, size_t> QPilotOSMachine::runWithConfiguration(QProg& prog, int shots,
557 const uint32_t& backendID, const QPanda::NoiseModel& noise_model/* = QPanda::NoiseModel()*/)

Callers 10

run_circuitsMethod · 0.45
calc_circ_balanceMethod · 0.45
calc_circ_independMethod · 0.45
calc_circ_bfaMethod · 0.45
quasi_probabilityMethod · 0.45
_QAE_in_QMachineMethod · 0.45
grover_search_algFunction · 0.45

Calls 11

get_noise_model_typeMethod · 0.80
get_single_paramsMethod · 0.80
get_double_paramsMethod · 0.80
build_noise_paramsMethod · 0.80
enabledMethod · 0.45
sizeMethod · 0.45
qAllocManyMethod · 0.45
whatMethod · 0.45

Tested by

no test coverage detected