Skip to content

Latest commit

 

History

History
110 lines (68 loc) · 6.6 KB

#INDEX.md

File metadata and controls

110 lines (68 loc) · 6.6 KB
jupyter
jupytext kernelspec
encoding formats text_representation
# -*- coding: utf-8 -*-
ipynb,md
extension format_name format_version jupytext_version
.md
markdown
1.3
1.15.2
display_name language name
Markdown
markdown
markdown

Index

2023-01-05 — Map of splitting fidelity for $\omega_0 = 10\pi$/s

This includes full scheme dynamics / constrast analysis

2023-01-30 — Proof of concept of tuning both amplitude and potential

2023-02-01 — Analysis of dynamics for points of splitting fidelity map ($\omega_0 = 10\pi$/s)

2023-02-06 — Set of optimal control attempts - Fixed V₀

2023-02-07 — Can we improve the map by "waiting for separation"?

  • 2023-02-07_continued_evolution.ipynb — look at oscillations if we wait a little bit after the splitting:
    • Separation is always smaller than the width of the wave packet
    • Fidelity is constant
    • We're just rotating in phase space → Waiting will not change the map!

2023-02-20 – Analysis for $\omega_0 = 100\pi$/s

Because for $\omega_0 = 10\pi$/s, the initial state and the target state have significant overlap, it would be interesting to look at a value of $\omega_0$ where the two states are fully separated in momentum space. This can be achieved by increasing $\omega_0$ by one order of magnitude to $\omega_0 = 100\pi$/s.

2023-02-28 — Exploring the Wigner Representation

Open questions:

  • What are the proper units for "momentum"?
  • How do we justify the ratio parameter?

2023-03-09 — Setting up a possible optimizations for the paper (varying both ω(t) and V(t))

Contains code for plotting expectation values entirely in the dynamic frame (momentum)

We find that scaling the potential introduces breathing in the wave package. The optimization easily gets to the correct expectation values, but can't correct the "squeezing". Possible future remedy: choose potential / timing so that we have exactly one period in the breathing.

2023-03-23 - 2023-04-26 — Full scheme guess and optimized dynamics (R = 42μm)

For draft 1 of the paper, we decide to look at either adiabatic dynamics (t_r=100ms, V0=2.2MHz), or non-adiabatic dynamics (t_r=150μs, V0=0.2MHz), un-optimized and optimized. The optimization is in 2023-02-06_OCT_tr=150μs_V0=0.2MHz.ipynb. These notebooks use a reimplementation of the full scheme in ./include/propagate_scheme.jl and a new custom "free propagator" (./include/free_propagator.jl)

2023-05-16 - 2023-04-17 — Revisions for paper submission

Most importantly, we adjusted the radius to 26μm.

2023-12-04 — Further exploration based on referee reports

  • 2023-12-04_optimized_full_scheme_robustness.ipynb — How does the contrast change if we take the optimal solution obtained at V₀=0.2MHz and run it at a 10% variation of V₀. Answer: not much changes, not even if we use the original eigenstate as the original state (worst case for V₀ that varies over time)