Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 875 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 875 Bytes

Gaussian-fPEPS

Translate the projected BCS state to the fermionic projected entangled pair state(fPEPS).

About

Demo code for the paper Projected d-wave superconducting state: a fermionic projected entangled pair state study.

Example

  • Using Pluto Notebook and open example.jl
  • An alternative implementation of "translation" is translate.py

Install

Dependencies are maintained via hatch. Run codes with

  hatch run python gfpeps_app.py
  hatch run python translate.py

Python dependencies:

JAX, PyManopt and h5py are required to run gfpeps/main.py.

Julia dependencies:

Pluto is needed to open the example notebook to open example.jl.