3Dstructgen: an Interactive Web-Based 3D Structure Generation

Total Page:16

File Type:pdf, Size:1020Kb

3Dstructgen: an Interactive Web-Based 3D Structure Generation Chen et al. J Cheminform (2020) 12:7 https://doi.org/10.1186/s13321-020-0411-2 Journal of Cheminformatics SOFTWARE Open Access 3DStructGen: an interactive web-based 3D structure generation for non-periodic molecule and crystal Pin Chen1 , Yu Wang1,2 , Hui Yan1 , Sen Gao1 , Zexin Xu1 , Yangzhong Li1 , Qing Mo1 , Junkang Huang1 , Jun Tao1 , GeChuanqi Pan1 , Jiahui Li1 and Yunfei Du1* Abstract Background: The increasing number of organic and inorganic structures promotes the development of the “Big Data” in chemistry and material science, and raises the need for cross-platform and web-based methods to search, view and edit structures. Many web-based three-dimensional (3D) structure tools have been developed for displaying existing models, building new models, and preparing initial input fles for external calculations. But few of these tools can deal with crystal structures. Results: We developed a user-friendly and versatile program based on standard web techniques, such as Hyper Text Markup Language 5 (HTML5), Cascade Style Sheet (CSS) and JavaScript. Both non-periodic organic molecule and crystal structure can be visualized, built and edited interactively. The atom, bond, angle and dihedral in a mol- ecule can be viewed and modifed using sample mouse operations. A wide range of cheminformatics algorithms for crystal structure are provided, including cleaving surfaces, establishing vacuum layers, and building supercells. Four displayed styles, namely “Primitive cell”, “Original”, “In-cell” and “Packing” can be used to visualize a unit cell. Additionally, the initial input fles for Vienna Ab-initio Simulation Package (VASP) and Gaussian can be obtained by interacting with dialog boxes in 3DStructGen. Conclusions: 3DStructGen is a highly platform-independent program. It can provide web service independently or can be integrated into other web platforms. Other than local desktop software, it does not require any additional efort to install the system but a web browser supporting HTML5. 3DStructGen may play a valuable role in online chemistry education and pre-processing of quantum calculations. The program has been released under MIT open- source license and is available on: https ://matge n.nscc-gz.cn/Tools .html. Keywords: Visualization, HTML5, Structure editor, 3D Background analyzing the trajectory coordinates in real time. Visual- Molecular visualization plays a vital role in constructing izing and interactively editing the structure of the mol- databases and repositories, preparing initial structures ecules can efectively reduce the simulation threshold for quantum and molecular dynamics calculations, and and improve efciency. Recent development in the feld of high-performance computing (HPC) and cloud com- puting has led to many online computing platforms. *Correspondence: [email protected] 1 National Supercomputer Center in Guangzhou, School of Data For instance, MatCloud [1], rescale [2], WebMO [3], and Computer Science, Sun Yat-sen University, 132 East Circle at and MolCalc [4], provide web services for materials and University City, Guangzhou 510006, China chemistry calculation. Tese web-based tools provide Full list of author information is available at the end of the article remotely controlling computing resources, and their © The Author(s) 2020. This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creat iveco mmons .org/licen ses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creat iveco mmons .org/publi cdoma in/ zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data. Chen et al. J Cheminform (2020) 12:7 Page 2 of 11 accessibility and compatibility make them extremely ChemKit API provides extensions of 3DStructGen by popular. Nowadays, it is common to use the web-based integrating other cheminformatics tools. 3D structural visualization and editor tools to gener- ate the model structures and prepare the input fles for Element, atom and molecule simulations. Te parameters of elements (e.g., atom number, ele- Te state-of-the-art visualization software in the feld ment symbol, atomic mass, color, covalent radii, etc.) are of computational chemistry is mainly developed on defned as a list in “element ()” function. Te “addElem desktop environment, such as Avogadro [5], Materials ()” function is used to add an element specifed by users, Studio [6], and VESTA [7]. With the increasing demand and the corresponding atom model will be visualized on for web-based visualization, several relevant tools have canvas. All elements are displayed in the same color as in emerged. For instance, 3Dmol [8], JSmol [9] and Web3D- the VESTA program. Te methane molecule is presented Mol [10] contain powerful visualization capabilities, but in the canvas when 3DStructGen is initialized. Te “ball- the structure editing function is missing. Another tools, and-stick” representation of the structures with the size such as ChemdoodleWeb [11], Kekule.js [12], JSME [13], of atoms based on their covalent radii by default. Besides, can only edit 2 dimension (2D) structures. 3D structure the “stick-and-line” models can be specifed by users as editing tools (e.g., ChemMozart [14], CH5M3D [15]) are well. also reported in the literature. However, these tools focus Te “addAtom ()” and “delAtom ()” functions are used on organic molecular modeling and do not support pro- to add a new atom and delete an existing atom in a mole- cessing of crystal structure. In addition, ChemMozart is cule, respectively. By default, a suitable number of hydro- implemented using node.js framework, and it cannot be gen atoms will be added according to the rule of octet used as a lightweight library alone. theory, and the bond angles are assigned a value based on In order to process chemical information on web orbital hybridization (sp3 in default) selected by users. server, we developed an advanced chemical visualization When a new atom is added, a bond is created within its and editor program with the following features. Firstly, value of the sum of covalent radii of the bonded atoms. both non-periodic organic molecule and crystal structure Te connection between pairs of atoms can be added can be visualized, built and edited interactively. Secondly, using mouse operations by calling “addBond ()” function, a wide range of cheminformatics algorithms for crystal defned in fles or calculated by the 3DStructGen. Te structure are provided, such as cleaving surfaces, estab- “createBond ()” function describes the detailed the bond- lishing vacuum layers, and creating supercells. Tirdly, ing rule: frstly, a list of possible bonding atoms based on it is a lightweight library implemented using JavaScript, the bond valance model [20] are built, and then the dis- and it can be easily used to provide web service indepen- tance for these possible bonding atoms are calculated. A dently or integrated into other web platforms. Finally, the bond is created if the distance falls between 0.5 and 1.2 initial input fles for VASP [16, 17] and Gaussian [18] can times the sum of the covalent radii for these bonding be generated by interacting with dialog boxes. atoms. Here, the 0.5 times distance is used to avoid bond- ing between the closed atoms (maybe overlap atoms). Implementation Te “bondMatrix ()” function defnes a public routine to Same as most graphical user interface (GUI) programs store and return the bond list. Te graph-labeling algo- for computing chemistry [5–7, 19], 3DStructGen focuses rithm [21] (pseudo code in Fig. 2) used for recogniz- on generation of initial molecular geometry. As shown in ing framework and guest (including solvent molecule) Fig. 1, the basic modules of molecule, crystal and surface are developed to deal with metal–organic frameworks slab consist of several methods to deal with non-periodic (MOF) in Cambridge structural database (CSD) data- molecule, periodic crystal, as well as surface slab system, base. Our bonding method has shown satisfactory results respectively. Te HTML5 canvas is the central module for for this task, and the visualization results can be found in displaying 3D structures and connecting all other mod- the “Structure visualization” section. ules. Te mouse module provides a number of interactive When a structure is created, an atom or a group of operations by mouse for users. Te processing methods atoms selected by users can be moved in up, down, left for general chemical fle formats (XYZ, SD, MOL, CIF) and right directions by a user-specifed distance. A crude are supported in IO module, and the initial input fle geometry optimization is supported for non-periodic for VASP and Gaussian can be produced using interface molecule by optimizing the bond lengths, bond angles module. Te explorer module prints the interactive infor- and dihedral following the same method in CH5M3D mation (e.g., fle name, lattice parameter, atom distance, [15]. An optional geometry optimization based on force atom coordinate, etc.) for users in real-time. Additionally, fled method is also provided by the using ChemKit API, Chen et al. J Cheminform (2020) 12:7 Page 3 of 11 Fig. 1 Overview of the core modules and functions in 3DStructGen which is explained in further details in the “ChemKit p1 = (M/h)a = M k b API” section.
Recommended publications
  • Open Babel Documentation Release 2.3.1
    Open Babel Documentation Release 2.3.1 Geoffrey R Hutchison Chris Morley Craig James Chris Swain Hans De Winter Tim Vandermeersch Noel M O’Boyle (Ed.) December 05, 2011 Contents 1 Introduction 3 1.1 Goals of the Open Babel project ..................................... 3 1.2 Frequently Asked Questions ....................................... 4 1.3 Thanks .................................................. 7 2 Install Open Babel 9 2.1 Install a binary package ......................................... 9 2.2 Compiling Open Babel .......................................... 9 3 obabel and babel - Convert, Filter and Manipulate Chemical Data 17 3.1 Synopsis ................................................. 17 3.2 Options .................................................. 17 3.3 Examples ................................................. 19 3.4 Differences between babel and obabel .................................. 21 3.5 Format Options .............................................. 22 3.6 Append property values to the title .................................... 22 3.7 Filtering molecules from a multimolecule file .............................. 22 3.8 Substructure and similarity searching .................................. 25 3.9 Sorting molecules ............................................ 25 3.10 Remove duplicate molecules ....................................... 25 3.11 Aliases for chemical groups ....................................... 26 4 The Open Babel GUI 29 4.1 Basic operation .............................................. 29 4.2 Options .................................................
    [Show full text]
  • Open Data, Open Source, and Open Standards in Chemistry: the Blue Obelisk Five Years On" Journal of Cheminformatics Vol
    Oral Roberts University Digital Showcase College of Science and Engineering Faculty College of Science and Engineering Research and Scholarship 10-14-2011 Open Data, Open Source, and Open Standards in Chemistry: The lueB Obelisk five years on Andrew Lang Noel M. O'Boyle Rajarshi Guha National Institutes of Health Egon Willighagen Maastricht University Samuel Adams See next page for additional authors Follow this and additional works at: http://digitalshowcase.oru.edu/cose_pub Part of the Chemistry Commons Recommended Citation Andrew Lang, Noel M O'Boyle, Rajarshi Guha, Egon Willighagen, et al.. "Open Data, Open Source, and Open Standards in Chemistry: The Blue Obelisk five years on" Journal of Cheminformatics Vol. 3 Iss. 37 (2011) Available at: http://works.bepress.com/andrew-sid-lang/ 19/ This Article is brought to you for free and open access by the College of Science and Engineering at Digital Showcase. It has been accepted for inclusion in College of Science and Engineering Faculty Research and Scholarship by an authorized administrator of Digital Showcase. For more information, please contact [email protected]. Authors Andrew Lang, Noel M. O'Boyle, Rajarshi Guha, Egon Willighagen, Samuel Adams, Jonathan Alvarsson, Jean- Claude Bradley, Igor Filippov, Robert M. Hanson, Marcus D. Hanwell, Geoffrey R. Hutchison, Craig A. James, Nina Jeliazkova, Karol M. Langner, David C. Lonie, Daniel M. Lowe, Jerome Pansanel, Dmitry Pavlov, Ola Spjuth, Christoph Steinbeck, Adam L. Tenderholt, Kevin J. Theisen, and Peter Murray-Rust This article is available at Digital Showcase: http://digitalshowcase.oru.edu/cose_pub/34 Oral Roberts University From the SelectedWorks of Andrew Lang October 14, 2011 Open Data, Open Source, and Open Standards in Chemistry: The Blue Obelisk five years on Andrew Lang Noel M O'Boyle Rajarshi Guha, National Institutes of Health Egon Willighagen, Maastricht University Samuel Adams, et al.
    [Show full text]
  • Computer-Assisted Catalyst Development Via Automated Modelling of Conformationally Complex Molecules
    www.nature.com/scientificreports OPEN Computer‑assisted catalyst development via automated modelling of conformationally complex molecules: application to diphosphinoamine ligands Sibo Lin1*, Jenna C. Fromer2, Yagnaseni Ghosh1, Brian Hanna1, Mohamed Elanany3 & Wei Xu4 Simulation of conformationally complicated molecules requires multiple levels of theory to obtain accurate thermodynamics, requiring signifcant researcher time to implement. We automate this workfow using all open‑source code (XTBDFT) and apply it toward a practical challenge: diphosphinoamine (PNP) ligands used for ethylene tetramerization catalysis may isomerize (with deleterious efects) to iminobisphosphines (PPNs), and a computational method to evaluate PNP ligand candidates would save signifcant experimental efort. We use XTBDFT to calculate the thermodynamic stability of a wide range of conformationally complex PNP ligands against isomeriation to PPN (ΔGPPN), and establish a strong correlation between ΔGPPN and catalyst performance. Finally, we apply our method to screen novel PNP candidates, saving signifcant time by ruling out candidates with non‑trivial synthetic routes and poor expected catalytic performance. Quantum mechanical methods with high energy accuracy, such as density functional theory (DFT), can opti- mize molecular input structures to a nearby local minimum, but calculating accurate reaction thermodynamics requires fnding global minimum energy structures1,2. For simple molecules, expert intuition can identify a few minima to focus study on, but an alternative approach must be considered for more complex molecules or to eventually fulfl the dream of autonomous catalyst design 3,4: the potential energy surface must be frst surveyed with a computationally efcient method; then minima from this survey must be refned using slower, more accurate methods; fnally, for molecules possessing low-frequency vibrational modes, those modes need to be treated appropriately to obtain accurate thermodynamic energies 5–7.
    [Show full text]
  • Designing Universal Chemical Markup (UCM) Through the Reusable Methodology Based on Analyzing Existing Related Formats
    Designing Universal Chemical Markup (UCM) through the reusable methodology based on analyzing existing related formats Background: In order to design concepts for a new general-purpose chemical format we analyzed the strengths and weaknesses of current formats for common chemical data. While the new format is discussed more in the next article, here we describe our software s t tools and two stage analysis procedure that supplied the necessary information for the n i r development. The chemical formats analyzed in both stages were: CDX, CDXML, CML, P CTfile and XDfile. In addition the following formats were included in the first stage only: e r P CIF, InChI, NCBI ASN.1, NCBI XML, PDB, PDBx/mmCIF, PDBML, SMILES, SLN and Mol2. Results: A two stage analysis process devised for both XML (Extensible Markup Language) and non-XML formats enabled us to verify if and how potential advantages of XML are utilized in the widely used general-purpose chemical formats. In the first stage we accumulated information about analyzed formats and selected the formats with the most general-purpose chemical functionality for the second stage. During the second stage our set of software quality requirements was used to assess the benefits and issues of selected formats. Additionally, the detailed analysis of XML formats structure in the second stage helped us to identify concepts in those formats. Using these concepts we came up with the concise structure for a new chemical format, which is designed to provide precise built-in validation capabilities and aims to avoid the potential issues of analyzed formats.
    [Show full text]
  • Biovia Materials Studio Visualizer Datasheet
    BIOVIA MATERIALS STUDIO VISUALIZER DATASHEET BIOVIA Materials Studio Visualizer is the core product of the BIOVIA Materials Studio software suite, which is designed to support the materials modeling needs of the chemicals and materials-based industries. BIOVIA Materials Studio brings science validated by leading laboratories around the world to your desktop PC. BIOVIA Materials Studio Visualizer contains the essential modeling functionality required to support computational materials science. It can help you understand properties or processes related to molecules and materials. BIOVIA Materials Studio Visualizer allows you to see models of the system you are studying on your Windows desktop, increasing your understanding by allowing you to visualize, manipulate, and analyze the models. You can also make better use of access to structural data, improve your presentation of chemical information, and communicate problems and solutions to your colleagues very easily. Image of early-stage phase segregation in a diblock copolymer melt. The blue surface indicates the interface between the two components. The volume is colormapped by the density of one of the blocks, red being high density, blue being low-density. The MesoDyn module is used to study these large systems over long-times such as required to observe these structural rearrangements. BIOVIA Materials Studio Visualizer contains the essential modeling functionality required to support computational materials science. It can help you understand properties or processes related to molecules and materials. BIOVIA Materials Studio Visualizer allows you to see models of the system you are studying on your Windows desktop, increasing your understanding by allowing you to visualize, manipulate, and analyze the models.
    [Show full text]
  • Download Author Version (PDF)
    PCCP Accepted Manuscript This is an Accepted Manuscript, which has been through the Royal Society of Chemistry peer review process and has been accepted for publication. Accepted Manuscripts are published online shortly after acceptance, before technical editing, formatting and proof reading. Using this free service, authors can make their results available to the community, in citable form, before we publish the edited article. We will replace this Accepted Manuscript with the edited and formatted Advance Article as soon as it is available. You can find more information about Accepted Manuscripts in the Information for Authors. Please note that technical editing may introduce minor changes to the text and/or graphics, which may alter content. The journal’s standard Terms & Conditions and the Ethical guidelines still apply. In no event shall the Royal Society of Chemistry be held responsible for any errors or omissions in this Accepted Manuscript or any consequences arising from the use of any information it contains. www.rsc.org/pccp Page 1 of 11 PhysicalPlease Chemistry do not adjust Chemical margins Physics PCCP PAPER Effect of nanosize on surface properties of NiO nanoparticles for adsorption of Quinolin-65 ab a a Received 00th January 20xx, Nedal N. Marei, Nashaat N. Nassar* and Gerardo Vitale Accepted 00th January 20xx Using Quinolin-65 (Q-65) as a model-adsorbing compound for polar heavy hydrocarbons, the nanosize effect of NiO Manuscript DOI: 10.1039/x0xx00000x nanoparticles on adsorption of Q-65 was investigated. Different-sized NiO nanoparticles with sizes between 5 and 80 nm were prepared by controlled thermal dehydroxylation of Ni(OH)2.
    [Show full text]
  • Open Data, Open Source and Open Standards in Chemistry: the Blue Obelisk five Years On
    Open Data, Open Source and Open Standards in chemistry: The Blue Obelisk ¯ve years on Noel M O'Boyle¤1 , Rajarshi Guha2 , Egon L Willighagen3 , Samuel E Adams4 , Jonathan Alvarsson5 , Richard L Apodaca6 , Jean-Claude Bradley7 , Igor V Filippov8 , Robert M Hanson9 , Marcus D Hanwell10 , Geo®rey R Hutchison11 , Craig A James12 , Nina Jeliazkova13 , Andrew SID Lang14 , Karol M Langner15 , David C Lonie16 , Daniel M Lowe4 , J¶er^omePansanel17 , Dmitry Pavlov18 , Ola Spjuth5 , Christoph Steinbeck19 , Adam L Tenderholt20 , Kevin J Theisen21 , Peter Murray-Rust4 1Analytical and Biological Chemistry Research Facility, Cavanagh Pharmacy Building, University College Cork, College Road, Cork, Co. Cork, Ireland 2NIH Center for Translational Therapeutics, 9800 Medical Center Drive, Rockville, MD 20878, USA 3Division of Molecular Toxicology, Institute of Environmental Medicine, Nobels vaeg 13, Karolinska Institutet, 171 77 Stockholm, Sweden 4Unilever Centre for Molecular Sciences Informatics, Department of Chemistry, University of Cambridge, Lens¯eld Road, CB2 1EW, UK 5Department of Pharmaceutical Biosciences, Uppsala University, Box 591, 751 24 Uppsala, Sweden 6Metamolecular, LLC, 8070 La Jolla Shores Drive #464, La Jolla, CA 92037, USA 7Department of Chemistry, Drexel University, 32nd and Chestnut streets, Philadelphia, PA 19104, USA 8Chemical Biology Laboratory, Basic Research Program, SAIC-Frederick, Inc., NCI-Frederick, Frederick, MD 21702, USA 9St. Olaf College, 1520 St. Olaf Ave., North¯eld, MN 55057, USA 10Kitware, Inc., 28 Corporate Drive, Clifton Park, NY 12065, USA 11Department of Chemistry, University of Pittsburgh, 219 Parkman Avenue, Pittsburgh, PA 15260, USA 12eMolecules Inc., 380 Stevens Ave., Solana Beach, California 92075, USA 13Ideaconsult Ltd., 4.A.Kanchev str., So¯a 1000, Bulgaria 14Department of Engineering, Computer Science, Physics, and Mathematics, Oral Roberts University, 7777 S.
    [Show full text]
  • Supporting Information
    Electronic Supplementary Material (ESI) for Chemical Science. This journal is © The Royal Society of Chemistry 2015 Supporting Information A Single Crystalline Porphyrinic Titanium Metal−Organic Framework Shuai Yuana†, Tian-Fu Liua†, Dawei Fenga, Jian Tiana, Kecheng Wanga, Junsheng Qina, a a a a b Qiang Zhang , Ying-Pin Chen , Mathieu Bosch , Lanfang Zou , Simon J. Teat, Scott J. c a Dalgarno and Hong-Cai Zhou * a Department of Chemistry, Texas A&M University, College Station, Texas 77842-3012, USA b Advanced Light Source, Lawrence Berkeley National Laboratory Berkeley, CA 94720, USA c Institute of Chemical Sciences, Heriot-Watt University Riccarton, Edinburgh EH14 4AS, U.K. † Equal contribution to this work *To whom correspondence should be addressed. Email: [email protected] Tel: +1 (979) 845-4034; Fax: +1 (979) 845-1595 S1 Contents S1. Ligand Synthesis..............................................................................................................3 S2. Syntheses of PCN-22.......................................................................................................5 S3. X-ray Crystallography .....................................................................................................6 S4. Topological Analyses ......................................................................................................9 S5. N2 Sorption Isotherm .....................................................................................................10 S6. Simulation of the Accessible Surface Area ...................................................................12
    [Show full text]
  • Reactive Molecular Dynamics Study of the Thermal Decomposition of Phenolic Resins
    Article Reactive Molecular Dynamics Study of the Thermal Decomposition of Phenolic Resins Marcus Purse 1, Grace Edmund 1, Stephen Hall 1, Brendan Howlin 1,* , Ian Hamerton 2 and Stephen Till 3 1 Department of Chemistry, Faculty of Engineering and Physical Sciences, University of Surrey, Guilford, Surrey GU2 7XH, UK; [email protected] (M.P.); [email protected] (G.E.); [email protected] (S.H.) 2 Bristol Composites Institute (ACCIS), Department of Aerospace Engineering, School of Civil, Aerospace, and Mechanical Engineering, University of Bristol, Bristol BS8 1TR, UK; [email protected] 3 Defence Science and Technology Laboratory, Porton Down, Salisbury SP4 0JQ, UK; [email protected] * Correspondence: [email protected]; Tel.: +44-1483-686-248 Received: 6 March 2019; Accepted: 23 March 2019; Published: 28 March 2019 Abstract: The thermal decomposition of polyphenolic resins was studied by reactive molecular dynamics (RMD) simulation at elevated temperatures. Atomistic models of the polyphenolic resins to be used in the RMD were constructed using an automatic method which calls routines from the software package Materials Studio. In order to validate the models, simulated densities and heat capacities were compared with experimental values. The most suitable combination of force field and thermostat for this system was the Forcite force field with the Nosé–Hoover thermostat, which gave values of heat capacity closest to those of the experimental values. Simulated densities approached a final density of 1.05–1.08 g/cm3 which compared favorably with the experimental values of 1.16–1.21 g/cm3 for phenol-formaldehyde resins.
    [Show full text]
  • Dmol Guide to Select a Dmol3 Task 1
    DMOL3 GUIDE MATERIALS STUDIO 8.0 Copyright Notice ©2014 Dassault Systèmes. All rights reserved. 3DEXPERIENCE, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD, 3D VIA, BIOVIA and NETVIBES are commercial trademarks or registered trademarks of Dassault Systèmes or its subsidiaries in the U.S. and/or other countries. All other trademarks are owned by their respective owners. Use of any Dassault Systèmes or its subsidiaries trademarks is subject to their express written approval. Acknowledgments and References To print photographs or files of computational results (figures and/or data) obtained using BIOVIA software, acknowledge the source in an appropriate format. For example: "Computational results obtained using software programs from Dassault Systèmes Biovia Corp.. The ab initio calculations were performed with the DMol3 program, and graphical displays generated with Materials Studio." BIOVIA may grant permission to republish or reprint its copyrighted materials. Requests should be submitted to BIOVIA Support, either through electronic mail to [email protected], or in writing to: BIOVIA Support 5005 Wateridge Vista Drive, San Diego, CA 92121 USA Contents DMol3 1 Setting up a molecular dynamics calculation20 Introduction 1 Choosing an ensemble 21 Further Information 1 Defining the time step 21 Tasks in DMol3 2 Defining the thermostat control 21 Energy 3 Constraints during dynamics 21 Setting up the calculation 3 Setting up a transition state calculation 22 Dynamics 4 Which method to use?
    [Show full text]
  • Molecular Dynamics Simulations of Molecular Diffusion Equilibrium and Breakdown Mechanism of Oil-Impregnated Pressboard with Water Impurity
    polymers Article Molecular Dynamics Simulations of Molecular Diffusion Equilibrium and Breakdown Mechanism of Oil-Impregnated Pressboard with Water Impurity Yi Guan 1,2, Ming-He Chi 1,2, Wei-Feng Sun 1,2,*, Qing-Guo Chen 1,2 and Xin-Lao Wei 1,2 1 Heilongjiang Provincial Key Laboratory of Dielectric Engineering, School of Electrical and Electronic Engineering, Harbin University of Science and Technology, Harbin 150080, China; [email protected] (Y.G.); [email protected] (M.-H.C.); [email protected] (Q.-G.C.); [email protected] (X.-L.W.) 2 Key Laboratory of Engineering Dielectrics and Its Application, Ministry of Education, Harbin University of Science and Technology, Harbin 150080, China * Correspondence: [email protected]; Tel.: +86-15846592798 Received: 30 October 2018; Accepted: 15 November 2018; Published: 16 November 2018 Abstract: The water molecule migration and aggregation behaviors in oil-impregnated pressboard are investigated by molecular dynamics simulations in combination with Monte Carlo molecular simulation technique. The free energy and phase diagram of H2O-dodecylbenzene (DDB) and H2O-cellulose mixtures are calculated by Monte Carlo technique combined with the modified Flory-Huggins model, demonstrating that H2O molecules can hardly dissolved with infinitesimal content in cellulose system at temperature lower than 650 K, based on which the oil/cellulose layered structure with water impurity representing three-phase coexistence in oil-impregnated pressboard are modeled and performed for molecular dynamics. The molecular dynamics of H2O/DDB/cellulose three-phase mixture simulating oil-paper insulating system with H2O impurity indicates that DDB molecules can thermally intrude into the cellulose-water interface so as to separate the water phase and cellulose fiber.
    [Show full text]
  • What's New in Biovia Materials Studio 2020
    WHAT’S NEW IN BIOVIA MATERIALS STUDIO 2020 Datasheet BIOVIA Materials Studio 2020 is the latest release of BIOVIA’s predictive science tools for chemistry and materials science research. Materials Studio empowers researchers to understand the relationships between a material’s mo- lecular or crystal structure and its properties in order to make more informed decisions about materials research and development. More often than not materials performance is influenced by phenomena at multiple scales. Scientists using Materials Studio 2020 have an extensive suite of world class solvers and parameter sets operating from atoms to microscale for simulating more materials and more properties than ever before. Furthermore, the predicted properties can now be used in multi-physics modeling and in systems modeling software such as SIMULIA Abaqus and CATIA Dymola to predict macroscopic behaviors. In this way multiscale simulations can be used to solve some of the toughest pro- blems in materials design and product optimization. BETTER MATERIALS - BETTER BATTERIES Safe, fast charging batteries with high energy density and long life are urgently needed for a host of applications - not least for the electrification of all modes of transportation as an alternative to fossil fuel energy sources. Battery design relies on a complex interplay between thermal, mechanical and chemical processes from the smallest scales of the material (electronic structure) through to the geometry of the battery cell and pack design. Improvements to the component materials used in batteries and capacitors are fundamental to providing the advances in performance needed. Materials Studio provides new functionality to enable the simula- tion of key materials parameters for both liquid electrolytes and electrode components.
    [Show full text]