Min-Ye Zhang
秦晖《共同的底线》
我的 2024 回顾
Fourier interpolation for matrices in atomic basis
Convention of angular part of atomic basis functions
Summary of real spherical harmonics used in different first-principles programs.
Upgrade Ubuntu LTS on a work laptop
写在第 25 个生日时
Gaussian quadrature
Grid-based integration for Hamiltonian matrix in FHI-aims (CN)
A quick dive into the implementation.
Fortran compiler flags correspondence
Cheat sheet for flags of Fortran compilers from different vendors.
Synchronize org-agenda to macOS Calendar
Generate Markdown from org-mode file using ox-pandoc
Finally make it possible and I can write org-mode for Jekyll.
Generate full GW self-energy matrix for periodic systems in FHI-aims
Build FHI-aims on macOS Sonoma using GNU compilers
Keynote 备忘 (CN)
「重い腰を上げる」 (CN)
Migrate blog from GitHub Pages to Netlify
Migrate Hexo blog to Jekyll
Interoperate C++ and Fortran: Call Fortran from C++
fiddle-proof and procrastination (CN)
用 pyecharts 制作统计地图
以会议报告人所在机构的分布为例, 介绍如何基于 pyecharts 制作地理分布图.
XmGrace tips (CN)
Valgrind 编译器依赖与内存泄漏类型再探
利用 Valgrind 检测自定义类中内存分配和释放情况.
Algorithm used in outwin in WIEN2k (CN)
使用 gprof2dot 制作 Fortran 程序调用图
简要介绍如何基于 gprof 或 Valgrind 的性能分析数据, 使用 gprof2dot 和 Graphviz 制作 Fortran 程序的调用图, 以便对 Fortran 程序进行调试和优化.
关于重启这个博客的思考 (CN)
Valgrind Memcheck 初探
为了调试和优化 GAP3 程序, 使用 Valgrind 对其内存调用进行检查. 本文是对 Valgrind 功能的初步探索, 对一个简单程序的 Valgrind 输出进行了分析.
Numerov method on linear and logarithmic grids (CN)
用 pandoc 将 markdown 转化为 pdf
基于 html 和 latex 两种转换中介实现 markdown 到 pdf 渲染
用 GNU/Make 构建项目 - 以一个质数判断代码为例
从编译一个简单的质数判断程序入手, 介绍如何利用 GNU/Make 方便地编译较复杂的代码项目。