Download Latest Version rschr-5.9.1.tar.gz (24.4 MB)
Email in envelope

Get an email when there's a new version of RSchr-5

Home
Name Modified Size InfoDownloads / Week
rschr-5.9.1.tar.gz 2017-01-30 24.4 MB
README 2017-01-30 2.1 kB
rschr-5.9.0.tar.gz 2017-01-30 24.4 MB
Totals: 3 Items   48.9 MB 0
========================================================================
RSchr version 5.x
Author: Zbigniew Romanowski
e-mail: romz@wp.pl
Interdisciplinary Centre for Mathematical and Computational Modelling
University of Warsaw, POLAND
========================================================================


REFERENCE ARTICLE:
   Zbigniew Romanowski
   B-spline solver for one-electron Schroedinger equation
   Molecular Physics, Volume 109, Issue 22, pp. 2679-2691 (2011)
========================================================================


1. The program RSchr-5 calculates the smallest eigenvalues of 
   the one-electron Schroedinger equation:

   [ -0.5 * \nabla^2 + U(r) ] \Psi(r) = \lambda \Psi(r)

2. This is the partial differential eigenvalue problem.

3. The problem is defined on the finite domain \Omega.

4. In the current implementation the domain \Omega is the box
   given by the cartesian product: 
     \Omega = [x0, x1] x [y0, y1] x [z0, z1]

5. The problem is solved with the zero Dirichlet boundary conditions:
       \Psi(t) = 0
   on the border of \Omega.

6. The implementation is based on Message Passing Interface (MPI).

7. The discretization of the above differential eigenvalue problem is done
   by Finite Element method with B-splines as a basis functions.
   
8. Disctretization leads to generalized eigenvalue problem,
   which is solved in RSchr-5 algorithms implemented in SLEPc amd PETSc libraries.
   
9. The program RSchr-5 is implemented in C++, it runs under MPI.

10. Further information related to the algorithm can be found in the reference article.

11. The content of the main directory: 
     bin/ ......... after instalation contains the binaries of RSchr program
     doc/ ......... documentation
     exm/ ......... examples
     libs/ ........ libraries required by RSchr
     log/ ......... after installation contains the log files
     src/ ......... source code of the RSchr program
     INSTALL ...... instllation instructions
     README ....... this file
     install-all .. installation script


Source: README, updated 2017-01-30