QNSPSA function optimize not implemented #163
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
Environment
What is happening?
Hi,
I want to use the optimizer QNSPSA. I used the documentation on the github page. I used the sample code in the description of the class
And, surprise... I got the error
AttributeError: 'QNSPSA' object has no attribute 'optimize'
becauseoptimize
is not implemented...How can we reproduce the issue?
Simply run the code provided in the class description.
What should happen?
Optimization process.
Any suggestions?
Complete the class with the optimize function or update the documentation and class description in order to have a good reference to use the optimizer.
The text was updated successfully, but these errors were encountered: