Skip to content
/ hfcxx Public
forked from ifilot/hfcxx

Hartree-Fock C++ code

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

ZoroOP/hfcxx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HFCXX

Overview

HFCXX is a Hartree-Fock code in C++. The program currently supports only single-point calculations (i.e. no geometry optimizations). The basis sets STO-3G and STO-6G are included for atoms up to N=8 (oxygen). This program is mainly made for educational purposes.

🆕 Interested in learning Density Functional Theory? Have a look at DFTCXX!

Installation

Simply type: ./configure followed by make

Usage

For example: ./hfcxx molecules/h2.in > h2.out

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b my_markup)
  3. Commit your changes (git commit -am "Added Snarkdown")
  4. Push to the branch (git push origin my_markup)
  5. Open a [Pull Request][1]
  6. Enjoy a refreshing beer and wait

About

Hartree-Fock C++ code

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.4%
  • Makefile 6.9%
  • C 1.5%
  • CMake 1.2%