scispace - formally typeset
Search or ask a question
Author

Martin Schütz

Other affiliations: University of Regensburg, Lund University, University of Bern  ...read more
Bio: Martin Schütz is an academic researcher from University of Erlangen-Nuremberg. The author has contributed to research in topics: Coupled cluster & Ab initio quantum chemistry methods. The author has an hindex of 49, co-authored 139 publications receiving 11940 citations. Previous affiliations of Martin Schütz include University of Regensburg & Lund University.


Papers
More filters
Journal ArticleDOI
TL;DR: Molpro (available at http://www.molpro.net) is a general-purpose quantum chemical program as discussed by the authors, which uses local approximations combined with explicit correlation treatments, highly accurate coupled-cluster calculations are now possible for molecules with up to approximately 100 atoms.
Abstract: Molpro (available at http://www.molpro.net) is a general-purpose quantum chemical program. The original focus was on high-accuracy wave function calculations for small molecules, but using local approximations combined with explicit correlation treatments, highly accurate coupled-cluster calculations are now possible for molecules with up to approximately 100 atoms. Recently, multireference correlation treatments were also made applicable to larger molecules. Furthermore, an efficient implementation of density functional theory is available.

2,999 citations

Journal ArticleDOI
TL;DR: In this paper, a new implementation of local second-order Mo/ller-Plesset perturbation theory (LMP2) is presented for which asymptotically all computational resources (CPU, memory, and disk) scale only linearly with the molecular size.
Abstract: A new implementation of local second-order Mo/ller-Plesset perturbation theory (LMP2) is presented for which asymptotically all computational resources (CPU, memory, and disk) scale only linearly with the molecular size. This is achieved by (i) using orbital domains for each electron pair that are independent of molecular size; (ii) classifying the pairs according to a distance criterion and neglecting very distant pairs; (iii) treating distant pairs by a multipole approximation, and (iv) using efficient prescreening algorithms in the integral transformation. The errors caused by the various approximations are negligible. LMP2 calculations on molecules including up to 500 correlated electrons and over 1500 basis functions in C1 symmetry are reported, all carried out on a single low-cost personal computer.

663 citations

Journal ArticleDOI
TL;DR: In this article, a new implementation of local coupled-cluster theory with single and double excitations (LCCSD) is presented for which asymptotically all computational resources (CPU, memory, and disk) scale only linearly with the molecular size.
Abstract: A new implementation of local coupled-cluster theory with single and double excitations (LCCSD) is presented for which asymptotically all computational resources (CPU, memory, and disk) scale only linearly with the molecular size. This is achieved by: (i) restricting the correlation space for each electron pair to domains that are independent of molecular size; (ii) classifying the pairs according to a distance criterion and treating only strong pairs at the highest level; (iii) using efficient prescreening algorithms in the integral transformation and other integral-direct procedures; and (iv) neglect of small couplings of electron pairs that are far apart from each other. The errors caused by the various approximations are negligible. LCCSD calculations on molecules including up to 300 correlated electrons and over 1000 basis functions in C1 symmetry are reported, all carried out on a workstation.

592 citations

Journal ArticleDOI
TL;DR: An investigation of three prominent structures of the benzene dimer, namely, the T shaped, parallel displaced, and sandwich geometries, employing basis sets of up to augmented quadruple-zeta quality shows that DF-DFT-SAPT outperforms second-order Moller-Plesset theory (MP2) and gives total interaction energies which are close to the best estimates inferred from combining the results of MP2 and coupled-cluster theory.
Abstract: The previously developed DFT-SAPT approach, which combines symmetry-adapted intermolecular perturbation theory (SAPT) with a density-functional theory (DFT) representation of the monomers, has been implemented by using density fitting of two-electron objects. This approach, termed DF-DFT-SAPT, scales with the fifth power of the molecular size and with the third power upon increase of the basis set size for a given dimer, thus drastically reducing the cost of the conventional DFT-SAPT method. The accuracy of the density fitting approximation has been tested for the ethyne dimer. It has been found that the errors in the interaction energies due to density fitting are below 10(-3) kcal/mol with suitable auxiliary basis sets and thus one or two orders of magnitude smaller than the errors due to the use of a limited atomic orbital basis set. An investigation of three prominent structures of the benzene dimer, namely, the T shaped, parallel displaced, and sandwich geometries, employing basis sets of up to augmented quadruple-zeta quality shows that DF-DFT-SAPT outperforms second-order Moller-Plesset theory (MP2) and gives total interaction energies which are close to the best estimates inferred from combining the results of MP2 and coupled-cluster theory with single, double, and perturbative triple excitations.

555 citations

Journal ArticleDOI
TL;DR: In this paper, a new method for the perturbative calculation of the correlation energy due to connected triple excitations (T) in the framework of local coupled cluster theory is presented, for which all computational resources scale linearly with molecular size.
Abstract: A new method for the perturbative calculation of the correlation energy due to connected triple excitations (T) in the framework of local coupled cluster theory is presented, for which all computational resources scale linearly with molecular size. One notable complication in the formalism for connected triples introduced by the local approach is the nondiagonality of the Fock matrix in the localized MO (LMO) and projected AO (PAO) basis, which leads to couplings between individual triples amplitudes via the internal–internal and external–external blocks of the Fock matrix, respectively. Further complications and couplings arise due to the nonorthogonality of the PAOs. While the couplings via the external–external block can easily be dealt with, this is more difficult for the internal–internal couplings. In a previous paper we already published preliminary results of an approximation of the method, which neglects these internal–internal couplings entirely and recovers about 97% of the total local triples ...

329 citations


Cited by
More filters
Journal ArticleDOI
TL;DR: The work presented here details the Avogadro library, which is a framework providing a code library and application programming interface (API) with three-dimensional visualization capabilities; and has direct applications to research and education in the fields of chemistry, physics, materials science, and biology.
Abstract: The Avogadro project has developed an advanced molecule editor and visualizer designed for cross-platform use in computational chemistry, molecular modeling, bioinformatics, materials science, and related areas. It offers flexible, high quality rendering, and a powerful plugin architecture. Typical uses include building molecular structures, formatting input files, and analyzing output of a wide variety of computational chemistry packages. By using the CML file format as its native document type, Avogadro seeks to enhance the semantic accessibility of chemical data types. The work presented here details the Avogadro library, which is a framework providing a code library and application programming interface (API) with three-dimensional visualization capabilities; and has direct applications to research and education in the fields of chemistry, physics, materials science, and biology. The Avogadro application provides a rich graphical interface using dynamically loaded plugins through the library itself. The application and library can each be extended by implementing a plugin module in C++ or Python to explore different visualization techniques, build/manipulate molecular structures, and interact with other programs. We describe some example extensions, one which uses a genetic algorithm to find stable crystal structures, and one which interfaces with the PackMol program to create packed, solvated structures for molecular dynamics simulations. The 1.0 release series of Avogadro is the main focus of the results discussed here. Avogadro offers a semantic chemical builder and platform for visualization and analysis. For users, it offers an easy-to-use builder, integrated support for downloading from common databases such as PubChem and the Protein Data Bank, extracting chemical data from a wide variety of formats, including computational chemistry output, and native, semantic support for the CML file format. For developers, it can be easily extended via a powerful plugin mechanism to support new features in organic chemistry, inorganic complexes, drug design, materials, biomolecules, and simulations. Avogadro is freely available under an open-source license from http://avogadro.openmolecules.net .

5,816 citations

Journal ArticleDOI
TL;DR: A series of auxiliary basis sets to fit Coulomb potentials for the elements H to Rn (except lanthanides) is presented and computation times for the Coulomb part are reduced by a factor of ca.15 kJ mol(-1) per atom.
Abstract: A series of auxiliary basis sets to fit Coulomb potentials for the elements H to Rn (except lanthanides) is presented. For each element only one auxiliary basis set is needed to approximate Coulomb energies in conjunction with orbital basis sets of split valence, triple zeta valence and quadruple zeta valence quality with errors of typically below ca. 0.15 kJ mol−1 per atom; this was demonstrated in conjunction with the recently developed orbital basis sets of types def2-SV(P), def2-TZVP and def2-QZVPP for a large set of small molecules representing (nearly) each element in all of its common oxidation states. These auxiliary bases are slightly more than three times larger than orbital bases of split valence quality. Compared to non-approximated treatments, computation times for the Coulomb part are reduced by a factor of ca. 8 for def2-SV(P) orbital bases, ca. 25 for def2-TZVP and ca. 100 for def2-QZVPP orbital bases.

4,876 citations

Book
01 Sep 2001
TL;DR: A Chemist's Guide to Density Functional Theory should be an invaluable source of insight and knowledge for many chemists using DFT approaches to solve chemical problems.
Abstract: "Chemists familiar with conventional quantum mechanics will applaud and benefit greatly from this particularly instructive, thorough and clearly written exposition of density functional theory: its basis, concepts, terms, implementation, and performance in diverse applications. Users of DFT for structure, energy, and molecular property computations, as well as reaction mechanism studies, are guided to the optimum choices of the most effective methods. Well done!" Paul von RaguE Schleyer "A conspicuous hole in the computational chemist's library is nicely filled by this book, which provides a wide-ranging and pragmatic view of the subject.[...It] should justifiably become the favorite text on the subject for practioneers who aim to use DFT to solve chemical problems." J. F. Stanton, J. Am. Chem. Soc. "The authors' aim is to guide the chemist through basic theoretical and related technical aspects of DFT at an easy-to-understand theoretical level. They succeed admirably." P. C. H. Mitchell, Appl. Organomet. Chem. "The authors have done an excellent service to the chemical community. [...] A Chemist's Guide to Density Functional Theory is exactly what the title suggests. It should be an invaluable source of insight and knowledge for many chemists using DFT approaches to solve chemical problems." M. Kaupp, Angew. Chem.

3,550 citations

Journal ArticleDOI
TL;DR: Molpro (available at http://www.molpro.net) is a general-purpose quantum chemical program as discussed by the authors, which uses local approximations combined with explicit correlation treatments, highly accurate coupled-cluster calculations are now possible for molecules with up to approximately 100 atoms.
Abstract: Molpro (available at http://www.molpro.net) is a general-purpose quantum chemical program. The original focus was on high-accuracy wave function calculations for small molecules, but using local approximations combined with explicit correlation treatments, highly accurate coupled-cluster calculations are now possible for molecules with up to approximately 100 atoms. Recently, multireference correlation treatments were also made applicable to larger molecules. Furthermore, an efficient implementation of density functional theory is available.

2,999 citations

Journal ArticleDOI
TL;DR: In this article, the essential aspects of coupled-cluster theory are explained and illustrated with informative numerical results, showing that the theory offers the most accurate results among the practical ab initio electronic-structure theories applicable to moderate-sized molecules.
Abstract: Today, coupled-cluster theory offers the most accurate results among the practical ab initio electronic-structure theories applicable to moderate-sized molecules. Though it was originally proposed for problems in physics, it has seen its greatest development in chemistry, enabling an extensive range of applications to molecular structure, excited states, properties, and all kinds of spectroscopy. In this review, the essential aspects of the theory are explained and illustrated with informative numerical results.

2,667 citations