Skip to content

Latest commit

 

History

68 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LindbladVectorizedTensors

Stable Dev Code Style: Blue

This package extends the ITensors package by defining new site types that can be used to work with systems described by density matrices instead of pure states.

See here for the documentation of this package.

Installation

From a registry

This package is registered in my 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("LindbladVectorizedTensors")

From GitHub

Alternatively, straight installation from GitHub is also possible:

using Pkg
Pkg.add("https://github.com/phaerrax/LindbladVectorizedTensors.jl")