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
Thanks @Sam-XiaoyueLi for spotting the issue. I've fixed it in da648a0.
Only steps was not passed correctly because it was ovewritten by the class EvolutionOracle. order is passed correctly.
By running your script above (btw you forgot to import XXZ_EvolutionOracle :D ), I'm now getting a straight line as expected
On branch
refactor_again
, settingbase_oracle = XXZ_EvolutionOracle.from_nqubits(nqubits=5, delta=0.5, steps=3, order=1)
I believe that https://github.com/qiboteam/boostvqe/blob/e5d458d5d591530f24ce87510d90608991c640da/src/boostvqe/models/dbi/double_bracket_evolution_oracles.py#L274C1-L295C10
is not passing
steps
andorder
since
This will cause the oracle's circuit to be different from
nqubit_XXZ_decomposition
. To see this, you may runthe correct plot would be a straight line 0, but we get:
The text was updated successfully, but these errors were encountered: