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
While running the
'result = vqe_inst.vqe_run(.....)' function, in accordance with the documentation I set the parameter 'return_all = True' in order to get the intermediate values (of expectations and ansatz parameters) in all iterations. However, when I ask for the result['expectation_vals'] , I get the empty array.
The same for the 'iteration_params'
What is the problem? Is it a bug?
Thanks
The text was updated successfully, but these errors were encountered:
Hello.
While running the
'result = vqe_inst.vqe_run(.....)' function, in accordance with the documentation I set the parameter 'return_all = True' in order to get the intermediate values (of expectations and ansatz parameters) in all iterations. However, when I ask for the result['expectation_vals'] , I get the empty array.
The same for the 'iteration_params'
What is the problem? Is it a bug?
Thanks
The text was updated successfully, but these errors were encountered: