Jump to content

ACES (computational chemistry)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 128.62.235.24 (talk) at 21:07, 12 April 2010. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Aces II (Advanced Concepts in Electronic Structure Theory) is an ab initio computational chemistry package for performing high-level quantum chemical ab initio calculations. Its major strength is the accurate calculation of atomic and molecular energies as well as properties using many-body techniques such as many-body perturbation theory (MBPT) and, in particular coupled cluster techniques to treat electron correlation. The development of ACES II began in early 1990 in the group of Professor Rod Bartlett at the Quantum Theory Project (QTP) of the University of Florida in Gainesville. There, the need for more efficient codes had been realized and the idea of writing an entirely new program package emerged. During 1990 and 1991 John F. Stanton, Jürgen Gauss, and John D. Watts, all of them at that time postdoctoral researchers in the Bartlett group, supported by a few students, wrote the backbone of what is now known as the ACES II program package. The only parts which have been taken from others were the integral packages, where the MOLECULE package of J. Almlöf, the VPROP package of P.R. Taylor, and the integral derivative package ABACUS of T. Helgaker, P. Jorgensen J. Olsen, and H.J. Aa. Jensen had been adapted for the use within ACES II and had been modified for that purpose.

The first version of ACES II had been written for CRAY supercomputers (under the unix-based operating system UNICOS) and, consequently, a lot of effort had been devoted to the exploitation of matrix-vector operations through optimized Blas-routines. However, more or less simultaneously, versions for so-called "unix-boxes" were created. The original design strategy of keeping machine-dependent code to an absolute minimum facilitated this process considerably.

Ultimately, two different versions of the program evolved. The first was maintained by the Bartlett group at the University of Florida, and the other (known as ACESII-MAB) was maintained by groups at the University of Texas, Universitaet Mainz in Germany, and ELTU in Budapest, Hungary. The latter has recently been renamed as CFOUR.


Aces III is a parallel implementation that was released in the fall of 2008. The effort led to definition of a new architecture for scalable parallel software called the super instruction architecture. The design and creation of software is divided into two parts:

  1. The algorithms are coded in a domain specific language called super instruction assembly language or SIAL, pronounced "sail" for easy communication.
  2. The SIAL programs are executed by a MPMD parallel virtual machine called the super instruction processor or SIP.

The ACES III program consists of 580,000 lines of SIAL code of which 200,000 lines are comments, and 230,000 lines of C/C++ and Fortran of which 62,000 lines are comments.

References


See also