| 1063 | } |
| 1064 | |
| 1065 | void bindSpinWrapper(nanobind::module_ &mod) { |
| 1066 | bindSpinOperator(mod); |
| 1067 | nanobind::implicitly_convertible<double, spin_op_term>(); |
| 1068 | nanobind::implicitly_convertible<std::complex<double>, spin_op_term>(); |
| 1069 | nanobind::implicitly_convertible<scalar_operator, spin_op_term>(); |
| 1070 | nanobind::implicitly_convertible<spin_op_term, spin_op>(); |
| 1071 | bindSpinModule(mod); |
| 1072 | } |
| 1073 | |
| 1074 | } // namespace cudaq |
no test coverage detected