Translate the projected BCS state to the fermionic projected entangled pair state(fPEPS).
Demo code for the paper Projected d-wave superconducting state: a fermionic projected entangled pair state study.
- Using Pluto Notebook and open example.jl
- An alternative implementation of "translation" is
translate.py
Dependencies are maintained via hatch
. Run codes with
hatch run python gfpeps_app.py
hatch run python translate.py
JAX, PyManopt and h5py are required to run gfpeps/main.py.
Pluto is needed to open the example notebook to open example.jl.