Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 731 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 731 Bytes

Note

- This repo is created for my own learning...
- This code doesn't guarantee the accuracy of the calculations.

How to Complile

  • 必要ファイルを全てコンパイルする必要あり(C++に詳しくない)
    • エラー
      • collect2: error: ld returned 1 exit status
$ g++ main.cpp hf.cpp variables.cpp systemparam.cpp gto.cpp vec3.cpp matrix.cpp functions.cpp overlap.cpp cgf.cpp

Ref

source is here