Manual-5.0.7.Pdf

Total Page:16

File Type:pdf, Size:1020Kb

Manual-5.0.7.Pdf GROMACS Groningen Machine for Chemical Simulations USER MANUAL Version 5.0.7 GROMACS USER MANUAL Version 5.0.7 Contributions from Emile Apol, Rossen Apostolov, Herman J.C. Berendsen, Aldert van Buuren, Par¨ Bjelkmar, Rudi van Drunen, Anton Feenstra, Sebastian Fritsch, Gerrit Groenhof, Christoph Junghans, Jochen Hub, Peter Kasson, Carsten Kutzner, Brad Lambeth, Per Larsson, Justin A. Lemkul, Erik Marklund, Peiter Meulenhoff, Teemu Murtola, Szilard´ Pall,´ Sander Pronk, Roland Schulz, Michael Shirts, Alfons Sijbers, Peter Tieleman, Christian Wennberg and Maarten Wolf. Mark Abraham, Berk Hess, David van der Spoel, and Erik Lindahl. c 1991–2000: Department of Biophysical Chemistry, University of Groningen. Nijenborgh 4, 9747 AG Groningen, The Netherlands. c 2001–2015: The GROMACS development teams at the Royal Institute of Technology and Uppsala University, Sweden. More information can be found on our website: www.gromacs.org. iv Preface & Disclaimer This manual is not complete and has no pretention to be so due to lack of time of the contributors – our first priority is to improve the software. It is worked on continuously, which in some cases might mean the information is not entirely correct. Comments on form and content are welcome, please send them to one of the mailing lists (see www.gromacs.org), or open an issue at redmine.gromacs.org. Corrections can also be made in the GROMACS git source repository and uploaded to gerrit.gromacs.org. We release an updated version of the manual whenever we release a new version of the software, so in general it is a good idea to use a manual with the same major and minor release number as your GROMACS installation. On-line Resources You can find more documentation and other material at our homepage www.gromacs.org. Among other things there is an on-line reference, several GROMACS mailing lists with archives and contributed topologies/force fields. Citation information When citing this document in any scientific publication please refer to it as: M.J. Abraham, D. van der Spoel, E. Lindahl, B. Hess, and the GROMACS development team, GROMACS User Manual version 5.0.7, www.gromacs.org (2015) However, we prefer that you cite (some of) the GROMACS papers [1,2,3,4,5,6,7,8] when you publish your results. Any future development depends on academic research grants, since the package is distributed as free software! GROMACS is Free Software The entire GROMACS package is available under the GNU Lesser General Public License, version 2.1. This means it’s free as in free speech, not just that you can use it without paying us money. For details, check the COPYING file in the source code or consult http://www.gnu.org/licenses/old- licenses/lgpl-2.1.html. The GROMACS source code and and selected set of binary packages are available on our home- page, www.gromacs.org. Have fun. Contents 1 Introduction1 1.1 Computational Chemistry and Molecular Modeling................1 1.2 Molecular Dynamics Simulations..........................2 1.3 Energy Minimization and Search Methods.....................5 2 Definitions and Units7 2.1 Notation.......................................7 2.2 MD units......................................7 2.3 Reduced units....................................9 3 Algorithms 11 3.1 Introduction..................................... 11 3.2 Periodic boundary conditions............................ 11 3.2.1 Some useful box types........................... 13 3.2.2 Cut-off restrictions............................. 14 3.3 The group concept................................. 14 3.4 Molecular Dynamics................................ 15 3.4.1 Initial conditions.............................. 17 3.4.2 Neighbor searching............................. 18 3.4.3 Compute forces............................... 25 3.4.4 The leap-frog integrator.......................... 27 3.4.5 The velocity Verlet integrator....................... 27 3.4.6 Understanding reversible integrators: The Trotter decomposition..... 28 3.4.7 Twin-range cut-offs............................. 30 3.4.8 Temperature coupling........................... 31 3.4.9 Pressure coupling.............................. 37 vi Contents 3.4.10 The complete update algorithm...................... 43 3.4.11 Output step................................. 45 3.5 Shell molecular dynamics.............................. 45 3.5.1 Optimization of the shell positions..................... 45 3.6 Constraint algorithms................................ 46 3.6.1 SHAKE................................... 46 3.6.2 LINCS................................... 47 3.7 Simulated Annealing................................ 49 3.8 Stochastic Dynamics................................ 50 3.9 Brownian Dynamics................................ 51 3.10 Energy Minimization................................ 51 3.10.1 Steepest Descent.............................. 52 3.10.2 Conjugate Gradient............................. 52 3.10.3 L-BFGS................................... 52 3.11 Normal-Mode Analysis............................... 53 3.12 Free energy calculations.............................. 54 3.12.1 Slow-growth methods........................... 54 3.12.2 Thermodynamic integration........................ 56 3.13 Replica exchange.................................. 56 3.14 Essential Dynamics sampling............................ 57 3.15 Expanded Ensemble................................. 58 3.16 Parallelization.................................... 58 3.17 Domain decomposition............................... 59 3.17.1 Coordinate and force communication................... 59 3.17.2 Dynamic load balancing.......................... 59 3.17.3 Constraints in parallel........................... 60 3.17.4 Interaction ranges.............................. 61 3.17.5 Multiple-Program, Multiple-Data PME parallelization.......... 62 3.17.6 Domain decomposition flow chart..................... 64 3.18 Implicit solvation.................................. 64 4 Interaction function and force fields 67 4.1 Non-bonded interactions.............................. 67 4.1.1 The Lennard-Jones interaction....................... 68 Contents vii 4.1.2 Buckingham potential........................... 69 4.1.3 Coulomb interaction............................ 69 4.1.4 Coulomb interaction with reaction field.................. 70 4.1.5 Modified non-bonded interactions..................... 71 4.1.6 Modified short-range interactions with Ewald summation......... 72 4.2 Bonded interactions................................. 73 4.2.1 Bond stretching............................... 73 4.2.2 Morse potential bond stretching...................... 74 4.2.3 Cubic bond stretching potential...................... 75 4.2.4 FENE bond stretching potential...................... 75 4.2.5 Harmonic angle potential.......................... 76 4.2.6 Cosine based angle potential........................ 76 4.2.7 Restricted bending potential........................ 77 4.2.8 Urey-Bradley potential........................... 77 4.2.9 Bond-Bond cross term........................... 78 4.2.10 Bond-Angle cross term........................... 79 4.2.11 Quartic angle potential........................... 79 4.2.12 Improper dihedrals............................. 79 4.2.13 Proper dihedrals.............................. 80 4.2.14 Tabulated bonded interaction functions.................. 84 4.3 Restraints...................................... 85 4.3.1 Position restraints.............................. 85 4.3.2 Flat-bottomed position restraints...................... 86 4.3.3 Angle restraints............................... 87 4.3.4 Dihedral restraints............................. 87 4.3.5 Distance restraints............................. 88 4.3.6 Orientation restraints............................ 91 4.4 Polarization..................................... 95 4.4.1 Simple polarization............................. 95 4.4.2 Water polarization............................. 95 4.4.3 Thole polarization............................. 95 4.5 Free energy interactions............................... 96 4.5.1 Soft-core interactions............................ 98 4.6 Methods....................................... 100 viii Contents 4.6.1 Exclusions and 1-4 Interactions....................... 100 4.6.2 Charge Groups............................... 101 4.6.3 Treatment of Cut-offs in the group scheme................ 101 4.7 Virtual interaction sites............................... 102 4.8 Long Range Electrostatics............................. 106 4.8.1 Ewald summation.............................. 106 4.8.2 PME.................................... 107 4.8.3 P3M-AD.................................. 108 4.8.4 Optimizing Fourier transforms and PME calculations........... 108 4.9 Long Range Van der Waals interactions...................... 108 4.9.1 Dispersion correction............................ 108 4.9.2 Lennard-Jones PME............................ 110 4.10 Force field...................................... 113 4.10.1 GROMOS-96................................ 114 4.10.2 OPLS/AA.................................. 115 4.10.3 AMBER.................................. 115 4.10.4 CHARMM................................. 115 4.10.5 Coarse-grained force fields......................... 116 4.10.6 MARTINI.................................. 116 4.10.7 PLUM................................... 116 5 Topologies 117 5.1 Introduction..................................... 117 5.2 Particle type..................................... 117 5.2.1 Atom types................................. 118 5.2.2 Virtual sites................................. 118
Recommended publications
  • Release 0.11 Todd Gamblin
    Spack Documentation Release 0.11 Todd Gamblin Feb 07, 2018 Basics 1 Feature Overview 3 1.1 Simple package installation.......................................3 1.2 Custom versions & configurations....................................3 1.3 Customize dependencies.........................................4 1.4 Non-destructive installs.........................................4 1.5 Packages can peacefully coexist.....................................4 1.6 Creating packages is easy........................................4 2 Getting Started 7 2.1 Prerequisites...............................................7 2.2 Installation................................................7 2.3 Compiler configuration..........................................9 2.4 Vendor-Specific Compiler Configuration................................ 13 2.5 System Packages............................................. 16 2.6 Utilities Configuration.......................................... 18 2.7 GPG Signing............................................... 20 2.8 Spack on Cray.............................................. 21 3 Basic Usage 25 3.1 Listing available packages........................................ 25 3.2 Installing and uninstalling........................................ 42 3.3 Seeing installed packages........................................ 44 3.4 Specs & dependencies.......................................... 46 3.5 Virtual dependencies........................................... 50 3.6 Extensions & Python support...................................... 53 3.7 Filesystem requirements........................................
    [Show full text]
  • VOTCA Manual
    VOTCA USER MANUAL December 5, 2020 Version: 1.6.2 (gitid: 23edb9f) Programs version: 1.6.2 gitid: 23edb9f © VOTCA development team www.votca.org ii Disclamer This manual is not complete. The best way to start using the software is to look at provided tutorials. The reference section is generated automatically from the source code, so please make sure that your software and manual versions match. Citations Development of this software depends on academic research grants. If you are using the package, please cite the following papers [1] Relative entropy and optimization-driven coarse-graining methods in VOTCA, S.Y. Mashayak, Mara Jochum, Konstantin Koschke, N.R. Aluru, Victor Rühle, and Christoph Junghans, PLoS one 10, e131754 (2015) [2] Hybrid approaches to coarse-graining using the VOTCA package: liquid hexane, Victor Rühle and Christoph Junghans, Macromol. Theory Simul. 20, 472 (2011) [3] Versatile Object-oriented Toolkit for Coarse-graining Applications Victor Rühle, Christoph Junghans, Alexander Lukyanov, Kurt Kremer, and Denis Andrienko J. Chem. Theor. Comp. 5, 3211, 2009 Development The core development is currently taking place at the Los Alamos National Laboratory and Max Planck Institute for Polymer Research, Mainz, Germany. Copyright votca is free software. The entire package is available under the Apache License. For details, check the LICENSE file in the source code. The votca source code is available on our homepage, www.votca.org. Contents 1 Introduction 1 2 Theoretical background 3 2.1 Mapping .......................................... 3 2.2 Boltzmann inversion ................................... 4 2.2.1 Separation of bonded and non-bonded degrees of freedom .......... 5 2.3 Iterative methods ....................................
    [Show full text]
  • Simulating Soft Matter with Espresso, Espresso++ and VOTCA
    ESPResSo Summer School 2013 October 7 to October 11, University of Stuttgart Simulating Soft Matter with ESPResSo, ESPResSo++ and VOTCA Max Planck Institute http://www.espresso-pp.de for Polymer Research ESPResSo++ Key Features • ESPResSo++ is an open-source simulation package designed to perform molecular dynamics and monte carlo simulations of condensed matter systems using traditional and state-of-the-art techniques. • Flexibility due to Python/C++ integration Analysis Visualization • Extensibility due to object oriented design • Easy script-guided creation of complex NumPy SciPy PyMol VMD topologies • Quick incorporation of new interactions and analysis methods Python scripting • Use of standard short- and long range language interactions: e.G. Lennard-Jones, Stillinger- Weber, FENE, OPLS, Dihedrals, Ewald Advanced C++ Kernel Coulomb, etc. • Parallelization • Efficient implementation of advanced • Time-critical algorithms: e.G. (H-)AdResS, Parallel algorithms Tempering, dynamic bonds, etc. • Data storage • On-the-fly analysis and visualization • Extensible modular • Applicable to large systems and large numbers design of CPUs due to efficient parallelisation Outline of the talk • Simulating a dense polymer melt (general workflow) • Some things to know about python • Typical ESPResSo++ python script and ESPResSo++ modules hierarchy • System setup and basic classes - Some information about PMI in between • Inside ESPReSo++ an overview of the C++ class structure • Integrator, Interactions, Storage Outline of the afternoon tutorial session • Installation of ESPResSo++ • Basic System Setup • Simple Lennard Jones System • Advanced Lennard Jones System with graphical output • Polymer Melt Example: simulating a dense polymer melt System setup Create random polymer chains Warmup the system Equilibrate the system Snapshot of an equilibrated dense ring polymer melt, Output equilibrated number of chains Nc=200, chain length lc=200 particles, density ρ=0.85 [N/V3] configuration You will have time in the afternoon tutorial session to work with this example in more detail.
    [Show full text]
  • Relative Entropy and Optimization-Driven Coarse-Graining Methods in VOTCA
    RESEARCH ARTICLE Relative Entropy and Optimization-Driven Coarse-Graining Methods in VOTCA S. Y. Mashayak1, Mara N. Jochum2, Konstantin Koschke2, N. R. Aluru1, Victor Rühle3, Christoph Junghans4* 1 Department of Mechanical Science and Engineering, Beckman Institute for Advanced Science and Technology, University of Illinois at Urbana-Champaign, Urbana, Illinois, 61801, United States of America, 2 Max Planck Institute for Polymer Research, Ackermannweg 10, 55128 Mainz, Germany, 3 Department of Chemistry, University of Cambridge, Cambridge, United Kingdom, 4 Computer, Computational, and Statistical Sciences Division, Los Alamos National Laboratory, Los Alamos, NM 87545, United States of a11111 America * [email protected] Abstract OPEN ACCESS We discuss recent advances of the VOTCA package for systematic coarse-graining. Two methods have been implemented, namely the downhill simplex optimization and the relative Citation: Mashayak SY, Jochum MN, Koschke K, Aluru NR, Rühle V, Junghans C (2015) Relative entropy minimization. We illustrate the new methods by coarse-graining SPC/E bulk water Entropy and Optimization-Driven Coarse-Graining and more complex water-methanol mixture systems. The CG potentials obtained from both Methods in VOTCA. PLoS ONE 10(7): e0131754. methods are then evaluated by comparing the pair distributions from the coarse-grained to doi:10.1371/journal.pone.0131754 the reference atomistic simulations. In addition to the newly implemented methods, we Editor: Xuhui Huang, Hong Kong University of have also added a parallel analysis framework to improve the computational efficiency of Science and Technology, HONG KONG the coarse-graining process. Received: November 12, 2014 Accepted: June 5, 2015 Published: July 20, 2015 Copyright: This is an open access article, free of all copyright, and may be freely reproduced, distributed, 1 Introduction transmitted, modified, built upon, or otherwise used In recent years, coarse-grained simulations have become an important tool for investigating by anyone for any lawful purpose.
    [Show full text]
  • Spack Documentation Release
    Spack Documentation Release Todd Gamblin May 18, 2017 Basics 1 Feature Overview 3 1.1 Simple package installation.......................................3 1.2 Custom versions & configurations....................................3 1.3 Customize dependencies.........................................4 1.4 Non-destructive installs.........................................4 1.5 Packages can peacefully coexist.....................................4 1.6 Creating packages is easy........................................4 2 Getting Started 7 2.1 Prerequisites...............................................7 2.2 Installation................................................7 2.3 Compiler configuration..........................................9 2.4 Vendor-Specific Compiler Configuration................................ 13 2.5 System Packages............................................. 16 2.6 Utilities Configuration.......................................... 18 2.7 Spack on Cray.............................................. 21 3 Basic Usage 23 3.1 Listing available packages........................................ 23 3.2 Installing and uninstalling........................................ 34 3.3 Seeing installed packages........................................ 36 3.4 Specs & dependencies.......................................... 38 3.5 Virtual dependencies........................................... 42 3.6 Extensions & Python support...................................... 44 3.7 Filesystem requirements......................................... 47 3.8 Getting Help..............................................
    [Show full text]
  • Manual-2016.Pdf
    GROMACS Groningen Machine for Chemical Simulations Reference Manual Version 2016 GROMACS Reference Manual Version 2016 Contributions from Emile Apol, Rossen Apostolov, Herman J.C. Berendsen, Aldert van Buuren, Pär Bjelkmar, Rudi van Drunen, Anton Feenstra, Sebastian Fritsch, Gerrit Groenhof, Christoph Junghans, Jochen Hub, Peter Kasson, Carsten Kutzner, Brad Lambeth, Per Larsson, Justin A. Lemkul, Erik Marklund, Peiter Meulenhoff, Teemu Murtola, Szilárd Páll, Sander Pronk, Roland Schulz, Michael Shirts, Alfons Sijbers, Peter Tieleman, Christian Wennberg and Maarten Wolf. Mark Abraham, Berk Hess, David van der Spoel, and Erik Lindahl. c 1991–2000: Department of Biophysical Chemistry, University of Groningen. Nijenborgh 4, 9747 AG Groningen, The Netherlands. c 2001–2018: The GROMACS development teams at the Royal Institute of Technology and Uppsala University, Sweden. More information can be found on our website: www.gromacs.org. iv Preface & Disclaimer This manual is not complete and has no pretention to be so due to lack of time of the contributors – our first priority is to improve the software. It is worked on continuously, which in some cases might mean the information is not entirely correct. Comments on form and content are welcome, please send them to one of the mailing lists (see www.gromacs.org), or open an issue at redmine.gromacs.org. Corrections can also be made in the GROMACS git source repository and uploaded to gerrit.gromacs.org. We release an updated version of the manual whenever we release a new version of the software, so in general it is a good idea to use a manual with the same major and minor release number as your GROMACS installation.
    [Show full text]
  • August 2019 LAMMPS Users' Workshop and Symposium Program
    August 2019 LAMMPS Users’ Workshop and Symposium Program The sixth LAMMPS Workshop and Symposium will be held in Albuquerque, NM, at the University of New Mexico (UNM) Continuing Education Building (1634 University Blvd NE, map). Thanks to our funders We thank the DOE/NNSA ASC program for support in hosting this workshop. We also thank these partners for graciously providing additional financial support: • Materials Design Inc., Tues lunch and coffee/snacks • JSOL Corp., Wed and Thurs lunches • Center for Non-Linear Studies (CNLS) at Los Alamos National Laboratory, travel expenses for several presenters Day 1: Tuesday August 13th, 2019 8:30 AM – 12:00 PM Beginners Tutorial Part I Coffee and bagels will be available 8:30 AM Welcome and Tutorial Overview, Axel Kohlmeyer (Temple U) 8:45 AM A Brief Overview of Molecular Dynamics, Statistical Mechanics, Atomic Potentials, Stan Moore (Sandia) 9:30 AM A Quick Tour of LAMMPS, Steve Plimpton (Sandia) Input scripts and output, classes of commands, basic & more advanced features, parallelism 10:15 AM Break 10:30 AM Self-Study Tutorial with Provided Exercises 12:00 PM - 1:00 PM Lunch in lobby (pizza, salad, lemonade and water) 1 PM - 5:30 PM Beginners Tutorial Part II, with 3 optional Intermediate Sessions 1:00 Continued Self-Study Tutorial with Provided Exercises or LAMMPS Examples 2:00 Advanced System building using VMD/TopoTools and LAMMPS, Axel Kohlmeyer (Temple U) 3:15 PM Break: Coffee and cookies will be available. 3:30 Compiling LAMMPS from Source, Richard Berger, Axel Kohlmeyer (Temple U) 4:00 OpenKIM Tutorial, Ryan Elliot and Ellad Tadmor (U Minnesota) 5:00 PM Dinner We will provide info and coordinate at the end of the tutorial on 2-3 nearby restaurants where we can gather and socialize for dinner.
    [Show full text]
  • Meso– and Multi–Scale Modelling E-CAM Modules II E-CAM Deliverable 4.3 Deliverable Type: Other Delivered in March, 2018
    Meso– and multi–scale modelling E-CAM modules II E-CAM Deliverable 4.3 Deliverable Type: Other Delivered in March, 2018 E-CAM The European Centre of Excellence for Software, Training and Consultancy in Simulation and Modelling Funded by the European Union under grant agreement 676531 E-CAM Deliverable 4.3 Page ii Project and Deliverable Information Project Title E-CAM: An e-infrastructure for software, training and discussion in simulation and modelling Project Ref. Grant Agreement 676531 Project Website https://www.e-cam2020.eu EC Project Officer Juan PELEGRIN Deliverable ID D4.3 Deliverable Nature Other Dissemination Level Public Contractual Date of Delivery Project Month 28(January, 2018) Actual Delivery Date 30th March, 2018 Deliverable Description 9 software modules delivered to the E-CAM repository in the area of meso– and multi–scale modelling, based on user requests and their documenta- tion. Document Control Information Title: Meso– and multi–scale modelling E-CAM modules II ID: D4.3 Version: As of 30th March, 2018 Document Status: Accepted by WP leader Available at: https://www.e-cam2020.eu/deliverables Document history: Internal Project Management Link Review Review Status: Reviewed Written by: Burkhard Dünweg (DE-SMSM, Max Planck Institute for Polymer Research) Contributors: Jony Castagna and Silvia Chiacchiera (Science and Technology Facilities Authorship Council); Hideki Kobayashi (Max Planck Institute for Polymer Research); Christian Krekeler (Free University of Berlin) Reviewed by: Ana Catarina Mendonça (EPFL) Approved by: Burkhard Dünweg (Max Planck Institute for Polymer Research) Document Keywords Keywords: E-CAM, CECAM, Module, DL_MESO_DPD, ESPResSo++, GC-AdResS, GPU, DPD, dipole moments, polymer melts, equilibration, coarse–graining 30th March, 2018 Disclaimer:This deliverable has been prepared by the responsible Work Package of the Project in accordance with the Consortium Agreement and the Grant Agreement.
    [Show full text]
  • VOTCA Manual
    VOTCA USER MANUAL August 31, 2014 Version: 1.2.4 (867f09edac05) Programs version: 44f48249bf70 c VOTCA development team www.votca.org Contents 1 Introduction 1 2 Theoretical background 3 2.1 Mapping .......................................... 3 2.2 Boltzmann inversion ................................... 4 2.2.1 Separation of bonded and non-bonded degrees of freedom .......... 5 2.3 Iterative methods ..................................... 6 2.4 Iterative Boltzmann Inversion .............................. 6 2.5 Inverse Monte Carlo ................................... 6 2.6 Force Matching ...................................... 7 3 Input files 9 3.1 Mapping files ....................................... 9 3.2 Verification of a mapping ................................ 10 3.3 Advanced topology handling ............................... 10 3.4 Trajectories ........................................ 12 3.5 Setting files ........................................ 12 3.6 Table formats ....................................... 13 4 Preparing coarse-grained runs 15 4.1 Generating a topology file for a coarse-grained run .................. 15 4.2 Post-processing of the potential ............................. 15 4.2.1 Clipping of poorly sampled regions ....................... 16 4.2.2 Resampling .................................... 16 4.2.3 Extrapolation ................................... 16 4.2.4 Exporting the table ............................... 16 4.2.5 An example on non-bonded interactions .................... 17 4.3 Alternatives .......................................
    [Show full text]
  • Simulating Soft Matter with Espresso, Espresso++ and VOTCA
    http://www.icp.uni-stuttgart.de Institut für Computerphysik, Universität Stuttgart, Institut Universität Germany für Computerphysik, Stuttgart, ESPResSo, ESPResSo++ and VOTCA” and ESPResSo++ ESPResSo, Welcome to the Summer School Summer tothe Welcome “ http://www.icp.uni-stuttgart.de Matter with Soft Simulating http://www.icp.uni-stuttgart.de 2013 October 7-11 Olaf Lenz Olaf http://www.icp.uni-stuttgart.de Institut für Computerphysik, Universität Stuttgart, Institut Universität Germany für Computerphysik, Stuttgart, Simulating ESPResSo Institut für Computerphysik, Universität Stuttgart, Institut Universität Germany für Computerphysik, Stuttgart, ESPResSo, ESPResSo++ and VOTCA” and ESPResSo++ ESPResSo, Welcome to the Summer School Summer tothe Welcome ESPResSo, ESPResSo++ and VOTCA” and ESPResSo++ ESPResSo, Welcome to the Summer School Summer tothe Welcome Institut für Computerphysik, Universität Stuttgart, Institut Universität Germany für Computerphysik, Stuttgart, ESPResSo, ESPResSo++ and VOTCA” and ESPResSo++ ESPResSo, Welcome to the Summer School Summer tothe Welcome “ “ Simulating Soft Matter with Matter with Soft Simulating Simulating Soft Matter with Matter with Soft Simulating “ Simulating Soft Matter with Matter with Soft Simulating 6 7-11 October 2013 October 7-11 th SummerICP Schoolthe at 7-11 October 2013 October 7-11 Olaf Lenz Olaf 7-11 October 2013 October 7-11 Soft Matter ++ Olaf Lenz Olaf Olaf Lenz Olaf and MPI for Polymer Research, Mainz Research, Polymer for MPI VOTCA with ESPResSo 1 , Generic Program • Mornings (9:00-12:30)
    [Show full text]
  • Between the Scales: Water from Different Perspectives
    Between the Scales: Water from different Perspectives Dissertation zur Erlangung des Grades “Doktor der Naturwissenschaften” am Fachbereich Physik der Johannes Gutenberg-Universit¨at Mainz Christoph Junghans geb. in Merseburg Max-Planck-Institut f¨ur Polymerforschung Mainz, 9. August 2010 Tag der m¨undlichen Pr¨ufung: 29. Okt. 2010 Abstract Water is one of the most frequently studied fluids on earth. In this thesis, water was investigated at two resolutions using multi-scale computer simu- lation techniques. First, the atomistic and coarse-grained resolutions were studied separately. In the atomistic resolution, a water molecule is described chemically by three atoms, while in the coarse-grained case, a molecule is modeled by a sphere. In this work, various coarse-grained models have been developed using different coarse-graining techniques, mainly iterative Boltzmann inversion and iterative inverse Monte Carlo, which are structure-based approaches that aim to reproduce distributions, such as the pair distribution functions, of the atomistic model. In this context the Versatile Object-oriented Toolkit for Coarse-graining Applications (VOTCA) was developed. It was studied to which extent the coarse-grained models can simultane- ously reproduce several properties of the underlying atomistic model, such as thermodynamic properties like pressure and compressibility or structural properties, which have not been used in the coarse-graining process, e. g. the tetrahedral packing behavior, which is responsible for many special properties of water. Subsequently, these two resolutions were combined using the adaptive res- olution scheme, which combines the advantage of atomistic details in a small cavity of high resolution with the computational efficiency of the coarse- grained model in order to access larger time and length scales.
    [Show full text]
  • CADES Software List
    CADES Software list Software Type* Current versions Versions to Versions to disable Notes list on (C/L keep cades /A) open abaqus A 2019 (default) 2019 N/A aflow A 1.0 (default) 1.0 N/A amber A 16 (default); 18 16; 18 N/A Move default version from 16 to 18 AMS L 2018 2018 N/A anaconda2 A 5.1.0 (default) 5.1.0 N/A anaconda3 A 5.1.0 (default) 5.1.0 N/A ArmForge A 18.0 (default) 18.0 N/A ATLAS L 3.10.3 (default) 3.10.3 N/A autoconf A 2.69 (default) 2.69 N/A automake A 1.15 (default) 1.15 N/A bioconda A 09-18 09-18 N/A special build upon user request blas L 3.8.0 (default) 3.8.0 N/A blast L 2.10 2.10 N/A boost L 1.61.0; 1.64.0; 1.67.0 (default); 1.67.0-pe3; 1.67.0; 1.67.0-pe3; 1.61.0; 1.64.0 move default version to 1.69.0; 1.70.0 1.69.0; 1.70.0 1.70.0 bzip2 L 1.0.6 (default) 1.0.6 N/A caffe L 1.0 1.0 N/A cctools A 6.2.7 (default) 6.2.7 N/A cdo A 1.8.2 (default) 1.8.2 N/A cmake C 3.8.2; 3.11.0 (default); 3.11.4; 3.12.0 3.11.0; 3.11.4; 3.8.2 move default version to 3.12.0 3.12.0 conda-forge A 09-18 09-18 N/A special build upon user request cp2k A 5.1 (default); 6.1; 6.1-parallel; 7.0-cuda 6.1; 6.1- 5.1 move default version to parallel; 7.0-cuda 6.1 cuda A 8.0(default); 9.0; 9.2; 10.1; 11.0 9.2; 10.1; 11.0 8.0; 9.0 move default version to 11.0 cudnn L 7.1.4 7.1.4 N/A curl A 7.61.1 7.61.1 N/A darshan A 3.1.4 3.1.4 N/A dftbplus A 19.1; 19.1-mpi 19.1; 19.1-mpi N/A dgal L 3.0.1 (default) 3.0.1 N/A dl_poly A 4.09; 4.09_hpc 4.09; 4.09_hpc 4.09 special build upon user request DOCK A 6.9 6.9 N/A eden A clm clm N/A eigen3 L 3.3.7 3.3.7 N/A exodus L 5.14
    [Show full text]