Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 163 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 163 Bytes

Helium ground state

Program for calculation of nonrelativistic ground state energy of helium atom.

Building

mkdir build
cd build
cmake ..
make -j4