From d1432c759167ad9ba0a2bf679bdf0c55e5a1db13 Mon Sep 17 00:00:00 2001 From: chn Date: Thu, 18 Apr 2024 22:27:49 +0800 Subject: [PATCH] add readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6b2a8c7 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +This is a program to approximately unfold phonon spectra. + +Currently, there is no documentation, and some not core features are in other branches + and implemented in a temporary way, e.g., directly writing data in source file. + +I will finish the documentation and merge these features into main branch ASAP. + +The program is packaged in a standard way of cmake, so that you can build it just like other cmake projects: + +```bash +mkdir build +cd build +cmake .. +make +``` + +and view source files for input and output format.