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