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
I have an unentangled density matrix that I would like to use as my starting initial state, with which I can encode as a MPO. My state has the same form as (S44) in https://arxiv.org/pdf/2002.08953.pdf.
This type of state feels like it should be easy to represent as an MPO due to the tensor product form, but I am unsure where to start.
The text was updated successfully, but these errors were encountered:
Looking at the presentation in https://github.com/mtfishman/ITensorTutorials.jl it seems I would be able to to construct the local MPO on each qubit directly from the matrix representation (with independent indices for each site), then I can compose these tensors together to generate the total MPO.
Assuming I can create this MPO correctly using ITensors, can this MPO be fed directly into 'runcircuit' as the starting state, which I can apply gates to?
I have an unentangled density matrix that I would like to use as my starting initial state, with which I can encode as a MPO. My state has the same form as (S44) in https://arxiv.org/pdf/2002.08953.pdf.
This type of state feels like it should be easy to represent as an MPO due to the tensor product form, but I am unsure where to start.
The text was updated successfully, but these errors were encountered: