We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, these 2 backends don't support random seed since cutensornetsamplersample is using a random default seed.
cutensornetsamplersample
When cutensornetsamplersample allows resetting the seed to a user-defined value, we need to update the backends to support cudaq::set_random_seed.
cudaq::set_random_seed
Enable these tests once this issue is fixed (PR #863):
cuda-quantum/unittests/integration/ghz_nisq_tester.cpp
Line 97 in 6edf1cd
The text was updated successfully, but these errors were encountered:
Related: https://github.com/NVIDIA/cuda-quantum/actions/runs/10104408125 failed with this error while processing docs/sphinx/examples/cpp/other/random_walk_qpe.cpp on the tensornet-mps backend:
docs/sphinx/examples/cpp/other/random_walk_qpe.cpp
tensornet-mps
Exited with code 134 a.out: /workspaces/cuda-quantum/runtime/nvqir/cutensornet/simulator_cutensornet.cpp:162: virtual bool nvqir::SimulatorTensorNetBase::measureQubit(std::size_t): Assertion `std::abs(1.0 - (prob0 + prob1)) < 1e-9' failed.
The docs link provided above still says the ability to reset the seed to a user-defined value may be provided in the future.
The problem in the Publishing run cannot easily be debugged without the ability to set the random seed.
CUDA-Q version used in the publishing run above: bac06f8 (main)
Sorry, something went wrong.
cutensornet
1tnguyen
Successfully merging a pull request may close this issue.
Currently, these 2 backends don't support random seed since
cutensornetsamplersample
is using a random default seed.When
cutensornetsamplersample
allows resetting the seed to a user-defined value, we need to update the backends to supportcudaq::set_random_seed
.Enable these tests once this issue is fixed (PR #863):
cuda-quantum/unittests/integration/ghz_nisq_tester.cpp
Line 97 in 6edf1cd
The text was updated successfully, but these errors were encountered: