Skip to content
/ mps-rnn Public

Code for 'From Tensor Network Quantum States to Tensorial Recurrent Neural Networks'.

License

Notifications You must be signed in to change notification settings

cqsl/mps-rnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

From Tensor Network Quantum States to Tensorial Recurrent Neural Networks

Paper link: arXiv:2206.12363 | Phys. Rev. Research 5, L032001 (2023)

The code requires Python >= 3.8. Use pip install -r requirements.txt to install the dependencies. Currently it requires a custom branch of NetKet, and we are working on upstreaming it to the master branch.

vmc.py trains a network. It will automatically read checkpoints when doing the hierarchical initialization. args_parser.py contains all the configurations.