Utility APIs¶
Under cuquantum
, shared utility APIs are provided to facilitate seamless integration and usage across various modules of the cuquantum-python library.
API reference¶
Python objects & constants¶
Objects¶
|
Protocol for memory manager plugins. |
|
An RAII class for a device memory buffer. |
|
This exception is raised when the operation requires more device memory than what was specified in operation options. |
Enums¶
Here is a collection of enums supported by cuquantum.bindings.cudensitymat
, cuquantum.bindings.custatevec
and cuquantum.bindings.cutensornet
modules.
Warning
In a future release, enums exposed here will be deprecated and removed in favor of those imported from CUDA Python.
|
An enumeration of CUDA compute types. |
|
An enumeration of |
|
An enumeration of library version information. |