Skip to content
View HugoGW's full-sized avatar
βš›οΈ
βš›οΈ

Block or report HugoGW

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
HugoGW/README.md
Animated banner: atom, black hole, spiral galaxy

Typing SVG

Email TikTok Profile Views Public Repos Followers

About Me

I'm a 26-year-old PhD student from France, working in Gravitational Wave Astronomy at a CNRS laboratory. My research is part of the LISA mission, focused on the rapid localization of massive black hole binaries (MBHB) from simulated gravitational-wave data.

More broadly, my work sits at the intersection of astrophysics, signal processing, and scientific computing β€” and I'm just as drawn to physics for its own sake as I am to the engineering side of it.

class Hugo:
    def __init__(self):
        self.role = "PhD Student in Gravitational-Wave Astronomy"
        self.mission = "LISA"
        self.affiliation = "CNRS, France"
        self.focus = ["MBHB rapid localization", "signal processing", "machine learning"]
        self.also_loves = "fundamental physics & simulation"
        self.language = "Python"

    def current_work(self):
        return "Fast sky localization of massive black hole binaries for LISA πŸ›°οΈ"

πŸ”­ What I Work On

  • 🌌 Gravitational-wave source localization β€” rapid sky localization of massive black hole binaries (MBHB) for LISA
  • πŸ•³οΈ EMRI sources β€” extreme mass-ratio inspiral analysis
  • 🧠 Machine learning for astrophysics β€” inference of galactic models from LISA data
  • πŸ“‘ Stochastic gravitational-wave backgrounds and their cosmological implications

βš›οΈ Fundamental Physics & Simulation

I have a deep interest in fundamental physics beyond my day-to-day research, and I like building simulations from first principles to understand and visualize it. From the master equations of quantum mechanics and general relativity, I've simulated:

  • πŸŒ€ The quantum tunneling effect β€” 2D wave packet crossing a potential barrier (FDTD)
  • 🎯 The quantum double-slit experiment β€” interference pattern emerging from a single wave packet
  • πŸ•³οΈ A black hole β€” light bending and horizon structure from the Schwarzschild/Kerr metric
  • πŸŒ‰ A wormhole β€” spacetime geometry and ray-traced visualization from the Einstein field equations

I also animate these simulations to make the underlying physics more intuitive to look at.

πŸ› οΈ Tech Stack

Python NumPy Pandas SciPy Matplotlib PyTorch Lightning Git Linux Bash

πŸ“Š GitHub Stats

🌟 Featured Projects

Gravitational Waves Research

My main focus is gravitational waves: I've studied stochastic gravitational-wave backgrounds and their cosmological implications, and β€” across two research internships β€” the inference of galactic models from LISA detections using machine learning. I build simulations in Python to reproduce the data streams of detectors like LIGO, Virgo, and LISA. Check my pinned repos below for the latest simulations and results.

Quantum & Relativistic Simulations

Simulating fundamental physics from scratch is where I go to just enjoy the subject: the 2D quantum tunneling effect, the quantum double-slit experiment, a black hole, and a wormhole, all built from the master equations of quantum mechanics and general relativity using Finite Difference Time Domain (FDTD) and numerical relativity methods, then animated for visual intuition.

πŸ“¬ Get in Touch

Gmail TikTok

Open to collaboration, research discussions, or just talking gravitational waves β€” reach out anytime.

πŸ‡«πŸ‡· French, and yes β€” wine, cheese, and baguette bread are non-negotiable πŸ₯–πŸ·πŸ§€

Pinned Loading

  1. Quantum-Tunneling-Effect-Double-Slit-Exp Quantum-Tunneling-Effect-Double-Slit-Exp Public

    Numerical simulation of the famous Quantum Tunneling Effect (1D & 2D) and the Quantum Double Slit Experiment in 2D with interference patterns

    Python 3

  2. Black-Hole-Simulation Black-Hole-Simulation Public

    Simulation of a gravitational lensing created by a Black Hole

    Python 2

  3. Gravitational-Waveform-and-Orbit Gravitational-Waveform-and-Orbit Public

    Simulation of Gravitational Waves (Waveform and Orbits) from a Compact Binary Coalescence (CBC) in Newtonian Approximation

    Jupyter Notebook 3

  4. Surface-Estimation-via-Monte-Carlo-Algorithm Surface-Estimation-via-Monte-Carlo-Algorithm Public

    Numerical estimation of contour area with an MC alogithm to determine the area of a country

    Python 1