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. Plotatica.jl Plotatica.jl Public

    A plotting framework for Julia using the Wolfram Engine.

    Julia

  4. PararealGPU.jl PararealGPU.jl Public

    A GPU-based implementation of the Parareal algorithm for parallel-in-time integration of differential equations

    Julia

  5. advent_of_code advent_of_code Public

    My attempts are solving Advent of Code over several years

    Mathematica

  6. hpc hpc Public

    A collection of projects for CS:530 High-Performance Computing in Fortran

    TeX