Skip to content
View IronMax03's full-sized avatar

Organizations

@AlgorithmsAcademy

Block or report IronMax03

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
IronMax03/README.md

I am Maximilien, a computer science student combining theory with applied engineering (C++ systems, Julia/Python scientific computing). Open to internship opportunities in R&D, scientific computing and software engineering, based in Geneva, Switzerland.


🧰 Languages & Tools

C++ Python Julia Java
NumPy Qiskit Polars Matplotlib LaTeX Git
Jupyter Notebook VS Code Emacs ParaView


⭐ Featured Projects

Projects

  • wildfireSim - An ecosystem simulator that models vegetation growth with a stochastic cellular automaton, wildfires triggered by lightning strikes and predator–prey interactions.
    Keywords: Julia, Modeling, Stochastic cellular automata, ODE discretization, predator–prey dynamics, multi-scale system, Percolation Theory.

  • radioactiveSim - A C++ radiation‑shielding simulator with Barnes–Hut acceleration and ParaView-ready output.
    Keywords: C++, Doctest, Doxygen, Barnes–Hut algorithm for electrodynamics, Particle transport simulator, ParaView, lazy data structures.

  • DEBUG_MODE — Lightweight C++ debugging helper with variable tracking; non-intrusive and easy to integrate for faster iteration.
    Keywords: C++, Preprocessor metaprogramming, System design.

  • Maze Generator With Cellular Automaton — Cellular automaton that converts random noise into maze structures.
    Keywords: Java, Cellular automata, Emergent structures.

Experiments

  • Mandelbrot Set — High-resolution smooth-color renderer of the Mandelbrot set in Julia.
  • Quantum Teleportation — 1‑qubit implementation of the quantum teleportation protocol using Qiskit.

Gallery

radioactive shielding simulation mandelbrot_zoom1 maze_generator wildfireSim

(1) An radiation shielding simulation where the cube is the shield. (2) Mandelbrot set fractal renderer. (3) Cellular automaton that generate a maze from noise. (4) An interactive ecosystem simulator (wildfireSim).

Click for more images
Quantum_Teleportation

(4) 1-qubit quantum teleportation circuit.

Climatic Seasons

  (5) Climatic seasons & GDD clustering (wine-production analysis)..

Sierpiński triangle

(6) Sierpiński triangle generated by rule 90 (elementary cellular automaton).

Pinned Loading

  1. CPP_template CPP_template Public template

    This is a template repository for C++ project.

    Makefile

  2. radioactiveSim radioactiveSim Public

    A C++ radiation‑shielding simulator with Barnes–Hut acceleration and ParaView-ready output.

    C++

  3. wildfireSim wildfireSim Public

    An interactive ecosystem simulator that models vegetation growth with a stochastic cellular automaton, wildfires triggered by lightning strikes, and predator–prey interactions.

    Julia