Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juliaquantumcontrol/twoqubitweylchamber.jl

Julia package for analyzing two-qubit gates in the Weyl chamber
https://github.com/juliaquantumcontrol/twoqubitweylchamber.jl

quantum-computing

Last synced: about 21 hours ago
JSON representation

Julia package for analyzing two-qubit gates in the Weyl chamber

Awesome Lists containing this project

README

        

# TwoQubitWeylChamber

[![Version](https://juliahub.com/docs/General/TwoQubitWeylChamber/stable/version.svg)](https://juliahub.com/ui/Packages/General/TwoQubitWeylChamber)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaQuantumControl.github.io/TwoQubitWeylChamber.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaQuantumControl.github.io/TwoQubitWeylChamber.jl/dev/)
[![Build Status](https://github.com/JuliaQuantumControl/TwoQubitWeylChamber.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/JuliaQuantumControl/TwoQubitWeylChamber.jl/actions/workflows/CI.yml?query=branch%3Amaster)
[![Coverage](https://codecov.io/gh/JuliaQuantumControl/TwoQubitWeylChamber.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaQuantumControl/TwoQubitWeylChamber.jl)

Julia package for analyzing two-qubit gates in the Weyl chamber.

This is a partial port of the [Python `weylchamber` package](https://github.com/qucontrol/weylchamber).

The methods provided with these packages allow to do an optimization for the entangling power of a two-qubit gate within the [QuantumControl](https://github.com/JuliaQuantumControl/QuantumControl.jl#readme) framework. See the examples for the optimization of a perfect entangler with the [Krotov](https://juliaquantumcontrol.github.io/Krotov.jl/stable/examples/perfect_entanglers/#Example-4:-Optimization-for-a-perfect-entangler) and [GRAPE](https://juliaquantumcontrol.github.io/GRAPE.jl/stable/examples/perfect_entanglers/#Optimizing-for-a-general-perfect-entangler) methods.

## Documentation

The documentation of `TwoQubitWeylChamber.jl` is available at .

## Installation

The `TwoQubitWeylChamber` package can be installed with [Pkg][] as

~~~
pkg> add TwoQubitWeylChamber
~~~

[Pkg]: https://pkgdocs.julialang.org/v1/