Skip to content
View ctpeterson's full-sized avatar
:atom:
Enjoying work, loving life
:atom:
Enjoying work, loving life
Block or Report

Block or report ctpeterson

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

Hi there, I'm Curtis Taylor Peterson! 👋

I am a computational physicist that specializes in lattice field theory

past_august_2024 = False
curtisp = {
  'occupation': 'research assistant' if past_august_2024 else 'postdoc at Michigan State University',
  'education': {
    '2019': {'level': 'B.S.', 'major(s)': ['physics', 'mathematics'], 'institution': 'Arizona State University'},
    '2022': {'level': 'M.S.', 'major(s)': ['physics'], 'institution': 'University of Colorado Boulder'},
    '2024': {'level': 'Ph.D.', 'major(s)': ['physics'], 'institution': 'University of Colorado Boulder'},
  },
  'website': 'https://curtistaylorpeterson.com/',
  'Inspire HEP': 'https://inspirehep.net/authors/1814730', 
  'Google Scholar': 'https://shorturl.at/fjKMP',
}

Popular repositories

  1. qex_staghmc qex_staghmc Public

    Forked from jcosborn/qex

    Fork of the Quantum EXpressions framework with full staggered hybrid Monte Carlo and gradient flow suite

    Nim 2 1

  2. SwissFit SwissFit Public

    General-purpose library for fitting models to data with correlated Gaussian-distributed noise

    Python 1

  3. xy_model_sim xy_model_sim Public

    Python code for simple Monte Carlo simulation of XY model

    Python

  4. Gauss-Kronrod-GVar Gauss-Kronrod-GVar Public

    Gauss-Kronrod integrator compatible with GVar variables. Under development. Use with caution.

    Python

  5. ctpeterson ctpeterson Public

  6. TensorFlow-to-GVar TensorFlow-to-GVar Public

    Simple Python code for converting a TensorFlow model into a GVar function

    Python