Skip to content
View rahulgaur104's full-sized avatar

Block or report rahulgaur104

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

Pinned Loading

  1. Miller_cookbook Miller_cookbook Public

    Local equilibrium to GX/GS2 interface

    Python 1

  2. VMEC2GK VMEC2GK Public

    VMEC to gyrokinetics interface for tokamaks

    Python 1

  3. RMHD solver with Dedalus RMHD solver with Dedalus
    1
    #!/usr/bin/env python3
    2
    """
    3
    Reduced MHD model solver. Triply periodic slab. 
    4
    Used for the plasma physics course PHYS762 at UMD, College Park.
    5
    First version, created 03/20/22 ralap@ralap. 
  4. ideal-ballooning-solver ideal-ballooning-solver Public

    A simple eigenvalue solver + optimizer to calculate and reduce the growth rate of a pressure-driven instability in fusion devices

    Python 3

  5. Solving different flavors of the Has... Solving different flavors of the Hasegawa-Wakatani model in a 2D periodic box using the Dedalus package
    1
    #!/usr/bin/env python3
    2
    """
    3
    Solve Haswegawa-Wakatani in a 2D periodic cartesian geometry.
    4
    5
    The equations are given here: https://www.ammar-hakim.org/sj/je/je17/je17-hasegawa-wakatani.html
  6. A Google Colab notebook that uses Py... A Google Colab notebook that uses PyTorch to train a GRU (a type of recurrent neural netowrk) on the Lorenz'63 model.
    1
    {
    2
      "nbformat": 4,
    3
      "nbformat_minor": 0,
    4
      "metadata": {
    5
        "accelerator": "GPU",