Simulating Soft Matter with Espresso, Espresso++ and VOTCA
Total Page:16
File Type:pdf, Size:1020Kb
Load more
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........................................ -
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 .................................... -
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. -
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. -
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.............................................. -
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. -
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. -
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. -
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 ....................................... -
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) -
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. -
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