Fork me on GitHub

About Me

Contact

You can contact me by email (see below) or via some social networks such as twitter or github.

#!/usr/bin/env python

def get_email(p='pasqal'):
    # declare variables
    forename = "alexandre"
    lastname = "dareau"
    provider_list = {'pasqal': 'pasqal.io',
                     #'gmail': 'gmail.com', # deprecated : use protonmail instead !
                     'proton': 'protonmail.com'}
    # choose provider
    provider = provider_list[p]
    # generate email
    email = "%s.%s@%s" % (forename, lastname, provider)
    return email

(if you do not like python, try alexandre{dot}dareau{at}protonmail{dot}com)


Curriculum Vitæ

✧・゚: ✧・゚:  🗎 full CV - pdf version [March 2024]  :・゚✧:・゚✧

Research

  • Since August 2021 : Research Fellow · PASQAL (Massy, France) · www.pasqal.io
  • 2018 - 2021 : Postdoctoral researcher · Institut d'Optique - Laboratoire Charles Fabry (Palaiseau, France) · Quantum Gases Group, team of Chris Westbrook and Denis Boiron. From the end of 2020, I also collaborated with the team of David Clément.
  • 2016 - 2018 : Postdoctoral researcher · Technische Universität Wien (Vienna, Austria) · Nanofiber Group, led by Arno Rauschenbeutel (now in Berlin).
  • 2011 - 2016 : Graduate student researcher · Laboratoire Kastler Brossel (Paris, France) · Bose Einstein Condensate Group, led by Jean Dalibard. Team of Fabrice Gerbier and Jérôme Beugnon.

Education

  • 2015 : PhD (doctorat) in Quantum Physics · École Normale Supérieure de Paris / Laboratoire Kastler Brossel · Supervisors : Fabrice Gerbier & Jérôme Beugnon.
  • 2011 : Master of Science : Fundamental Concepts of Physics - Quantum Mecanics · École Normale Supérieure de Paris / Université Paris-Diderot
  • 2009 : Bachelor of Science (Licence de Physique) · École Normale Supérieure de Paris / Université Paris-Diderot
  • 2008 : Admission at the École Normale Supérieure of Paris (élève normalien) · Concours PC

links

Find me on