QuantumWalks / QuWalkEC.jl

Provides methods concerning checking and existance of exceptional configuration for quantum walks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

CAUTION! The developement of the package is suspended. Due to serious error found in the package we recommend not to use it anymore.

QuWalkEC.jl

Package description

QuWalkEC.jl is a package for Julia programming language which enables checking and finding subgraphs with stationary states for coined quantum walk, see [1]. Those state usually result in exceptional configuration, ie. hard to find combination of marked elements.

Currently package is under construction.

[1] N. Nahimovs and R. A. M. Santos. "Adjacent vertices can be hard to find by quantum walks." International Conference on Current Trends in Theory and Practice of Informatics. Springer, Cham, 2017.

Installation

QSWalk requires LightGraphs package for Julia. This package will be installed automatically with QuWalkEC installation.

QuWalkEC can be installed directly form GitHub repository.

Pkg.clone("https://github.com/QuantumWalks/QuWalkEC.jl.git")

About

Provides methods concerning checking and existance of exceptional configuration for quantum walks.

License:MIT License


Languages

Language:Julia 100.0%