It seems that the updated correlators module in the recent version of PEPSKit supports the calculation of long-range correlation functions correlators.jl . I have two questions regarding this:
- Does the current implementation fully support fermions? Specifically, if the tensors utilize
fZ2 symmetry, can the correlation functions be calculated correctly?
- Is it possible to add support for calculating correlation functions using
LocalOperator, similar to the interface/style of expectation_value?
Currently, correlator_horizontal and correlator_vertical seem to automatically convert input operators into MPOs. I believe adding direct support for LocalOperator (without explicit MPO conversion) would be more convenient and intuitive for calculating correlation functions in iPEPS.
It seems that the updated
correlatorsmodule in the recent version of PEPSKit supports the calculation of long-range correlation functions correlators.jl . I have two questions regarding this:fZ2symmetry, can the correlation functions be calculated correctly?LocalOperator, similar to the interface/style ofexpectation_value?Currently,
correlator_horizontalandcorrelator_verticalseem to automatically convert input operators into MPOs. I believe adding direct support forLocalOperator(without explicit MPO conversion) would be more convenient and intuitive for calculating correlation functions in iPEPS.