certik / hfsolver

Hartree Fock solver
Other
26 stars 5 forks source link
density-functional-theory electronic-structure fortran hartree-fock

Atomic and Molecular Solver

hfsolver is a quantum chemistry solver. Features:

Bases:

How to build

Only cmake, Lapack and gfortran is needed::

cmake .
make

Additional features can be turned on in CMakeCache.txt or on the command line. See the CMakeLists.txt for available options.

.. image:: https://travis-ci.org/certik/hfsolver.png?branch=master :target: https://travis-ci.org/certik/hfsolver

License

All code is BSD licensed, except for files taken from other projects (some use a BSD license, some do not). See the LICENSE <https://github.com/certik/hfsolver/blob/master/LICENSE>_ file for more information.