From cd54a865df1675c2c258253ab6760ecb85fb6e05 Mon Sep 17 00:00:00 2001 From: Tangui Aladjidi Date: Tue, 19 Mar 2024 16:49:53 +0100 Subject: [PATCH] Architecture and GitHub actions for JOSS --- .github/workflows/draft-pdf.yml | 23 +++++++++++++++++++ paper/paper.bib | 35 +++++++++++++++++++++++++++++ paper/paper.md | 39 +++++++++++++++++++++++++++++++++ 3 files changed, 97 insertions(+) create mode 100644 .github/workflows/draft-pdf.yml create mode 100644 paper/paper.bib create mode 100644 paper/paper.md diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml new file mode 100644 index 0000000..51a805e --- /dev/null +++ b/.github/workflows/draft-pdf.yml @@ -0,0 +1,23 @@ +on: [push] + +jobs: + paper: + runs-on: ubuntu-latest + name: Paper Draft + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Build draft PDF + uses: openjournals/openjournals-draft-action@master + with: + journal: joss + # This should be the path to the paper within your repo. + paper-path: paper/paper.md + - name: Upload + uses: actions/upload-artifact@v1 + with: + name: paper + # This is the output path where Pandoc will write the compiled + # PDF. Note, this should be the same directory as the input + # paper.md + path: paper/paper.pdf \ No newline at end of file diff --git a/paper/paper.bib b/paper/paper.bib new file mode 100644 index 0000000..0880740 --- /dev/null +++ b/paper/paper.bib @@ -0,0 +1,35 @@ +@phdthesis{aladjidiFullOpticalControl2023, + title = {Full Optical Control of Quantum Fluids of Light in Hot Atomic Vapors}, + author = {Aladjidi, Tangui}, + year = {2023}, + abstract = {Quantum fluids of light are a novel and promising platform in the exploration of many-body quantum physics. We study here fluids whose constituants are photons. Their interactions are induced by a hot vapor of Rubidium atoms. In order to describe these fluids, we use a Hamiltonian comprising of three terms: kinetic energy, potential energy and interaction energy. In this thesis, we showcase an all-optical control of each of these terms. We evidenced non-classical correlations induced by the interaction quenches at the interfaces of our non-linear medium. We then explore the control of the atomic response of the vapor, using an easily extendable numerical framework. We then use this framework to study optical pumping, that allows us to realize arbitrary potentials inside the fluid of light. The critical velocity for superfluidity is then mesured, in a scattering experiment against an optical defect using the potential engineering developped in this thesis. Finally, we study vortex-vortex interactions in an experiment showcasing turbulent behavior in a fluid of light as well as a collision experiment between vortices. This paves the way to thermodynamics processes seeded by interactions effects beyondthe mean field.}, + langid = {english}, + school = {Sorbonne Universit{\'e}}, + address = {Laboratoire Kastler Brossel, Paris, France} +} + +@article{glorieuxHotAtomicVapors2023, + title = {Hot atomic vapors for nonlinear and quantum optics}, + volume = {25}, + url = {https://dx.doi.org/10.1088/1367-2630/acce5a}, + doi = {10.1088/1367-2630/acce5a}, + abstract = {Nonlinear optics has been a very dynamic field of research with spectacular phenomena discovered mainly after the invention of lasers. The combination of high intensity fields with resonant systems has further enhanced the nonlinearity with specific additional effects related to the resonances. In this paper we review a limited range of these effects which has been studied in the past decades using close-to-room-temperature atomic vapors as the nonlinear resonant medium. In particular we describe four-wave mixing and generation of nonclassical light in atomic vapors. One-and two-mode squeezing as well as photon correlations are discussed. Furthermore, we present some applications for optical and quantum memories based on hot atomic vapors. Finally, we present results on the recently developed field of quantum fluids of light using hot atomic vapors.}, + number = {5}, + journal = {New Journal of Physics}, + author = {Glorieux, Quentin and Aladjidi, Tangui and Lett, Paul D. and Kaiser, Robin}, + year = {2023}, + pages = {051201} +} + +@article{bakerrasooliTurbulentDynamicsTwodimensional2023, + title = {Turbulent Dynamics in a Two-Dimensional Paraxial Fluid of Light}, + author = {{Baker-Rasooli}, Myrann and Liu, Wei and Aladjidi, Tangui and Bramati, Alberto and Glorieux, Quentin}, + year = {2023}, + journal = {Physical Review A}, + volume = {108}, + number = {6}, + pages = {063512}, + doi = {10.1103/PhysRevA.108.063512}, + abstract = {Turbulence in quantum fluids has, surprisingly, a lot in common with its classical counterpart. Recently, cold atomic gases has emerged as a well-controlled experimental platform to study turbulent dynamics. In this work, we introduce a system to study quantum turbulence in optics, with the major advantage of having access to a wide range of characterization tools available for light fields. In particular, we report the temporal dynamics of density and phase and we show the emergence of isotropy in momentum space and the presence of different scaling laws in the incompressible kinetic energy spectrum. The microscopic origin of the algebraic exponents in the energy spectrum is discussed by studying the internal structure of quantized vortices within the healing length and their clustering at larger length scales. These results are obtained using two counterstreaming fluids of light, which allows for a precise preparation of the initial state and the in situ measurement of the compressible and incompressible fluid velocity.} +} + diff --git a/paper/paper.md b/paper/paper.md new file mode 100644 index 0000000..4708f41 --- /dev/null +++ b/paper/paper.md @@ -0,0 +1,39 @@ +--- +title: 'PhaseUtils: A Python package to process and control optical fields' +tags: + - Python +authors: + - name: Tangui Aladjidi + orcid: 0000-0002-3109-9723 + affiliation: 1 # (Multiple affiliations must be quoted) + corresponding: true # (This is how to denote the corresponding author) + - name: Myrann Baker-Rasooli + orcid: 0000-0003-0969-6705 + affiliation: 1 + - name: Quentin Glorieux + orcid: 0000-0003-0903-0233 + affiliation: 1 +affiliations: + - name: Laboratoire Kastler Brossel, Sorbonne University, CNRS, ENS-PSL University, Collège de France; 4 Place Jussieu, 75005 Paris, France + index: 1 +date: 15 March 2024 +bibliography: paper.bib +--- + +# Summary + +qzrgazeg + +# Statement of need + +`PhaseUtils` harnesses the power blablabal + +# Acknowledgements + +We acknowledge contributions from Gilles, Maïkeul and Bébert le camembert. + +# Authors contribution + +T.A wrote the original code and is the main maintainer, Myrann Baker-Rasooli + +# References \ No newline at end of file