Skip to content
View v1j4y's full-sized avatar
👋
👋

Highlights

  • Pro
Block or Report

Block or report v1j4y

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. DEHam DEHam Public

    Double Exchange Hamiltonian Complete Version

    C 4 4

  2. SSE.jl SSE.jl Public

    Stochastic Series Expansion

    Jupyter Notebook 10 1

  3. qmckl qmckl Public

    Forked from TREX-CoE/qmckl

    Quantum Monte Carlo Kernel Library

    Python 2 1

  4. qp2 qp2 Public

    Forked from QuantumPackage/qp2

    Quantum Package : a programming environment for wave function methods

    Fortran

  5. qmckl_dgemm qmckl_dgemm Public

    Fast tiled matrix multiplications

    C 2 1

  6. Command line plot of insertions and ... Command line plot of insertions and deletions in a git repo
    1
    #!/bin/bash
    2
    #git log --stat --decorate --oneline | awk '$5 ~"insertions" {COUNT++;print COUNT,$4,$4-$6} $2 ~ "origin" {print $2; }' >/tmp/additions
    3
    git log --stat --decorate --oneline | awk '$5 ~"insertions" {COUNT++;print COUNT,$4,$4-$6}' >/tmp/additions
    4
    
                  
    5
    gnuplot<<EOF