Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juliaquantumcontrol/twoqubitweylchamber.jl
- Owner: JuliaQuantumControl
- License: mit
- Created: 2023-01-29T17:06:33.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T20:32:59.000Z (5 months ago)
- Last Synced: 2025-01-20T22:53:56.185Z (23 days ago)
- Topics: quantum-computing
- Language: Julia
- Homepage: https://juliaquantumcontrol.github.io/TwoQubitWeylChamber.jl/stable/
- Size: 649 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/