Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Density Functional Approaches

ABINIThttps://www.abinit.org/

ABINIT is a software suite to calculate the optical, mechanical, vibrational, and other observable properties of materials. Starting from the quantum equations of density functional theory, you can build up to advanced applications with perturbation theories based on DFT, and many-body Green's functions (GW and DMFT) .
ABINIT can calculate molecules, nanostructures and solids with any chemical composition, and comes with several complete and robust tables of atomic potentials.

Code Block
languagebash
module load lapack
module load blas
module load abinit

Linear Algebra Operations

LAPACKhttp://www.netlib.org/lapack/LAPACK is written in Fortran 90 and provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. 
Code Block
languagebash
module load lapack
SCALAPACKhttp://www.netlib.org/scalapack/ScaLAPACK is a library of high-performance linear algebra routines for parallel distributed memory machines. ScaLAPACK solves dense and banded linear systems, least squares problems, eigenvalue problems, and singular value problems. 

 

Matrix and Vector Operations

BLAShttp://netlib.org/blas/The BLAS (Basic Linear Algebra Subprograms) are routines that provide standard building blocks for performing basic vector and matrix operations.
Code Block
languagebash
module load blas

 


Cluster HowTos:

  • Login to the Cluster
  • Loading Environments for Using Codes
  • Submitting Jobs to the Cluster