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.
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")
Alternatively, straight installation from GitHub is also possible:
using Pkg
Pkg.add("https://github.com/phaerrax/LindbladVectorizedTensors.jl")