1 |
http:/www.npac.syr.edu/users/thlin/Mopac.html
|
2 |
Widely used nearly-free legacy application, 30,000 lines of Fortran77
|
3 |
Solves the Hartree-Fock/self-consistent field (SCF) problem using "semiempirical" (approximate) representations of the electronic interactions.
-
Applicable to large molecules (including biomolecules).
|
4 |
Majority of computations in concentrated in
-
construction of the Coulson electron density matrix (embarrasingly parallel: implemented in MPI)
-
diagonalization (the original Mopac routines replaced by PEIGS library developed at PNNL)
|
5 |
The parallel implementation is being tested on Cornell SP-2 now
|