Skip to content
/ SYK-TFD Public

Variational Preparation of the Sachdev-Ye-Kitaev Thermofield Double

Notifications You must be signed in to change notification settings

vipasu/SYK-TFD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Variational Preparation of the SYK TFD

This repository contains code for preparing the thermofield double state of the Sachdev-Ye-Kitaev model (arXiv link). As discussed in Eternal Traversable Wormholes, for certain parameter regimes, this problem reduces to finding the ground state of a slightly modified Hamiltonian. This repository contains the code for preparing that state using techniques from variational quantum circuits, also referred to as parameterized quantum circuits, quantum neural nets, etc.

Example Usage

# generate 4 instantiations of the SYK model
python syk.py --seed 0 -N 8 --mu .01
python syk.py --seed 1 -N 8 --mu .01
python syk.py --seed 2 -N 8 --mu .01
python syk.py --seed 3 -N 8 --mu .01

# run the training procedure and plot the variational energy
julia train_pqc.jl --plot true

About

Variational Preparation of the Sachdev-Ye-Kitaev Thermofield Double

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages