Skip to content

phaerrax/LindbladVectorizedTensors.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LindbladVectorizedTensors

Stable Dev Build Status 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.

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")