| 158 | } |
| 159 | |
| 160 | void 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 |
no test coverage detected