Skip to content

Instantly share code, notes, and snippets.

View yuan-gist's full-sized avatar

Zhenkun Yuan yuan-gist

  • Dartmouth College
  • Hanover, NH, USA
View GitHub Profile
@yuan-gist
yuan-gist / plot_DOS.ipynb
Created June 5, 2024 22:04 — forked from lan496/plot_DOS.ipynb
plot DOS, pDOS, and COHP with pymatgen
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yuan-gist
yuan-gist / OOP_F2003_Part_2.md
Created January 29, 2018 17:33 — forked from n-s-k/OOP_F2003_Part_2.md
Object-Oriented Programming in Fortran 2003 Part 2: Data Polymorphism

Object-Oriented Programming in Fortran 2003 Part 2: Data Polymorphism

Original article by Mark Leair, PGI Compiler Engineer

Note: This article was revised in March 2015 and again in January 2016 to bring it up-to-date with the production software release and to correct errors in the examples.

This is Part 2 of a series of articles:

@yuan-gist
yuan-gist / OOP_F2003_Part_1.md
Created January 29, 2018 16:09 — forked from n-s-k/OOP_F2003_Part_1.md
Object-Oriented Programming in Fortran 2003 Part 1: Code Reusability