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
In current implementation of blueqat.vqe, when minimizer is called, a number of parameters is passed to minimizer.
This behaviour is reasonable if user doesn't know the detail of the ansatz.
However, if user knows the ansatz and wants to adjust parameters, this behaviour is inconvenient.
There are some ad-hoc workarounds.
Ignoring n_params is one of an easy workaround.
Now, scipy optimizer wrapper set randomized parameter as x0 value.
However, user may know better initial value.
The text was updated successfully, but these errors were encountered: