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

Method get_value_function

runtime/cudaq/algorithms/schedule.cpp:102–106  ·  view source on GitHub ↗

Get the value function of the schedule.

Source from the content-addressed store, hash-verified

100
101// Get the value function of the schedule.
102const std::function<std::complex<double>(const std::string &,
103 const std::complex<double> &)>
104schedule::get_value_function() const {
105 return value_function;
106}
107
108} // namespace cudaq

Callers 4

NB_MODULEFunction · 0.80
ensureStepperMethod · 0.80
scheduleParamsAtMethod · 0.80
evolveBatchedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected