Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-quantum
/ convert
Function
convert
python/utils/PyTypes.h:192–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
191
template <>
192
inline nanobind::object convert(bool value) {
193
return nanobind::bool_(value);
194
}
195
196
template <>
197
inline nanobind::object convert(std::int8_t value) {
Callers
nothing calls this directly
Calls
2
Float
Class · 0.85
Complex
Class · 0.85
Tested by
no test coverage detected