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

Method begin

runtime/common/SampleResult.cpp:301–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301CountsDictionary::iterator sample_result::begin() {
302 return retrieve_result(GlobalRegisterName).counts.begin();
303}
304
305CountsDictionary::iterator sample_result::end() {
306 return retrieve_result(GlobalRegisterName).counts.end();

Callers 11

longToBitStringFunction · 0.45
extractNameFromDataFunction · 0.45
serializeMethod · 0.45
deserializeMethod · 0.45
SampleResult.cppFile · 0.45
most_probableMethod · 0.45
register_namesMethod · 0.45
get_marginalMethod · 0.45
sortByKeysFunction · 0.45
dumpMethod · 0.45
has_even_parityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected