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

Method cbegin

runtime/common/SampleResult.cpp:309–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309CountsDictionary::const_iterator sample_result::cbegin() const {
310 return retrieve_result(GlobalRegisterName).counts.cbegin();
311}
312
313CountsDictionary::const_iterator sample_result::cend() const {
314 return retrieve_result(GlobalRegisterName).counts.cend();

Callers 15

bindAltLaunchKernelMethod · 0.80
TESTFunction · 0.80
validate_opcodeMethod · 0.80
create_matrixMethod · 0.80
to_sparse_matrixMethod · 0.80
to_matrixMethod · 0.80
transformMethod · 0.80
degreesMethod · 0.80
canonicalizeMethod · 0.80
distribute_termsMethod · 0.80
sum_opMethod · 0.80
degreesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected