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

Function bindScalarWrapper

python/runtime/cudaq/operators/py_scalar_op.cpp:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void bindScalarWrapper(nanobind::module_ &mod) {
161 bindScalarOperator(mod);
162 nanobind::implicitly_convertible<double, scalar_operator>();
163 nanobind::implicitly_convertible<std::complex<double>, scalar_operator>();
164}
165
166} // namespace cudaq

Callers 1

NB_MODULEFunction · 0.85

Calls 1

bindScalarOperatorFunction · 0.85

Tested by

no test coverage detected