https://github.com/tensorbfs/gaussian-fpeps
Code for the paper "Projected d-wave superconducting state: a fermionic projected entangled pair state study"
https://github.com/tensorbfs/gaussian-fpeps
Last synced: 11 months ago
JSON representation
Code for the paper "Projected d-wave superconducting state: a fermionic projected entangled pair state study"
- Host: GitHub
- URL: https://github.com/tensorbfs/gaussian-fpeps
- Owner: TensorBFS
- License: mit
- Created: 2022-02-08T07:22:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T11:00:53.000Z (about 2 years ago)
- Last Synced: 2024-04-22T12:24:52.313Z (about 2 years ago)
- Language: Julia
- Size: 66.4 KB
- Stars: 12
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://arxiv.org/abs/2208.04566).
# Example
- Using [Pluto](https://github.com/fonsp/Pluto.jl) 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](https://github.com/google/jax), [PyManopt](https://pymanopt.org/) and [h5py](https://docs.h5py.org/en/stable/) are required to run gfpeps/main.py.
## Julia dependencies:
[Pluto](https://github.com/fonsp/Pluto.jl) is needed to open the example notebook to open example.jl.