2001-06-11 05:27:04 +02:00
|
|
|
MPQC is the Massively Parallel Quantum Chemistry Program. It computes
|
|
|
|
properties of atoms and molecules from first principles using the time
|
2018-08-28 00:25:05 +02:00
|
|
|
independent Schrodinger equation. It runs on a wide range of architectures
|
2018-01-14 20:32:51 +01:00
|
|
|
ranging from single many-core computers to massively parallel computers.
|
|
|
|
Its design is object oriented, using the C++ programming language.
|
2001-06-11 05:27:04 +02:00
|
|
|
|
|
|
|
Capabilities
|
2018-01-14 20:32:51 +01:00
|
|
|
* Closed shell, unrestricted and general restricted open shell Hartree-Fock
|
|
|
|
energies and gradients.
|
|
|
|
* Closed shell, unrestricted and general restricted open shell density
|
|
|
|
functional theory energies and gradients.
|
|
|
|
* Second order open shell perturbation theory (OPT2[2]) and Z-averaged
|
2014-09-08 02:20:03 +02:00
|
|
|
perturbation theory (ZAPT2) energies.
|
2018-08-28 00:25:05 +02:00
|
|
|
* Second order closed shell Moller-Plesset perturbation theory energies and
|
2014-09-08 02:20:03 +02:00
|
|
|
gradients.
|
2018-08-28 00:25:05 +02:00
|
|
|
* Second order Moller-Plesset perturbation theory including an R12/F12
|
2018-01-14 20:32:51 +01:00
|
|
|
correlation factor. Energies of closed- and open-shell systems are
|
|
|
|
supported.
|
|
|
|
* Explicitly-correlated R12/F12 coupled-cluster methods via interface to
|
|
|
|
Psi3 code and via native (experimental) implementation.
|
|
|
|
* Explicitly-correlated multireference methods (MRCI, CASPT2) via
|
|
|
|
interfaces to GAMESS and MOLCAS codes.
|
|
|
|
* Robust internal coordinate geometry optimizer that efficiently optimizes
|
|
|
|
molecules with many degrees of freedom. Nearly arbitrary internal
|
|
|
|
coordinate constraints can be handled.
|
2001-06-11 05:27:04 +02:00
|
|
|
|
2002-11-18 12:52:33 +01:00
|
|
|
You can also validate your mpqc binaries when you employ other settings by:
|
|
|
|
% make validate >& validate.log &
|
|
|
|
(it may take few days, though)
|
|
|
|
For details, please see file:///usr/local/share/doc/mpqc/hierarchy.html
|
2007-02-12 08:11:41 +01:00
|
|
|
or http://www.mpqc.org/mpqc-html/mpqcval.html
|
|
|
|
|
2018-12-17 19:13:17 +01:00
|
|
|
WWW: https://mpqc.org/
|