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

Method sequential_data

runtime/common/SampleResult.cpp:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296std::vector<std::string>
297sample_result::sequential_data(const std::string_view registerName) const {
298 return retrieve_result(registerName.data()).getSequentialData();
299}
300
301CountsDictionary::iterator sample_result::begin() {
302 return retrieve_result(GlobalRegisterName).counts.begin();

Callers 10

CUDAQ_TESTFunction · 0.80
CUDAQ_TESTFunction · 0.80
CUDAQ_TESTFunction · 0.80
get_msm_testFunction · 0.80
CUDAQ_TESTFunction · 0.80
CUDAQ_TESTFunction · 0.80
aggregateResultsFunction · 0.80
executeMethod · 0.80
completeLaunchKernelMethod · 0.80
getMethod · 0.80

Calls 2

getSequentialDataMethod · 0.80
dataMethod · 0.45

Tested by 6

CUDAQ_TESTFunction · 0.64
CUDAQ_TESTFunction · 0.64
CUDAQ_TESTFunction · 0.64
get_msm_testFunction · 0.64
CUDAQ_TESTFunction · 0.64
CUDAQ_TESTFunction · 0.64