Skip to content

thomasschiet/EntanglementDist.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EntanglementDist

Build Status

Coverage Status

codecov.io

This package implements the schemes for optimizing entanglement distillation from arXiv:...

Installation

First, you need the latest version of Convex which is not yet available via Pkg.add. The new version of Convex.jl can handle complex matrices, which we will need. If you have a previously installed version remove it (Pkg.rm) and then install the most recent one by doing:

Pkg.clone("https://github.com/JuliaOpt/Convex.jl.git")

If you have loaded Convex, a restart of Julia is required before you can use the new package.

Second, you want to install the code of this package itself.

Pkg.add("EntanglementDist")

In the usual way, you can now start using the package:

using EntanglementDist;
importall EntanglementDist;

You are now ready to go!

Documentation

For further documentation see build/index.html

About

Optimizing entanglement distillation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 64.6%
  • Julia 20.5%
  • HTML 8.9%
  • JavaScript 5.1%
  • Other 0.9%