MCPcopy Create free account
hub / github.com/NVIDIA/cuda-quantum / end

Method end

runtime/common/SampleResult.cpp:305–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305CountsDictionary::iterator sample_result::end() {
306 return retrieve_result(GlobalRegisterName).counts.end();
307}
308
309CountsDictionary::const_iterator sample_result::cbegin() const {
310 return retrieve_result(GlobalRegisterName).counts.cbegin();

Callers 13

longToBitStringFunction · 0.45
appendResultMethod · 0.45
serializeMethod · 0.45
deserializeMethod · 0.45
appendMethod · 0.45
SampleResult.cppFile · 0.45
try_retrieve_resultMethod · 0.45
probabilityMethod · 0.45
most_probableMethod · 0.45
register_namesMethod · 0.45
get_marginalMethod · 0.45
sortByKeysFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected