Solves one-electron Schrödinger equation, with SLEPc and PETSc
...Program RSchr-5 solves the generalized eigenvalue problem by algorithms implemented in SLEPc amd PETSc libraries. It uses Krylov-Schur algorithm from SLEPc library.
The program is implemented in C++.
The implementation is based on Message Passing Interface (MPI).
In many parallel scientific applications the process of grid generation, decomposition, message passing, and performance measurements are of similar stucture. The projects intention is to develop a generic function library that will contain all these.