Skip to content
View gapolinario's full-sized avatar
Block or Report

Block or report gapolinario

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
gapolinario/README.md

Hi I'm Gabriel Apolinário and I'm a researcher in physics. My research is in turbulence and stochastic PDEs, using analytical and numerical methods to understand large fluctuations and rare events.

  • 💻 I'm currently working with Prof. Michael Wilczek at the University of Bayreuth, in Germany
  • 🌱 I'm currently learning about data structures and algorithms
  • 💬 Ask me about random processes, movies or south-american literature
  • 📚 See my publications and PhD thesis at my webpage
  • 📫 Reach me at gapolinario@uni-bayreuth.de or Mastodon @gapolinario
  • 😄 Pronouns: he/him

Pinned

  1. fractional-gaussian-fields fractional-gaussian-fields Public

    Jupyter Notebook

  2. heat-spectral-1d heat-spectral-1d Public

    Heat Equation 1D Pseudospectral

    Jupyter Notebook 1

  3. Contraction of repeated indices, Mat... Contraction of repeated indices, Mathematica
    1
    dim = 3;
    2
    SetAttributes[KD, Orderless]
    3
    KD[i_, i_] := dim
    4
    ContractDeltas[delta_] := 
    5
     With[{rule = {KD[x_, y_] f_[w___, x_, z___] -> f[w, y, z], 
  4. Benchmarking Python FFTs Benchmarking Python FFTs
    1
    {
    2
     "cells": [
    3
      {
    4
       "cell_type": "markdown",
    5
       "metadata": {},