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
Currently, we can create MPOs for the Ising and Heisenberg models. It would be better to have a Hamiltonian constructor similar to other packages, however, it may be tricky due to generalizing MPO construction.
Describe the solution you'd like
When the user inputs some strings such as ''XX + Z', then an MPO of these interactions is created. Inspiration can be taken from other quantum simulation libraries. Ideally this would also exist for creating quantum circuits from the input Hamiltonian.
The text was updated successfully, but these errors were encountered:
What's the problem this feature will solve?
Currently, we can create MPOs for the Ising and Heisenberg models. It would be better to have a Hamiltonian constructor similar to other packages, however, it may be tricky due to generalizing MPO construction.
Describe the solution you'd like
When the user inputs some strings such as ''XX + Z', then an MPO of these interactions is created. Inspiration can be taken from other quantum simulation libraries. Ideally this would also exist for creating quantum circuits from the input Hamiltonian.
The text was updated successfully, but these errors were encountered: