A Novel Approach to Parallel Coupled Cluster Calculations: Combining Distributed and Shared Memory Techniques for Modern Cluster Based Systems Ryan M

Total Page:16

File Type:pdf, Size:1020Kb

A Novel Approach to Parallel Coupled Cluster Calculations: Combining Distributed and Shared Memory Techniques for Modern Cluster Based Systems Ryan M Chemistry Publications Chemistry 5-2007 A Novel Approach to Parallel Coupled Cluster Calculations: Combining Distributed and Shared Memory Techniques for Modern Cluster Based Systems Ryan M. Olson Iowa State University Jonathan Lee Bentz Iowa State University Ricky A. Kendall Iowa State University Michael Schmidt Iowa State University, [email protected] MFoallorkw S .thi Gors adonnd additional works at: http://lib.dr.iastate.edu/chem_pubs IowaP Satrate of U ntheiversitCyhe, mmigorsdon@itry Commonastate.edus, and the Computer Sciences Commons The ompc lete bibliographic information for this item can be found at http://lib.dr.iastate.edu/ chem_pubs/490. For information on how to cite this item, please visit http://lib.dr.iastate.edu/ howtocite.html. This Article is brought to you for free and open access by the Chemistry at Iowa State University Digital Repository. It has been accepted for inclusion in Chemistry Publications by an authorized administrator of Iowa State University Digital Repository. For more information, please contact [email protected]. A Novel Approach to Parallel Coupled Cluster Calculations: Combining Distributed and Shared Memory Techniques for Modern Cluster Based Systems Abstract A parallel coupled cluster algorithm that combines distributed and shared memory techniques for the CCSD(T) method (singles + doubles with perturbative triples) is described. The implementation of the massively parallel CCSD(T) algorithm uses a hybrid molecular and “direct” atomic integral driven approach. Shared memory is used to minimize redundant replicated storage per compute process. The algorithm is targeted at modern cluster based architectures that are comprised of multiprocessor nodes connected by a dedicated communication network. Parallelism is achieved on two levels: parallelism within a compute node via shared memory parallel techniques and parallelism between nodes using distributed memory techniques. The new parallel implementation is designed to allow for the routine evaluation of mid- (500−750 basis function) to large-scale (750−1000 basis function) CCSD(T) energies. Sample calculations are performed on five low-lying isomers of water hexamer using the aug-cc-pVTZ basis set. Disciplines Chemistry | Computer Sciences Comments The following article appeared in Journal of Chemical Theory and Computation 3 (2007): and may be found at doi:10.1021/ct600366k. Rights Copyright 2007 American Institute of Physics. This article may be downloaded for personal use only. Any other use requires prior permission of the author and the American Institute of Physics. This article is available at Iowa State University Digital Repository: http://lib.dr.iastate.edu/chem_pubs/490 1312 J. Chem. Theory Comput. 2007, 3, 1312-1328 A Novel Approach to Parallel Coupled Cluster Calculations: Combining Distributed and Shared Memory Techniques for Modern Cluster Based Systems Ryan M. Olson,† Jonathan L. Bentz,‡ Ricky A. Kendall,‡,§ Michael W. Schmidt,† and Mark S. Gordon*,† Department of Chemistry, Iowa State UniVersity, Ames, Iowa, Department of Computer Science, Iowa State UniVersity, Ames, Iowa 50011, and Oak Ridge National Laboratory, Oak Ridge, Tennessee 37831 Received January 17, 2007 Abstract: A parallel coupled cluster algorithm that combines distributed and shared memory techniques for the CCSD(T) method (singles + doubles with perturbative triples) is described. The implementation of the massively parallel CCSD(T) algorithm uses a hybrid molecular and “direct” atomic integral driven approach. Shared memory is used to minimize redundant replicated storage per compute process. The algorithm is targeted at modern cluster based architectures that are comprised of multiprocessor nodes connected by a dedicated communication network. Parallelism is achieved on two levels: parallelism within a compute node via shared memory parallel techniques and parallelism between nodes using distributed memory techniques. The new parallel implementation is designed to allow for the routine evaluation of mid- (500-750 basis function) to large-scale (750-1000 basis function) CCSD(T) energies. Sample calculations are performed on five low-lying isomers of water hexamer using the aug-cc-pVTZ basis set. I. Introduction extended formally single-reference CC methods into the Coupled-cluster (CC) methods1-3 are now widely accepted regime of bond making and bond breaking, an area where as the premier single-reference electronic structure methods traditional CC methods break down. for small chemical systems at or near equilibrium geometries. The biggest drawback of CC methods is the large One of the most popular CC methods is CCSD(T), which is computational demands required to perform such calcula- based on an iterative solution of the single and double (SD) tions. However, due to the popularity of methods like CCSD- cluster amplitude equations4 with a noniterative perturbative (T), considerable research has been carried out to generate correction for the triples (T).5 The CCSD(T) approach has highly efficient algorithms4,17-21 and their implementations. been shown6 to be a good compromise between the chemical A variety of CC methods can be found in all of the major accuracy of the higher-order CCSDT (full triples) method7 electronic structure programs available today, including and the computational efficiency of low order many-body GAMESS,22 MOLPRO,23 ACES II,24 Q-CHEM,25 PSI3,26 perturbation theory (MBPT). Equation of motion (EOM) CC NWCHEM,27,28 DALTON,29 and GAUSSIAN03.30 Most CC methods8-12 have been developed for excited-state calcula- programs are highly optimized to run sequentially. This tions. Spin flip13,14 and method of moments CC methods,15 usually means the calculation is performed on a single including the popular renormalized (R),15 completely renor- processor. The speed of the processor and the size of the 15 16 malized (CR), and CR-CCSD(T)L (CCL) methods, have associated memory and disk are limiting factors for sequential algorithms. CCSD(T) calculations, especially those run in * Corresponding author e-mail: [email protected]. C1 symmetry, reach the limit of most single processor † Department of Chemistry, Iowa State University. workstations at around 400-500 basis functions (BF); even ‡ Department of Computer Science, Iowa State University. then, calculations of these sizes may require weeks of time § Oak Ridge National Laboratory. on a dedicated workstation.31 10.1021/ct600366k CCC: $37.00 © 2007 American Chemical Society Published on Web 05/30/2007 Modern Cluster Based Systems J. Chem. Theory Comput., Vol. 3, No. 4, 2007 1313 One means of evaluating computationally demanding the roadmap for future generations of computers. The next problems such as large basis set (>500 BF) CCSD(T) generation(s) of processors is(are) not expected to dramati- calculations is to make use of parallel computing. Parallel cally increase in frequency, which traditionally has accounted computing involves simultaneously evaluating multiple por- for 80% of the performance improvements. Rather, the tions of a larger computational problem on multiple proces- current trend is to add multiple processing “cores” on each sors, in order to achieve an overall reduction in the real- processor. This use of multicore processors in multiprocessor time evaluation of the problem. Equally important, parallel nodes further increases the computational density per node computing can extend computationally demanding methods and further emphasizes the need to address different parallel like CCSD(T) to larger problems because of increased strategies for intra- and internode computing and data computational resources and also storage (memory/disk) management within current and future cluster based systems. resources. There is a wide range of parallel computing The focus of this work is to describe an algorithm for the environments and methodologies, two examples of which CCSD(T) method that can utilize both intranode and inter- are addressed herein. These are as follows: (1) parallelism node forms of parallelism. Algorithms for parallel CC that is achieved by using multiple computers or nodes which methods39-43 have been developed by other groups. These are connected by a dedicated communication network and methodologies for the parallelization of CC methods and (2) parallelism that is achieved by multiple processors within other correlation methods were divided into two categories: a single node that share “local” system resources including those aimed at shared memory machines (SMPs) and those memory and I/O channels. aimed at distributed memory machines. Early work by The tools and methodologies for these two traditional types Komornicki, Lee, and Rendell39 described a highly vectorized of parallel computing environments are very different. shared memory algorithm for evaluating the connected triples Multinode parallelism focuses on combining replicated and/ excitations (T) on the CRAY Y-MP. Vectorized shared- or distributed memory techniques using parallel communica- memory CCSD and CCSD(T) algorithms based on AO tion libraries such as TCGMSG,32 SHMEM,33 MPI,34 Global integrals stored on disk were later implemented by Koch and Arrays (GA),35 and the Distributed Data Interface (DDI).36,37 co-workers.44,45 These early shared-memory vectorized al- One advantage of multinode models is that the aggregate gorithms primarily used optimized library calls to gain system resources increase as the number of nodes increases, computational speedup (the libraries, not the programs
Recommended publications
  • Correlation.Pdf
    INTRODUCTION TO THE ELECTRONIC CORRELATION PROBLEM PAUL E.S. WORMER Institute of Theoretical Chemistry, University of Nijmegen, Toernooiveld, 6525 ED Nijmegen, The Netherlands Contents 1 Introduction 2 2 Rayleigh-SchrÄodinger perturbation theory 4 3 M¿ller-Plesset perturbation theory 7 4 Diagrammatic perturbation theory 9 5 Unlinked clusters 14 6 Convergence of MP perturbation theory 17 7 Second quantization 18 8 Coupled cluster Ansatz 21 9 Coupled cluster equations 26 9.1 Exact CC equations . 26 9.2 The CCD equations . 30 9.3 CC theory versus MP theory . 32 9.4 CCSD(T) . 33 A Hartree-Fock, Slater-Condon, Brillouin 34 B Exponential structure of the wavefunction 37 C Bibliography 40 1 1 Introduction These are notes for a six hour lecture series on the electronic correlation problem, given by the author at a Dutch national winterschool in 1999. The main purpose of this course was to give some theoretical background on the M¿ller-Plesset and coupled cluster methods. Both computational methods are available in many quantum chemical \black box" programs. The audi- ence consisted of graduate students, mostly with an undergraduate chemistry education and doing research in theoretical chemistry. A basic knowledge of quantum mechanics and quantum chemistry is pre- supposed. In particular a knowledge of Slater determinants, Slater-Condon rules and Hartree-Fock theory is a prerequisite of understanding the following notes. In Appendix A this theory is reviewed briefly. Because of time limitations hardly any proofs are given, the theory is sketchily outlined. No attempt is made to integrate out the spin, the theory is formulated in terms of spin-orbitals only.
    [Show full text]
  • Effective Hamiltonians Derived from Equation-Of-Motion Coupled-Cluster
    Effective Hamiltonians derived from equation-of-motion coupled-cluster wave-functions: Theory and application to the Hubbard and Heisenberg Hamiltonians Pavel Pokhilkoa and Anna I. Krylova a Department of Chemistry, University of Southern California, Los Angeles, California 90089-0482 Effective Hamiltonians, which are commonly used for fitting experimental observ- ables, provide a coarse-grained representation of exact many-electron states obtained in quantum chemistry calculations; however, the mapping between the two is not triv- ial. In this contribution, we apply Bloch's formalism to equation-of-motion coupled- cluster (EOM-CC) wave functions to rigorously derive effective Hamiltonians in the Bloch's and des Cloizeaux's forms. We report the key equations and illustrate the theory by examples of systems with electronic states of covalent and ionic characters. We show that the Hubbard and Heisenberg Hamiltonians are extracted directly from the so-obtained effective Hamiltonians. By making quantitative connections between many-body states and simple models, the approach also facilitates the analysis of the correlated wave functions. Artifacts affecting the quality of electronic structure calculations such as spin contamination are also discussed. I. INTRODUCTION Coarse graining is commonly used in computational chemistry and physics. It is ex- ploited in a number of classic models serving as a foundation of modern solid-state physics: tight binding[1, 2], Drude{Sommerfeld's model[3{5], Hubbard's [6] and Heisenberg's[7{9] Hamiltonians. These models explain macroscopic properties of materials through effective interactions whose strengths are treated as model parameters. The values of these pa- rameters are determined either from more sophisticated theoretical models or by fitting to experimental observables.
    [Show full text]
  • Møller–Plesset Perturbation Theory: from Small Molecule Methods to Methods for Thousands of Atoms Dieter Cremer∗
    Advanced Review Møller–Plesset perturbation theory: from small molecule methods to methods for thousands of atoms Dieter Cremer∗ The development of Møller–Plesset perturbation theory (MPPT) has seen four dif- ferent periods in almost 80 years. In the first 40 years (period 1), MPPT was largely ignored because the focus of quantum chemists was on variational methods. Af- ter the development of many-body perturbation theory by theoretical physicists in the 1950s and 1960s, a second 20-year long period started, during which MPn methods up to order n = 6 were developed and computer-programed. In the late 1980s and in the 1990s (period 3), shortcomings of MPPT became obvious, espe- cially the sometimes erratic or even divergent behavior of the MPn series. The physical usefulness of MPPT was questioned and it was suggested to abandon the theory. Since the 1990s (period 4), the focus of method development work has been almost exclusively on MP2. A wealth of techniques and approaches has been put forward to convert MP2 from a O(M5) computational problem into a low- order or linear-scaling task that can handle molecules with thousands of atoms. In addition, the accuracy of MP2 has been systematically improved by introducing spin scaling, dispersion corrections, orbital optimization, or explicit correlation. The coming years will see a continuously strong development in MPPT that will have an essential impact on other quantum chemical methods. C 2011 John Wiley & Sons, Ltd. WIREs Comput Mol Sci 2011 1 509–530 DOI: 10.1002/wcms.58 INTRODUCTION Hylleraas2 on the description of two-electron prob- erturbation theory has been used since the early lems with the help of perturbation theory.
    [Show full text]
  • Coupled Cluster Methods in Quantum Chemistry
    Title: Coupled Cluster methods in quantum chemistry Name: Thorsten Rohwedder, Reinhold Schneider Al./Addr.: Technische UniversitatBerlin Coupled Cluster methods in quantum chemistry Short description Coupled Cluster methods applied in quantum chemistry reformulate the electronic Schrodinger equation as a nonlinear equation, enabling the computation of size- consistent high-precision approximations of the ground state solution for weakly cor- related systems. Introduction The Coupled Cluster method (CC method) is one of the most successful and frequently used approaches for the computation of atomic and molecular electronic structure, i.e. for the solution of the stationary electronic Schrodinger equation, whenever high ac- curacy is required. In contrast to Hartree-Fock type methods (HF) or methods from density functional theory (see the respective entries in this work), high accuracy meth- ods have to account in particular for the quantum-mechanical phenomenon of electronic correlation. If a preliminarily calculated reference solution { usually provided by a HF calculation { already is a good approximation to the sought ground state wave func- tion, the problem is said to be weakly correlated. CC as a post-Hartree-Fock method (also see the entry by M. Lewin) then enables an ecient, accurate and size-extensive description of solutions of the electronic Schrodingerequation. In this context, the 2 size-extensivity of the CC approach is a key aspect, re ecting the correct scaling of correlation energy with respect to the number of electrons. CC methods were initially developed for the treatment of many body quantum systems in nuclear physics in the 1950s and were used for quantum chemical calculations since the 1966 initial work by Paldus and Czek,see (Czek,1991) for a historical overview.
    [Show full text]
  • The Molpro Quantum Chemistry Package
    The Molpro Quantum Chemistry package Hans-Joachim Werner,1, a) Peter J. Knowles,2, b) Frederick R. Manby,3, c) Joshua A. Black,1, d) Klaus Doll,1, e) Andreas Heßelmann,1, f) Daniel Kats,4, g) Andreas K¨ohn,1, h) Tatiana Korona,5, i) David A. Kreplin,1, j) Qianli Ma,1, k) Thomas F. Miller, III,6, l) Alexander Mitrushchenkov,7, m) Kirk A. Peterson,8, n) Iakov Polyak,2, o) 1, p) 2, q) Guntram Rauhut, and Marat Sibaev 1)Institut f¨ur Theoretische Chemie, Universit¨at Stuttgart, Pfaffenwaldring 55, 70569 Stuttgart, Germany 2)School of Chemistry, Cardiff University, Main Building, Park Place, Cardiff CF10 3AT, United Kingdom 3)School of Chemistry, University of Bristol, Cantock’s Close, Bristol BS8 1TS, United Kingdom 4)Max-Planck Institute for Solid State Research, Heisenbergstraße 1, 70569 Stuttgart, Germany 5)Faculty of Chemistry, University of Warsaw, L. Pasteura 1 St., 02-093 Warsaw, Poland 6)Division of Chemistry and Chemical Engineering, California Institute of Technology, Pasadena, California 91125, United States 7)MSME, Univ Gustave Eiffel, UPEC, CNRS, F-77454, Marne-la- Vall´ee, France 8)Washington State University, Department of Chemistry, Pullman, WA 99164-4630 1 Molpro is a general purpose quantum chemistry software package with a long devel- opment history. It was originally focused on accurate wavefunction calculations for small molecules, but now has many additional distinctive capabilities that include, inter alia, local correlation approximations combined with explicit correlation, highly efficient implementations of single-reference correlation methods, robust and efficient multireference methods for large molecules, projection embedding and anharmonic vibrational spectra.
    [Show full text]
  • Massive-Parallel Implementation of the Resolution-Of-Identity Coupled
    Article Cite This: J. Chem. Theory Comput. 2019, 15, 4721−4734 pubs.acs.org/JCTC Massive-Parallel Implementation of the Resolution-of-Identity Coupled-Cluster Approaches in the Numeric Atom-Centered Orbital Framework for Molecular Systems † § † † ‡ § § Tonghao Shen, , Zhenyu Zhu, Igor Ying Zhang,*, , , and Matthias Scheffler † Department of Chemistry, Fudan University, Shanghai 200433, China ‡ Shanghai Key Laboratory of Molecular Catalysis and Innovative Materials, MOE Key Laboratory of Computational Physical Science, Fudan University, Shanghai 200433, China § Fritz-Haber-Institut der Max-Planck-Gesellschaft, Faradayweg 4-6, 14195 Berlin, Germany *S Supporting Information ABSTRACT: We present a massive-parallel implementation of the resolution of identity (RI) coupled-cluster approach that includes single, double, and perturbatively triple excitations, namely, RI-CCSD(T), in the FHI-aims package for molecular systems. A domain-based distributed-memory algorithm in the MPI/OpenMP hybrid framework has been designed to effectively utilize the memory bandwidth and significantly minimize the interconnect communication, particularly for the tensor contraction in the evaluation of the particle−particle ladder term. Our implementation features a rigorous avoidance of the on- the-fly disk storage and excellent strong scaling of up to 10 000 and more cores. Taking a set of molecules with different sizes, we demonstrate that the parallel performance of our CCSD(T) code is competitive with the CC implementations in state-of- the-art high-performance-computing computational chemistry packages. We also demonstrate that the numerical error due to the use of RI approximation in our RI-CCSD(T) method is negligibly small. Together with the correlation-consistent numeric atom-centered orbital (NAO) basis sets, NAO-VCC-nZ, the method is applied to produce accurate theoretical reference data for 22 bio-oriented weak interactions (S22), 11 conformational energies of gaseous cysteine conformers (CYCONF), and 32 Downloaded via FRITZ HABER INST DER MPI on January 8, 2021 at 22:13:06 (UTC).
    [Show full text]
  • Orbital Optimized Unitary Coupled Cluster Theory for Quantum Computer
    PHYSICAL REVIEW RESEARCH 2, 033421 (2020) Orbital optimized unitary coupled cluster theory for quantum computer Wataru Mizukami ,1,2,3,* Kosuke Mitarai,1,2,4,† Yuya O. Nakagawa,4 Takahiro Yamamoto,4 Tennin Yan,4 and Yu-ya Ohnishi 5,‡ 1Graduate School of Engineering Science, Osaka University, 1-3 Machikaneyama, Toyonaka, Osaka 560-8531, Japan 2Center for Quantum Information and Quantum Biology, Institute for Open and Transdisciplinary Research Initiatives, Osaka University, Osaka 560-8531, Japan 3JST, PRESTO, 4-1-8 Honcho, Kawaguchi, Saitama 332-0012, Japan 4QunaSys Inc., Aqua Hakusan Building 9F, 1-13-7 Hakusan, Bunkyo, Tokyo 113-0001, Japan 5Materials Informatics Initiative, RD Technology & Digital Transformation Center, JSR Corporation, 100 Kawajiri-cho, Yokkaichi, Mie, 510-8552, Japan (Received 23 March 2020; accepted 11 August 2020; published 16 September 2020) We propose an orbital optimized method for unitary coupled cluster theory (OO-UCC) within the variational quantum eigensolver (VQE) framework for quantum computers. OO-UCC variationally determines the coupled cluster amplitudes and also molecular orbital coefficients. Owing to its fully variational nature, first-order properties are readily available. This feature allows the optimization of molecular structures in VQE without solving any additional equations. Furthermore, the method requires smaller active space and shallower quantum circuits than UCC to achieve the same accuracy. We present numerical examples of OO-UCC using quantum simulators, which include the geometry optimization of water and ammonia molecules using analytical first derivatives of the VQE. DOI: 10.1103/PhysRevResearch.2.033421 I. INTRODUCTION riational properties, the validity of TCC is strongly dependent on the reference Hartree–Fock wave function.
    [Show full text]
  • Modern Quantum Chemistry with [Open]Molcas
    Research Collection Journal Article Modern quantum chemistry with [Open]Molcas Author(s): Aquilante, Francesco; Baiardi, Alberto; Freitag, Leon; Knecht, Stefan; Reiher, Markus; Stein, Christopher J.; et al. Publication Date: 2020-06-07 Permanent Link: https://doi.org/10.3929/ethz-b-000420242 Originally published in: The Journal of Chemical Physics 152(21), http://doi.org/10.1063/5.0004835 Rights / License: Creative Commons Attribution 4.0 International This page was generated automatically upon download from the ETH Zurich Research Collection. For more information please consult the Terms of use. ETH Library Modern quantum chemistry with [Open]Molcas Cite as: J. Chem. Phys. 152, 214117 (2020); https://doi.org/10.1063/5.0004835 Submitted: 17 February 2020 . Accepted: 11 May 2020 . Published Online: 05 June 2020 Francesco Aquilante , Jochen Autschbach , Alberto Baiardi , Stefano Battaglia , Veniamin A. Borin , Liviu F. Chibotaru , Irene Conti , Luca De Vico , Mickaël Delcey , Ignacio Fdez. Galván , Nicolas Ferré , Leon Freitag , Marco Garavelli , Xuejun Gong , Stefan Knecht , Ernst D. Larsson , Roland Lindh , Marcus Lundberg , Per Åke Malmqvist , Artur Nenov , Jesper Norell , Michael Odelius , Massimo Olivucci , Thomas B. Pedersen , Laura Pedraza-González , Quan M. Phung , Kristine Pierloot , Markus Reiher , Igor Schapiro , Javier Segarra-Martí , Francesco Segatta , Luis Seijo , Saumik Sen , Dumitru-Claudiu Sergentu , Christopher J. Stein , Liviu Ungur , Morgane Vacher , Alessio Valentini , and Valera Veryazov COLLECTIONS Paper published
    [Show full text]
  • Nwchem: Past, Present, and Future
    1 NWChem: Past, Present, and Future NWChem: Past, Present, and Future a) E. Apra,1 E. J. Bylaska,1 W. A. de Jong,2 N. Govind,1 K. Kowalski,1, T. P. Straatsma,3 M. Valiev,1 H. J. 4 5 6 5 7 8 9 J. van Dam, Y. Alexeev, J. Anchell, V. Anisimov, F. W. Aquino, R. Atta-Fynn, J. Autschbach, N. P. Bauman,1 J. C. Becca,10 D. E. Bernholdt,11 K. Bhaskaran-Nair,12 S. Bogatko,13 P. Borowski,14 J. Boschen,15 J. Brabec,16 A. Bruner,17 E. Cauet,18 Y. Chen,19 G. N. Chuev,20 C. J. Cramer,21 J. Daily,1 22 23 9 24 11 25 M. J. O. Deegan, T. H. Dunning Jr., M. Dupuis, K. G. Dyall, G. I. Fann, S. A. Fischer, A. Fonari,26 H. Fruchtl,27 L. Gagliardi,21 J. Garza,28 N. Gawande,1 S. Ghosh,29 K. Glaesemann,1 A. W. Gotz,30 6 31 32 33 34 2 10 J. Hammond, V. Helms, E. D. Hermes, K. Hirao, S. Hirata, M. Jacquelin, L. Jensen, B. G. Johnson,35 H. Jonsson,36 R. A. Kendall,11 M. Klemm,6 R. Kobayashi,37 V. Konkov,38 S. Krishnamoorthy,1 M. 19 39 40 41 42 43 44 Krishnan, Z. Lin, R. D. Lins, R. J. Little eld, A. J. Logsdail, K. Lopata, W. Ma, A. V. Marenich,45 J. Martin del Campo,46 D. Mejia-Rodriguez,47 J. E. Moore,6 J. M. Mullin,48 T. Nakajima,49 D. R. Nascimento,1 J.
    [Show full text]
  • Modern Quantum Chemistry with [Open]Molcas
    Modern quantum chemistry with [Open]Molcas Cite as: J. Chem. Phys. 152, 214117 (2020); https://doi.org/10.1063/5.0004835 Submitted: 17 February 2020 . Accepted: 11 May 2020 . Published Online: 05 June 2020 Francesco Aquilante , Jochen Autschbach , Alberto Baiardi , Stefano Battaglia , Veniamin A. Borin , Liviu F. Chibotaru , Irene Conti , Luca De Vico , Mickaël Delcey , Ignacio Fdez. Galván , Nicolas Ferré , Leon Freitag , Marco Garavelli , Xuejun Gong , Stefan Knecht , Ernst D. Larsson , Roland Lindh , Marcus Lundberg , Per Åke Malmqvist , Artur Nenov , Jesper Norell , Michael Odelius , Massimo Olivucci , Thomas B. Pedersen , Laura Pedraza-González , Quan M. Phung , Kristine Pierloot , Markus Reiher , Igor Schapiro , Javier Segarra-Martí , Francesco Segatta , Luis Seijo , Saumik Sen , Dumitru-Claudiu Sergentu , Christopher J. Stein , Liviu Ungur , Morgane Vacher , Alessio Valentini , and Valera Veryazov COLLECTIONS Paper published as part of the special topic on Electronic Structure Software Note: This article is part of the JCP Special Topic on Electronic Structure Software. ARTICLES YOU MAY BE INTERESTED IN Dalton Project: A Python platform for molecular- and electronic-structure simulations of complex systems The Journal of Chemical Physics 152, 214115 (2020); https://doi.org/10.1063/1.5144298 The ORCA quantum chemistry program package The Journal of Chemical Physics 152, 224108 (2020); https://doi.org/10.1063/5.0004608 Coupled-cluster techniques for computational chemistry: The CFOUR program package The Journal of Chemical Physics 152, 214108 (2020); https://doi.org/10.1063/5.0004837 J. Chem. Phys. 152, 214117 (2020); https://doi.org/10.1063/5.0004835 152, 214117 © 2020 Author(s). The Journal ARTICLE of Chemical Physics scitation.org/journal/jcp Modern quantum chemistry with [Open]Molcas Cite as: J.
    [Show full text]
  • Relativistic Coupled Cluster Theory - in Molecular Properties and in Electronic Structure Avijit Shee
    Relativistic coupled cluster theory - in molecular properties and in electronic structure Avijit Shee To cite this version: Avijit Shee. Relativistic coupled cluster theory - in molecular properties and in electronic structure. Mechanics of materials [physics.class-ph]. Université Paul Sabatier - Toulouse III, 2016. English. NNT : 2016TOU30053. tel-01515345 HAL Id: tel-01515345 https://tel.archives-ouvertes.fr/tel-01515345 Submitted on 27 Apr 2017 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. 5)µ4& &OWVFEFMPCUFOUJPOEV %0$503"5%&-6/*7&34*5²%&506-064& %ÏMJWSÏQBS Université Toulouse 3 Paul Sabatier (UT3 Paul Sabatier) 1SÏTFOUÏFFUTPVUFOVFQBS Avijit Shee le 26th January, 2016 5JUSF Relativistic Coupled Cluster Theory – in Molecular Properties and in Electronic Structure ²DPMF EPDUPSBMF et discipline ou spécialité ED SDM : Physique de la matière - CO090 6OJUÏEFSFDIFSDIF Laboratoire de Chimie et Physique Quantiques (UMR5626) %JSFDUFVSUSJDF T EFʾÒTF Trond Saue (Directeur) Timo Fleig (Co-Directeur) Jury : Trygve Helgaker Professeur Rapporteur Jürgen Gauss Professeur Rapporteur Valerie Vallet Directeur de Recherche Examinateur Laurent Maron Professeur Rapporteur Timo Fleig Professeur Directeur Trond Saue Directeur de Recherche Directeur A Thesis submitted for the degree of Doctor of Philosophy Relativistic Coupled Cluster Theory { in Molecular Properties and in Electronic Structure Avijit Shee Universit´eToulouse III { Paul Sabatier Contents Acknowledgements iii 1.
    [Show full text]
  • Coupled Cluster Theory for Molecular Polaritons: Changing Ground and Excited States
    PHYSICAL REVIEW X 10, 041043 (2020) Featured in Physics Coupled Cluster Theory for Molecular Polaritons: Changing Ground and Excited States Tor S. Haugland ,1 Enrico Ronca ,2,3 Eirik F. Kjønstad ,1 Angel Rubio ,3,4,5 and Henrik Koch 6,1,* 1Department of Chemistry, Norwegian University of Science and Technology, 7491 Trondheim, Norway 2Istituto per i Processi Chimico Fisici del CNR (IPCF-CNR), Via G. Moruzzi, 1, 56124, Pisa, Italy 3Max Planck Institute for the Structure and Dynamics of Matter and Center Free-Electron Laser Science, Luruper Chaussee 149, 22761 Hamburg, Germany 4Center for Computational Quantum Physics (CCQ), The Flatiron Institute, 162 Fifth Avenue, New York, New York 10010, USA 5Nano-Bio Spectroscopy Group, Departamento de Física de Materiales, Universidad del País Vasco, 20018 San Sebastian, Spain 6Scuola Normale Superiore, Piazza dei Cavalieri, 7, 56124 Pisa, Italy (Received 9 May 2020; revised 6 September 2020; accepted 14 October 2020; published 2 December 2020) We present an ab initio correlated approach to study molecules that interact strongly with quantum fields in an optical cavity. Quantum electrodynamics coupled cluster theory provides a nonperturbative description of cavity-induced effects in ground and excited states. Using this theory, we show how quantum fields can be used to manipulate charge transfer and photochemical properties of molecules. We propose a strategy to lift electronic degeneracies and induce modifications in the ground-state potential energy surface close to a conical intersection. DOI: 10.1103/PhysRevX.10.041043 Subject Areas: Atomic and Molecular Physics, Chemical Physics, Photonics I. INTRODUCTION quantized electromagnetic field interacts with the molecu- lar system, producing new hybrid light-matter states called Manipulation by strong electron-photon coupling [1] polaritons [19].
    [Show full text]