As stated in the EstimatorV2 doc, the constructor only accepts mode and options as parameters. Furthermore, the mode param accepts a Backend as input, so i've replaced the wrong backend param with it.
I hope this helps, let me know if i can do something else :)
As stated in the EstimatorV2 doc, the constructor only accepts
mode
andoptions
as parameters. Furthermore, themode
param accepts aBackend
as input, so i've replaced the wrongbackend
param with it.I hope this helps, let me know if i can do something else :)
Closes #179