Najbliższe seminaria

19 VMarcin Wieśniak (University of Gdańsk)
How to be a Copehagenistic-Qubistic Everettist?
Gdzie: B-1-46 AND MS Teams [ZOA-test], 12:15
Seminarium Zakładowe
Online: [link]
19 Vmgr Rafał Bistroń (IFT UJ)
Local Thermal Operations and Classical Communication
Gdzie: F-1-04 and ZOOM
14:15
Online: [link], pass: on request!

Chaos i Informacja Kwantowa
Pokaż pozostałe

[Abstrakt, pełna informacja]

Konferencje

06-10.09.2025 - A Panorama of Tensor Networks: from Condensed Matter to Quantum Field Theory, Holography and Beyond

More details on conference website.

01-15.09.2025 - Quantum Optics XI

Więcej szczegółów na stronie konferencji.

16-17.07.2025 - Time Crystals Conference 2025

More details on conference website.

20-22.02.2024 - Workshop on Quantum Simulators of the Future: From Dynamical Gauge Fields to Lattice Gauge Theories | (smr 3922)

An ICTP Meeting This Workshop will gather world-leading groups that design, realize, and characterize a new generation of simulators with ultracold atoms and beyond. It will address novel quantum simulators of statistical gauge fields, dynamical lattices, and lattice gauge theory models (LGT), as well as connections to quantum computing and tensor network methods. https://indico.ictp.it/event/10460

Konferencje

06-08.09.2023 - Konferencja "Time Crystals"


27.06-2.07.2022 - 6th Workshop on Algebraic Designs, Hadamard Matrices & Quanta

Więcej szczegółów on conference website.

05-11.09.2021 - Quantum Optics X

Więcej szczegółów na stronie konferencji.

Open Data

Current: /2502.11341

Arxiv link

Figures 1 and 2 have no replication data, as they are purely graphical or are plots of mathematical formulas give in full in the article's main text. "Fig 34" directory contains replication data for figures 3 and 4. The description file is inside the directory

The files

  1. pickled_Gamma_0_vs_Omega.bin
  2. pickled_Gamma_Delta_trans.bin
  3. pickled_Gamma_trans_vs_Omega.bin
refer to the remaining Figures in the article. They contain the decay rate "Gamma" as a function of parameters indicated in the Figure caption.

How to Import the Data

The data has been exported and is provided as pickle files for easy loading. The only dependency required is numpy.

For the first file

import pickle import matplotlib.pyplot as plt

with open("pickled_Gamma_0_vs_Omega.bin", "rb") as f: omegas = pickle.load(f) gammas = pickle.load(f)

plt.plot(omegas, gammas[100]["lemon"]) plt.show()

Now "omegas" and "gammas" indicate values of $\Omega$ and $\Gamma$ as in the Figure.

The remaining two files are pickled dictionaries. After

tab1 = pickle.load(f) val1 = pickle.load(f)

the tab1 contain labels for the dictionary "val1" holding the data. For example in the case of file "pickled_Gamma_Delta_trans.bin" is the Delta-dependence of the loss rate, so "tab1" contain Delta values ([-4000, -3000, -2000, -1000, 1000, 2000, 3000, 4000]). The dictionary data2[3000][100] (which indicate value of Delta=3000 and U/t=100) contains keys: 'modes', 'lemon', 'strip', and 'tot' keys that contain mean Gamma, for indicated mode numbers for the states that are quasi-free ('lemon'), quaisi-bound ('strip') or average over both ('tot').
The plots in the figure indicate sums over all the modes. Note that for high laying modes the data has been partially interpolated, and such data for every N=10 modes is provided.

[Parent Directory]
Fig34DIR
pickled_Gamma_0_vs_Omega.bin4kB
pickled_Gamma_Delta_trans.bin1MB
pickled_Gamma_trans_vs_Omega.bin44kB