Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.43 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.43 KB

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