Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 4.38 KB

README.md

File metadata and controls

43 lines (23 loc) · 4.38 KB

Quantum Dynamics and Control with QuantumControl.jl – Example: Optimization of a Perfectly Entangling Quantum Gate

badge nbviewer

This example notebook was shown in the talk Quantum Dynamics and Control with QuantumControl.jl (Slides) at JuliaCon 2023.

YouTube Talk

It is a based on the example available at https://juliaquantumcontrol.github.io/GRAPE.jl/stable/examples/perfect_entanglers/

System Prerequisites

Project Instantiation

> julia --project=.
julia> using Pkg
julia> Pkg.instantiate()

Running the Notebook

Start a Jupyter Notebook or Jupyter Lab instance, and open the perfect_entanglers.ipynb file. With the Jupytext extension, you can also directly open the perfect_entanglers.jl file.

Alternatively to using Jupyter, you may also just run the .jl file or execute it line-by-line e.g. with Visual Studio Code.