Skip to content
View fkguo's full-sized avatar
  • ITP, CAS
Block or Report

Block or report fkguo

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

  1. IMinuit.jl IMinuit.jl Public

    A Julia wrapper of iminuit. iminuit is a Python interface to the C++ version of the function minimization and error analysis package MINUIT.

    Julia 14 3

  2. zotero-inspire zotero-inspire Public

    Zotero plugin, fetching publication metadata and cite counts (w/ and w/o self citations) from the INSPIRE-HEP database (and CrossRef cite counts for papers in other fields)

    JavaScript 85 4

  3. LoopTools.jl LoopTools.jl Public

    Julia wrapper of LoopTools for computing one-loop integrals

    Julia 4

  4. IAMfit IAMfit Public

    Fit to meson-meson scattering data using the inverse amplitude method for unitarizing SU(3) chiral perturbation theory

    Jupyter Notebook 2

  5. double_jpsi_fit double_jpsi_fit Public

    Code for arXiv:2009.07795, a coupled-channel analysis of the LHCb data reporting the $X(6900)$

    Jupyter Notebook 7

  6. Fortran-Julia conversion script Fortran-Julia conversion script
    1
    #=
    2
    This julia script converts fortran 90 code into julia.
    3
    It uses naive regex replacements to do as much as possible,
    4
    but the output WILL need further cleanup.
    5