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

Method pMeasure

Core/QuantumMachine/OriginQVM.cpp:2199–2202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2197}
2198
2199prob_tuple IdealQVM::pMeasure(QVec qubit_vector, int select_max)
2200{
2201 return PMeasure(qubit_vector, select_max);
2202}
2203
2204prob_vec IdealQVM::pMeasureNoIndex(QVec qubit_vector)
2205{

Callers 6

run_with_optimizingMethod · 0.45
PMeasureMethod · 0.45
PMeasure_no_indexMethod · 0.45
getProbListMethod · 0.45
get_expectationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected