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
currently fermionic iPEPS are not available out-of-the-box. What are the options:
One way of formulating iPEPS computations with fermions is in terms of Z2-symmetric block-sparse tensors
together with swap-gates realizing anticommutation rules. The basic ingredients for that, including AD support,
can be provided by YASTN - https://github.com/yastn/yastn
YASTN is already used here, in peps-torch, for implementation of abelian-symmetric iPEPS / CTM / observables / transfer matrices.
The YASTN also includes full implementation of (finite-temperature) Hubbard model, see
So if you want to instead do AD-based optimizations, one can start from there, making use of CTM & observables. That's pretty much all you need for AD-optimization.
Alternatively, there are open-source fermionic TNs supported by i.e. QuantumGhent's TensorKit https://github.com/Jutho/TensorKit.jl (in Julia language)
Hi.
Is it possible to compute fermionic PEPS?
The text was updated successfully, but these errors were encountered: