Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of fermionic systems #5

Open
diret47 opened this issue Sep 8, 2023 · 2 comments
Open

Support of fermionic systems #5

diret47 opened this issue Sep 8, 2023 · 2 comments

Comments

@diret47
Copy link

diret47 commented Sep 8, 2023

Hi.
Is it possible to compute fermionic PEPS?

@jurajHasik
Copy link
Owner

jurajHasik commented Dec 4, 2023

Hi,

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

https://github.com/yastn/yastn/tree/master/yastn/tn/fpeps

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)

@diret47
Copy link
Author

diret47 commented Dec 6, 2023

Thank you very much for your reply.
https://github.com/yastn/yastn/tree/master/yastn/tn/fpeps Is this implementation based on simple update or full update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants