• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build/H20-Aug-2021-599307

src/H03-May-2022-64,61145,271

test/H20-Aug-2021-146,818146,177

util/H20-Aug-2021-36,50734,854

xml/H20-Aug-2021-381339

.gitignoreH A D20-Aug-20217 21

COPYINGH A D20-Aug-202117.6 KiB341281

READMEH A D20-Aug-20211.5 KiB3326

README

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