You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you've read the documentation. Your issue may be addressed there.
Search the issue tracker to verify that this hasn't already been reported. +1 or comment there if it has.
If possible, make a PR with a failing test to give us a starting point to work on!
Describe the bug
Enabling a basic validation that runs all examples on the GPU backends, the gradients example fails to make progress. Locally, everything works fine, but on the runners the values are odd:
Locally:
In .github/workflows/publishing.yml enable the /home/cudaq/examples/cpp/other/gradients.cpp example in the validation job, then manually run the workflow for a recent deployment. It would be good to find a local repro, but I don't have one right now.
Expected behavior
The example should succeed.
Is this a regression? If it is, put the last known working version (or commit) here.
Not a regression
Environment
CUDA Quantum version: latest main
Python version: N/A
C++ compiler: any
Operating system: N/A
Suggestions
No response
The text was updated successfully, but these errors were encountered:
Hi, I guess the optimization is done by Powell's COBYLA here. If yes, this is a known issue of the old version of COBYLA based on the original Fortran 77 implementation, which may get stuck in infinite loops. It is advised to switch to the PRIMA implementation of COBYLA. See #399 (comment). Thanks.
Required prerequisites
Describe the bug
Enabling a basic validation that runs all examples on the GPU backends, the gradients example fails to make progress. Locally, everything works fine, but on the runners the values are odd:
Locally:
On the GH runner:
I haven't had a chance to look further.
May be related:
#583
#623
#399
Steps to reproduce the bug
In .github/workflows/publishing.yml enable the /home/cudaq/examples/cpp/other/gradients.cpp example in the validation job, then manually run the workflow for a recent deployment. It would be good to find a local repro, but I don't have one right now.
Expected behavior
The example should succeed.
Is this a regression? If it is, put the last known working version (or commit) here.
Not a regression
Environment
Suggestions
No response
The text was updated successfully, but these errors were encountered: