Skip to content

ZENG-Hui/tn-dmrg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains a toy DMRG code based on the TensorNetwork library. I wrote this mainly to play around with TensorNetwork and get a feeling of how the library works.

This can be useful for you if you are looking for examples of TensorNetwork usage and want to develop your own code based on it.

However, if you are looking for a DMRG code for immediate use in your research I would suggest ITensors.jl (Julia), ITensor (C++) or TenPy (Python), among others.

To install first install the master version of TensorNetwork, and then this package:

pip install git+https://github.com/google/TensorNetwork.git
pip install git+https://github.com/orialb/tn-dmrg.git

For usage see the example script which calculates the ground state of the transverse-field Ising model.

About

DMRG code based on the TensorNetwork python framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%