2. Projected Entangled-Pair States#
2.1. Construction of PEPS#
Recall MPS form:
It can be viewed as
Define projection operator
and the entangled-pair state between two sites
then we get
We can see from the simple construction that 1D PEPS maps the entangled-pair virtual space \((\mathbb C^\mathrm{D})^{\otimes 2}\) to the physical space \(\mathbb C^d\).
More generally, 1D PEPS can be natually extended to higher-dimensional ones. Generally a PEPS can be written as
where
\((h,v)\) are indices of sites;
The matrix \([A_{(h,v)}]\) has four virtual (or auxiliary) indices \(l, r, u, d\) (denoting the direction) and one physical index \(k\);
\(\mathcal F\) is the notation of some contraction of matrix.
From the projection view, one can define a projection operator \(\mathcal{P}: (\mathbb C^D)^{\otimes 4} \to \mathbb C^d\):
where
Physical states are denoted with alphabet \(a,b,c \cdots\)
Auxiliary or virtual states are denoted by Greek alphabet \(\alpha, \beta, \gamma, \delta\) for left, right, up and down directions in each site.
The entangled-pair states between two sites (should be normalized) are written as:
in the notation of wave function, we denote \(| abc \cdots \rangle \equiv \cdots \hat c^\dagger \hat b^\dagger \hat a^\dagger | \mathrm{vac} \rangle\) and \((| abc \rangle)^\dagger = \langle abc |\). This is worth being noted while considering Fermion.
Example: GHZ State
For boson system that \(d = D = 2\). If we define the projection operator
Then if one of the virtual state is chosen to \(0\) or \(1\), then all of the physical indices and virtual indices should be identical. So this PEPS defines a GHZ state.
Example: Classical Partition Function
Let a Hamiltonian \(H[s] = \sum\limits_{\langle ij \rangle} h[s_i, s_j]\), where \(i, j\) are indices of site position. Then if we define the projection coefficient
Then it defines a PEPS
and the inner product of \(| \Psi \rangle\) is proportional to partition function \(Z(\beta)\). The PEPS therefore defines a classical thermal state.
Also since at critical temperature, the 2D spin correlation function has a \(-\dfrac{1}{4}\) polynominal decay behavior, therefore PEPS can handle polynominally-decaying correlations of system.
2.2. Calculating Properties#
Recall that in MPS, we implement left or right normalization procedure, and then calcualting ground states become a common eigenvalue problem. However, due to the loop property of PEPS, we cannot exactly use the left/right canonical algorithm. Although we can directly calculate the overlap and expectation value by a general eigenvalue problem:
However, the coefficient matrix of \(\mathcal H\) and \(\mathcal N\) will grow exponentially, and the well-definition of \(\mathcal N\) is not clear. Hence approximate method of property calculation about PEPS should be developed.
2.3. Fermion PEPS#
Before expanding PEPS formalism into fermion, we should note that the major difference between fermion and boson is that fermion has exchange antisymmetry so that for two sites \(i\) and \(j\), the direct product will change sign:
in which \(P_i\) is the Parity of state \(i\). Parity, in this context, can be primitively understood as whether or not the partical number of a certain state is odd or even. If partical number is odd, parity is \(1\); else, it is \(0\).
More mathematically, for a super vector space \(V\), it has a direct sum decomposition to \(V^0 \oplus V^1\) according to the parity, so does its dual space \(V^* = V^{*0} \oplus V^{*1}\).
Apart from electronic state, we can also define parity for a general tensor. Consider the tensor at space \(V \otimes \cdots\), then the parity is just that added from the vectors in each space.
References:
[1] , [2] : Introductory Review
[3] : PEPS Construction
[4] : Fermionic MPS, more mathematically.