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 a question about the setting of the initial state. How can i set the initial state of the system as the maximal entanglement state in PT-TEBD algorithm,if the system is composed by two qubits?
Best regards.
The text was updated successfully, but these errors were encountered:
You can start a TEBD simulation in any state. For this it is, however, necessary to enter the state in a canonical Vidal form in Liouville space. This means that for a N site chain you'll need to enter the state in an MPS form consisting of N Gamma tensors and N-1 diagonal lambda matrices as shown in this picture:
I've labeled the axis of the Gamma tensors with "L" for "left bond", "R" for "right bond", "P" for "physical bond in vectorised Liouville space". The axis order should be [L, P, R] as described in the documentation of oqupy.AugmentedMPShere.
Example: |Ψ-> Bell State
Let's assume we'd like to start a PT-TEBD simulation in the Bell State |Ψ-> = |u, d> - |d, u>. (read "up" and "down" for "u" and "d"). The density matrix for this state is:
The last expression is an MPS in canonical form with a bond dimension of 4 due to the 4 terms. We can write this in python using the single site Liouville basis {uu, ud, du, uu} where xy = |x><y|.
We appreciate that this is not the most convenient way of entering a general initial state. Making correlated initial state more accessible is on an internal ToDo list. If anyone has any problems with this (or, in fact, has written something that could help) feel free to open another issue about it!
Hi TEMPO developers,
I have a question about the setting of the initial state. How can i set the initial state of the system as the maximal entanglement state in PT-TEBD algorithm,if the system is composed by two qubits?
Best regards.
The text was updated successfully, but these errors were encountered: