Skip to content
forked from ifilot/dftcxx

C++ based DFT program for educational purposes

License

Notifications You must be signed in to change notification settings

rkalescky/dftcxx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DFTCXX

DFTCXX calculates the electronic structure of simple molecules within the framework of Density Functional Theory (DFT) at the LDA level of theory. It is mainly written for educational purposes. The source code has been documented (i.e. commented) relatively extensively to provide students the opportunity to read and understand the algorithm.

Compilation

DFTCXX depends on a couple of libraries, which are normally directly available by your favorite package manager.

  • Boost
  • TCLAP
  • Eigen3

To compile the program:

mkdir build
cd build
cmake ../src
make -j9

Execution

./dftcxx -i ../molecules/h2.in

About

C++ based DFT program for educational purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.2%
  • CMake 1.3%
  • Other 1.5%