Skip to content

phaerrax/MPSTimeEvolution.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

185 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPSTimeEvolution

Code Style: Blue Dev (Forked from https://github.com/orialb/TimeEvoMPS.jl)

Implementations of time-evolution algorithms for matrix-product states. Based on the ITensor library.

Installation

From a registry

This package is registered in the TensorNetworkSimulations registry. By first adding this registry, with

using Pkg
pkg"registry add https://github.com/phaerrax/TensorNetworkSimulations.git"

(this must be done just once per Julia installation) the package can then be installed as a normal one:

using Pkg
pkg"add MPSTimeEvolution"

From GitHub

Alternatively, straight installation from GitHub is also possible:

using Pkg
pkg "add https://github.com/phaerrax/MPSTimeEvolution.jl"

About

Time evolution algorithms for matrix-product states based on the ITensor library

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Julia 100.0%