Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support user defined seed in cutensornetSamplerSample and sampler_sample #143

Closed
PabloAndresCQ opened this issue Jun 27, 2024 · 2 comments
Closed
Assignees

Comments

@PabloAndresCQ
Copy link

There's a note in the docs of cutensornetSamplerSample, indicating that currently there is no support for user-defined RNG seeds. This is an important feature for debugging purposes in quantum experiments. Will this be included in the next release?

@DmitryLyakh
Copy link
Collaborator

We are working on adding a custom random seed, please stay tuned.

@yangcal
Copy link
Collaborator

yangcal commented Aug 19, 2024

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.

Meanwhile, we have released a python tensor network simulator with sampling capability under the experimental module and seed is supported in the compute_sampling method. Please check out our documentation here and your feedback on our simulator APIs are more than welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants