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
please make checks showing that the eo compiling agress with h.exp(0.5) if you cast your compiled circuit into a unitary . Here is an example how we checked the XXZ
Please fill in the pseudocode structure
boostvqe/src/boostvqe/models/dbi/double_bracket_evolution_oracles.py
Lines 267 to 293 in c6da8c5
key is to use something like this on
h.circuit(dt)
HamiltonianSimulation gives 1 Trotter step use this to multiply them up, @shangtai please help out with this too
boostvqe/src/boostvqe/compiling_XXZ.py
Lines 162 to 165 in c6da8c5
please make checks showing that the eo compiling agress with
h.exp(0.5)
if you cast your compiled circuit into a unitary . Here is an example how we checked the XXZboostvqe/notebooks/compiling_XXZ_test.py
Line 14 in c6da8c5
for the PR please make a plot like this https://github.com/qiboteam/boostvqe/blob/symbolic_hamiltonian_evolution_oracle/notebooks/docs_and_tutorial_ideas/example_comparison_XXZ_compiling_check.ipynb maybe in log scale to show the scaling
please run this comparison for all models from New Hamiltonians #45 that are two local
The text was updated successfully, but these errors were encountered: