yangcal

Results 22 comments of yangcal

Thanks for reporting the issue. This is under our radar and we will address it in our next release.

Hello all, Sorry that we forgot to update the ticket. In cuquantum-python 24.03, we have fixed the bug, see the release notes [here](https://docs.nvidia.com/cuda/cuquantum/latest/python/release-notes.html#cuquantum-python-v24-03-0). Our newest 24.03 docker container was just...

Thanks for reporting. We're aware of the issue and are working on a fix.

This has been fixed in the latest cuquantum-python v24.08. Please check out our new release.

``NetworkOptions.memory_limit`` is meant to act as the budge guide but it appears that there may be a bug that we didn't throw an `MemoryError` in `decompose/contract_decompose` when required memory exceeds...

The current `decompose` doesn't actually check `options.memory_limit` (this is a bug) on our side. Ideally we should check the workspace required like what we do in `contract`, see [here](https://github.com/NVIDIA/cuQuantum/blob/db47013d6bf4fc0940b7921f11df6506ca07de03/python/cuquantum/cutensornet/tensor_network.py#L584). For...

Our next release is planned out around end of Oct or early Nov. Please stay tuned!

This has been fixed by the new `MemoryLimitExceeded` exception class in cuquantum-python 24.11: https://docs.nvidia.com/cuda/cuquantum/24.11.0/python/api/generated/cuquantum.MemoryLimitExceeded.html#cuquantum.MemoryLimitExceeded, closing this issue

In the latest cuTensorNet v2.5.0, we have added new enum entry `CUTENSORNET_SAMPLER_CONFIG_DETERMINISTICE` under `cutensornetSamplerAttributes`. Please refer to the documentation [here](https://docs.nvidia.com/cuda/cuquantum/latest/cutensornet/api/types.html#_CPPv4N30cutensornetSamplerAttributes_t40CUTENSORNET_SAMPLER_CONFIG_DETERMINISTICE). Meanwhile, we have released a python tensor network simulator with...