Dot product of two AOneOp
.
First applies a
, then dual-space conjugated b
.
a | first applied operator |
b | second applied, dual-space conjugated operator |
syten::MPS::dot()
.If a
acts to the left of b
, the contraction occurs as follows:
If b
acts to the left of a
, the contraction still proceeds as above but the legs of the results are exchanged:
References syten::insertSwap(), isLeft(), syten::IPEPS::AOneOp::location, syten::IPEPS::AOneOp::op, and syten::YesNo< struct _prod_conj >::y().