forked from qboxcode/qbox-public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
31 lines (24 loc) · 1.36 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Qbox First-Principles Molecular Dynamics
========================================
Qbox is a C++/MPI/OpenMP implementation of First-Principles Molecular Dynamics.
It implements electronic structure calculations within the framework
of Density Functional Theory, using a plane-wave basis set and
norm-conserving pseudopotentials.
For documentation, examples and installation instructions
see http://qboxcode.org
Qbox is developed in the Gygi group at the University of California Davis.
Qbox is distributed under the terms of the GNU General Public License
as published by the Free Software Foundation, either version 2 of
the License, or (at your option) any later version.
See the file COPYING in the root directory of this distribution
or <http://www.gnu.org/licenses/>.
Qbox was written by Francois Gygi.
Ivan Duchemin developed the Hartree-Fock exchange implementation and the
client-server interface.
Jun Wu developed the implementation of van der Waals density functionals.
Quan (Andy) Wan implemented the FFTW3 interface.
William Dawson contributed to the implementation of Hartree-Fock exchange.
Martin Schlipf implemented Optimized Norm-Conserving Vanderbilt potentials.
Martin Schlipf implemented the HSE hybrid density functional
Quan (Andy) Wan implemented the electric field.
Ma He contributed to the implementation of the response functionality.