Skip to content
View NonDairyNeutrino's full-sized avatar
💭
Compulsively curious
💭
Compulsively curious
Block or Report

Block or report NonDairyNeutrino

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

Computational physicist implementing a modified Parareal/parallel-in-time algorithm on a distributed cluster of GPUs to modelling the momentum distribution of spontaneously created massless, spin-0 quasi-particles in analog (3+1)-dimensional inflationary cosmologies arising from the phase-dynamics of Bose-Einstein condensates.

Previous research includes computationally investigating the role of microscopic molecular structure (quadrupolar) in emergent quantum many-body phenomena of a Bose-Einstein condensate of rigid-rotor molecules. Spoilers: there's a second order transition between the uniaxial and biaxial liquid-crystal-like nematic phases.

Julia

display("Hello World!")

Fortran

program hello

print *, "Hello World!"

end program hello

C

#include <stdio.h>
int main(){
    printf("Hello World!\n");
    return 0;
}

Pinned Loading

  1. Thesis Thesis Public

    Thesis for the Computational Science Master's program at Central Washington University. 3D extension of an analog of cosmological particle creation in a Friedmann-Robertson-Walker universe by numer…

    TeX 1

  2. Parareal.jl Parareal.jl Public

    A Julia implementation of the Parareal algorithm to solve initial value differential equations in parallel.

    Julia

  3. advent_of_code advent_of_code Public

    My attempts are solving Advent of Code over several years

    Mathematica

  4. project_euler project_euler Public

    A repository of solutions to the first 100 problems on Project Euler.

    Python

  5. creative_coding creative_coding Public

    A collection of algorithmic art

    Mathematica 2 1

  6. Mercury_Chirp Mercury_Chirp Public

    Final project for Physics 561: Adv. Computational Physics comparing direct measurement in simulation to theoretical predictions of gravitational wave frequencies in weak-field binaries

    Python