Skip to content

QSWalk.jl: simulating the evolution of open quantum systems on graphs

License

Notifications You must be signed in to change notification settings

iitis/QSWalk.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI Build Status Coverage Status

QSWalk.jl

Package description

QSWalk provides a package for Julia programming language which enables high-performance analysis of quantum stochastic walks. There are two main advantages of the presented packages over the existing software. First, it can be use to describe quantum stochastic walks in the local, as well as global regime. Second, it enables the user to seamlessly utilize parallel computing capabilities.

Installation

The package can be installed simply with Pkg REPL:

(v1.0) pkg> add QSWalk

Examples

Examples can be found in examples subdirectory. They require QSWalk, LightGraphs, and PyPlot.

Citing QSWalk

The package is described in

Adam Glos, Jarosław Adam Miszczak, Mateusz Ostaszewski, QSWalk.jl: Julia package for quantum stochastic walks analysis, Computer Physics Communications (2018), DOI:10.1016/j.cpc.2018.09.001, arXiv:1801.01294.

@article{GLOS2018,
  title = {{QSWalk.jl}: {Julia} package for quantum stochastic walks analysis},
  journal = {Computer Physics Communications},
  year = {2018},
  issn = {0010-4655},
  doi = {10.1016/j.cpc.2018.09.001},
  author = {Glos, Adam and Miszczak, Jarosław Adam and Ostaszewski, Mateusz}
}