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
"""return either the circuit that prepares the solution or the solution as a vector"""
returnself._state
I think that solution above is meant to be an instance of the class so solution = HHLResult() and the return self._solution ?
I do not think these things are changing the final results but you never know the future. Please, let me know what do you think.
Hi @koenleijnse,
While investigating the preconditioning problem for HHL, I spotted two minor things that wanted to check with you.
hhl-prototype/hhl_prototype/solver/hhl.py
Line 362 in f911099
hhl-prototype/hhl_prototype/solver/hhl_result.py
Lines 57 to 59 in f911099
I think that
solutionabove is meant to be an instance of the class sosolution = HHLResult()and thereturn self._solution?I do not think these things are changing the final results but you never know the future. Please, let me know what do you think.