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

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.

Pinned

  1. 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

  2. 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

  3. 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

  4. ringdb ringdb Public

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

    Python 2

  5. OperatorPerturbations.jl OperatorPerturbations.jl Public

    A library to do order by order expansions of analytic operators in julia. This particular package allows one to create Tensor Operators with any custom display, and then expand them into multilinea…

    Julia 2

  6. truncnormkde truncnormkde Public

    Implements boundary-unbiased kde's in JAX that do not impose a zero derivative at the boundary

    Python