The paper describes QSWalk.jl package for Julia programming language, developed for the purpose of simulating the evolution of open quantum systems. The package enables the study of quantum procedures developed using stochastic quantum walks on arbitrary directed graphs. We provide a detailed description of the implemented functions, along with a number of usage examples. The package is compared with the existing software offering a similar functionality.Keywords: directed graph, moral graph, quantum walk, open quantum system.
PROGRAM SUMMARYProgram Title: QSWalk.jl Licensing provisions: MIT Distribution format: Source code available at https://github.com/QuantumWalks/QSWalk. jl Programming language: Julia Nature of problem: The package implements functions for simulating quantum stochastic walks, including local regime, global regime, and nonmoralizing global regime [1]. It can be used for arbitrary quantum continuous evolution based on GKSL master equation on arbitrary graphs. Solution method: We utilize Expokit routines for fast sparse matrix exponentials on vectors. For dense matrices exponentiation is computed separately, which is faster for small matrices. Restrictions: Currently package requires Julia v0.6.