Skip to content
View Potatoasad's full-sized avatar
:octocat:
:octocat:
  • Austin

Block or report Potatoasad

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

Hi there 👋

  • ⚡ I'm a graduate student in Physics trying to advance methods for gravitational wave population analysis
  • 🔭 I also work on creating precision tests of theories beyond Einstein's theory of General Relativity, by looking at specific frequencies in the gravitational waves produced by black hole mergers.
  • 💻 I'm a big fan of the Julia programming language, and end up doing most of my numerical work there. But I also tend to create packages with some sort of JAX backend.

Pinned Loading

  1. gravpop gravpop Public

    Gravitational-wave population inference allowing narrow population features with minimal edge bias

    Python 1

  2. TruncatedGaussianMixtures.jl TruncatedGaussianMixtures.jl Public

    Allows one to fit a gaussian mixture model using Truncated Gaussian Kernels. Works in arbitrary dimensions and allows for both diagonal kernel covariances, and full kernel covariances. The truncati…

    Julia 5 1

  3. Wave-U-Net-final-project Wave-U-Net-final-project Public

    Implementing the Wave-U-Net architecture in pytorch introduced in https://arxiv.org/abs/1806.03185 for the CSE382M "Foundations of Data Science" final project.

    Jupyter Notebook 1 1

  4. KerrQuasinormalModes.jl KerrQuasinormalModes.jl Public

    A Package to Compute mode functions for Kerr Black Hole Quasinormal modes, as well as their frequencies, seperation constants and more. Additionally provides an interface for cheap differentiation …

    Julia 6 1

  5. ringdb ringdb Public

    A gravitational event database that queries and locally saves event strain samples, detector PSDs and posterior samples.

    Python 2

  6. truncatedgaussianmixtures truncatedgaussianmixtures Public

    Fit gaussian mixtures using truncated gaussian kernels.Python wrapper around the julia package TruncatedGaussianMixtures.jl

    Python