Use GPAW on macOS in 2025 (1)
Install GPAW on macOS and run basic DFT calculations
Install GPAW on macOS and run basic DFT calculations
Summary of real spherical harmonics used in different first-principles programs.
A quick dive into the implementation.
Cheat sheet for flags of Fortran compilers from different vendors.
Finally make it possible and I can write org-mode for Jekyll.
以会议报告人所在机构的分布为例, 介绍如何基于 pyecharts 制作地理分布图.
利用 Valgrind 检测自定义类中内存分配和释放情况.
简要介绍如何基于 gprof 或 Valgrind 的性能分析数据, 使用 gprof2dot 和 Graphviz 制作 Fortran 程序的调用图, 以便对 Fortran 程序进行调试和优化.
为了调试和优化 GAP3 程序, 使用 Valgrind 对其内存调用进行检查. 本文是对 Valgrind 功能的初步探索, 对一个简单程序的 Valgrind 输出进行了分析.
基于 html 和 latex 两种转换中介实现 markdown 到 pdf 渲染
从编译一个简单的质数判断程序入手, 介绍如何利用 GNU/Make 方便地编译较复杂的代码项目。