hfsolver
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Hartree Fock solver
Atomic and Molecular Solver
===========================

``hfsolver`` is a quantum chemistry solver. Features:

* Roothaan-Hartree-Fock equations for closed shell molecules
* radial Roothaan-Hartree-Fock equations for closed shell atoms
* second-order single particle many body Green's function (total energy,
  ionization potentials and electron affinities)
* many body perturbation theory (MBPT), order 2, 3 and 4
* Debye screening of electron-nucleus and electron-electron interactions

Bases:

* finite element (FE), Slater Type Orbitals (STO) and Gaussian Type Orbitals
  (GTO) basis for atoms

* GTO for molecules. It can use `Libint `_ for
  two-particle integrals or the built-in code based on
  `PyQuante `_.

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 `_ file for
more information.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。