An Efficient Implementation of Multiscale Simulation Software PNP-cDFT

Size: px
Start display at page:

Download "An Efficient Implementation of Multiscale Simulation Software PNP-cDFT"

Transcription

1 Mater. Res. Soc. Symp. Proc. Vol Materials Research Society DOI: /opl An Efficient Implementation of Multiscale Simulation Software PNP-cDFT Da Meng, Guang Lin* and Maria L. Sushko Pacific Northwest National Laboratory, Richland, WA 99352, U.S.A. ABSTRACT An efficient implementation of PNP-cDFT, a multiscale method for computing the chemical potentials of charged species is designed and evaluated. Spatial decomposition of the multi particle system is employed in the parallelization of classical density functional theory (cdft) algorithm. Furthermore, a truncation strategy is used to reduce the computational complexity of cdft algorithm. The simulation results show that the parallel implementation has close to linear scalability in parallel computing environments. It also shows that the truncated versions of cdft improve the efficiency of the methods substantially. INTRODUCTION A novel hierarchical multiscale model has been proposed to study the mechanism of ion and electron transport in the material at the nano- to micrometer scales [1-4]. The method couples classical density functional theory (cdft) with the Possion-Nernst-Plank (PNP) formalism, where cdft is used for mesoscale study of the interactions of particles and the PNP is used for dynamic effects. The application of the method to complex system, however, is limited by its computing complexity. In this paper, an efficient implementation of cdft is introduced. THEORETICAL MODEL Diffusion channel (Figure 1) [3] is represented as a uniform medium. Li + migrates in the channel from one interstitial lattice site to another. In a 1D model, these equilibrium lattice sites are represented as a one-dimensional array of stationary points, i.e. only sites I 0 are considered and Li + migrates is through hopping between I 0. In a 3D model, sites II 0 and II* are also considered, the motion of Li + may follow different paths. The flux of charged particles in stationary conditions is calculated within the Possion- Nernst-Plank (PNP) formalism [1-3]: = () " + 1 " 1 " = 0 " + " " + " " ()() " = In these equations, J i are the fluxes for Li + and electrons, D i (z) and ρ i (z) are their diffusion *Corresponding author. address: guang.lin@pnnl.gov

2 coefficients and densities along the channel (z axis) in a 1D case, respectively, A(z) is the cross section of the channel, ϕ is the electrostatic potential, µ0 and µex are the ideal and excess chemical potential of Li+ and electrons, respectively, kt is the thermal energy, and e is the electron charge. In this system of equations, the first describes the flux, the second is the stationary condition, and the third is Poisson s equation for the calculation of the electrostatic potential. Figure 1. Diffusion channel of Li+ in LiPON. Blue spheres are interstitial equilibriums (I0); Yellow spheres (II0) and gray spheres (II*) are metastable sites. a, 2b and 2c are the size along three crystallographic directions. The cdft is used to evaluate the chemical potentials of charged species. In this model, the total free energy is divided into two parts, the ideal part (Fid), which includes the contributions from the configurational entropy of the non-interacting species, and bonding enthalpy, if any, and the excess free energy (Fex), which has contributions from all interactions in the system. In the case of charged species in the channel, these include the free energies of Coulomb interactions (C), electrostatic correlations (el), hard sphere repulsion (hs), and shortrange interactions (sh) with the stationary points [1-4] (see [4] for more details): " " " = " + "" + + " = " " 1, "" = "" "#$ " 2 " " "#$, " " ( "#$ )( "#$ ),, " = " " = " 1 = 2 2,,, Φ [ ()] ",,

3 Approximate Truncated Computation Among the PNP-cDFT model, both PNP and cdft are time consuming among where the complexity of cdft is O(n 2 ) where is the number of particles in the system since the computation involves the interaction of all particles in the system. To reduce the high computational complexity, an approximation will be used for computing the potentials of charged species. This is based on the observation that the potential values for a particle are highly related to the particles around it while only weakly related to particles which are far from itself. Figure 2 shows W 0, which is one of interacting coefficients between particles, decreases exponentially when the distance of two particles increases. This suggests that we can truncate the computation without comprising the accuracy of computation too much. W 0 Distance between particles (in grid unit) Figure 2. Exponential decrease of W 0 with the distance between particles. Parallelization The parallelization of PNP-cDFT was implemented based on spatial decomposition. The whole system is partitioned into equally-sized subsystems. For 1D system with length, the system is partitioned along direction as shown in Figure 3. For 3D system with lengths,, and along,, and direction, each subsystem is represented by a rectangle cube. The computation of different subsystem will be assigned to different processors. Since the truncated strategy is used, most of the computation needs only data local to the current processer and there is no massive data communication involved. In practice, load balance is important for the performance of parallelization [5]. Imperfect load balancing leads to increased execution time. In our implementation, the task granularities are reduced, i.e., each subsystem is decomposed to generate smaller tasks. The assignment of these tasks is managed by a task manager. When a process finishes current subtask it acquires a new subtask from task manager. The cdft stops when all subtasks are completed.

4 Figure 3. Space decomposition of cdft. The model was implemented in a Fortran code, which was used in all calculations reported here. The message passing interface (MPI) is used for parallel implantation of PNP-cDFT. The PNP equations were solved numerically using Newton s method for a 1D system and using successive overrelaxation (SOR) for the 3D model [6]. Scaling test was carried on PNNL Institutional Computing (PIC) cluster environment. RESULTS AND DISCUSSION We have applied the proposed method to both a 1D system and a 3D system. The settings of 1D system is as followings: channel width is nm, channel length is 30c (8.877 nm), Li + ions were spherical particles with charge q+ = 1 and diameter 0.06 nm. Electrons with the parameters q- = -1 and diameter σ- = nm. The concentration of Li + ions and electrons in the channel was 0.01 M. A uniform grid of points separated by the distance of σ + /10 is used. The convergence criterion was a 10-6 decrease in the difference between the next solution of the system of equations and the previous one. Scaling results of parallelization (Figure 4) show that near-linear scaling performance with the number of processors can be obtained for the cdft computation. The complexity of the algorithm is also tested by increasing the number of stationary sites in the model. As shown in Table I, the complexity has been greatly reduced Time(minutes) Number of processors Figure 4. The scaling of 1D model with repect to number of processors used in the computation.

5 Table I. Number of stationary sites vs cdft running time. Number of stationary sites Running time (s) CONCLUSIONS In conclusion, we have developed an efficient implementation based on truncated cdft and simulations show that the implementation has near to linear scalability with respect to the number of processors used in parallel environments. There are some remaining issues that need to be addressed later. To begin with, the dimensions of particles are assumed to be the same in the system and inclusions of the dimensions of particles may improve the simulation results. Another work is to implement an efficient way, e.g. multi-grid methods, for solving the PNP equations. ACKNOWLEDGMENTS The development of the PNP-cDFT software is supported by the Laboratory-Directed Research and Development Program at Pacific Northwest National Laboratory (PNNL). The study of surfactant self-assembly at surfaces is supported by the U.S. Department of Energy, Office of Basic EnergySciences, Division of Materials Sciences and Engineering under Award KC FWP PNNL is a multiprogram national laboratory operated for DOE by Battelle under contract DE-AC05-76RL REFERENCES 1. Maria L. Sushko, Kevin M. Rosso, and Jun Liu, Mechanism of Li+/Electron Conductivity in Rutile and Anatase TiO2 Nanoparticles, J. Phys. Chem. C, 114, (2010) 2. Maria L. Sushko, Kevin M. Rosso, and Jun Liu, Size Effects on Liþ/Electron Conductivity in TiO2 Nanoparticles, Chem. Phys. Lett. 2010, Maria L. Sushko, Kevin M. Rosso, Ji-Guang (Jason) Zhang, and Jun Liu, Multiscale Simulations of Li Ion Conductivity in Solid Electrolyte, Chem. Phys. Lett. 2011,2, Maria L. Sushko and Jun Liu, Structural Rearrangements in Self-Assembled Surfactant Layers at Surfaces, J. Phys. Chem. B, 114, (2010) 5. Willebeek-LeMair, M.H. and A.P. Reeves, Strategies for dynamic load balancing on highly parallel computers, Parallel and Distributed Systems, IEEE Transactions on, vol.4, no.9, pp , Sep M G Kurnikova, R D Coalson, P Graf, A Nitzan, A lattice relaxation algorithm for threedimensional Poisson-Nernst-Planck theory with application to ion transport through the gramicidin A channel, Biophys J February; 76(2):

Workshop on Nanoscience for Solar Energy Conversion October Charge Transport in Metal Oxides: Multi-scale Studies

Workshop on Nanoscience for Solar Energy Conversion October Charge Transport in Metal Oxides: Multi-scale Studies 1938-6 Workshop on Nanoscience for Solar Energy Conversion 27-29 October 2008 Charge Transport in Metal Oxides: Multi-scale Studies Michel DUPUIS Pacific Northwest National Laboratory P.O. Box 999 Richland

More information

Li ion migration in Li 3 PO 4 electrolytes: Effects of O vacancies and N substitutions. Winston-Salem, North Carolina 27106, USA

Li ion migration in Li 3 PO 4 electrolytes: Effects of O vacancies and N substitutions. Winston-Salem, North Carolina 27106, USA 75 Downloaded 22 Dec 28 to 52.7.52.46. Redistribution subject to ECS license or copyright; see http://www.ecsdl.org/terms_use.jsp ECS Transactions, 3 (26) 75-82 (28).49/.35379 The Electrochemical Society

More information

PHYS102 - Gauss s Law.

PHYS102 - Gauss s Law. PHYS102 - Gauss s Law. Dr. Suess February 2, 2007 PRS Questions 2 Question #1.............................................................................. 2 Answer to Question #1......................................................................

More information

Kinetic lattice Monte Carlo simulations of diffusion processes in Si and SiGe alloys

Kinetic lattice Monte Carlo simulations of diffusion processes in Si and SiGe alloys Kinetic lattice Monte Carlo simulations of diffusion processes in Si and SiGe alloys, Scott Dunham Department of Electrical Engineering Multiscale Modeling Hierarchy Configuration energies and transition

More information

Development of Molecular Dynamics Simulation System for Large-Scale Supra-Biomolecules, PABIOS (PArallel BIOmolecular Simulator)

Development of Molecular Dynamics Simulation System for Large-Scale Supra-Biomolecules, PABIOS (PArallel BIOmolecular Simulator) Development of Molecular Dynamics Simulation System for Large-Scale Supra-Biomolecules, PABIOS (PArallel BIOmolecular Simulator) Group Representative Hisashi Ishida Japan Atomic Energy Research Institute

More information

EDF Feasibility and Hardware Accelerators

EDF Feasibility and Hardware Accelerators EDF Feasibility and Hardware Accelerators Andrew Morton University of Waterloo, Waterloo, Canada, arrmorton@uwaterloo.ca Wayne M. Loucks University of Waterloo, Waterloo, Canada, wmloucks@pads.uwaterloo.ca

More information

Simulations of Li ion diffusion in the electrolyte material Li 3 PO 4

Simulations of Li ion diffusion in the electrolyte material Li 3 PO 4 Simulations of Li ion diffusion in the electrolyte material Li 3 PO 4 a, b N. A. W. Holzwarth Wake Forest University, Winston-Salem, NC, USA Motivation Calculational methods Diffusion in crystalline material

More information

Diffusion in Dilute Alloys

Diffusion in Dilute Alloys Chapter 3 Diffusion in Dilute Alloys Our discussion of the atomistic mechanisms for diffusion has been confined to the situations where the diffusing species is chemically identical to the host atom. We

More information

Coupling of Multi fidelity Models Applications to PNP cdft and local nonlocal Poisson equations

Coupling of Multi fidelity Models Applications to PNP cdft and local nonlocal Poisson equations Coupling of Multi fidelity Models Applications to PNP cdft and local nonlocal Poisson equations P. Bochev, J. Cheung, M. D Elia, A. Frishknecht, K. Kim, M. Parks, M. Perego CM4 summer school, Stanford,

More information

Dielectric boundary force and its crucial role in gramicidin

Dielectric boundary force and its crucial role in gramicidin Dielectric boundary force and its crucial role in gramicidin Boaz Nadler, 1, * Uwe Hollerbach, 2 and R. S. Eisenberg 2 1 Department of Mathematics, Yale University, New Haven, Connecticut 06520, USA 2

More information

MI 48824, USA ABSTRACT

MI 48824, USA ABSTRACT Mater. Res. Soc. Symp. Proc. Vol. 1785 2015 Materials Research Society DOI: 10.1557/opl.2015. 605 Thermionic Field Emission Transport at Nanowire Schottky Barrier Contacts Kan Xie 1, Steven Allen Hartz

More information

Supporting Information for Conical Nanopores. for Efficient Ion Pumping and Desalination

Supporting Information for Conical Nanopores. for Efficient Ion Pumping and Desalination Supporting Information for Conical Nanopores for Efficient Ion Pumping and Desalination Yu Zhang, and George C. Schatz,, Center for Bio-inspired Energy Science, Northwestern University, Chicago, Illinois

More information

Toward an O(N) method for the non-equilibrium Green's function calculation

Toward an O(N) method for the non-equilibrium Green's function calculation Toward an O(N) method for the non-equilibrium Green's function calculation Masahiro FUKUDA Institute for Solid State Physics, University of Tokyo, Japan Table of Content Introduction Non equilibrium Green

More information

MD simulation of methane in nanochannels

MD simulation of methane in nanochannels MD simulation of methane in nanochannels COCIM, Arica, Chile M. Horsch, M. Heitzig, and J. Vrabec University of Stuttgart November 6, 2008 Scope and structure Molecular model for graphite and the fluid-wall

More information

Electronic State Calculation for Hydrogen Atom under Inhomogeneous Field

Electronic State Calculation for Hydrogen Atom under Inhomogeneous Field 26 Special Issue Multiscale Simulations for Materials Research Report Electronic State Calculation for Hydrogen Atom under Inhomogeneous Field Shunsuke Yamakawa and Shi-aki Hyodo We discuss herein the

More information

Au-C Au-Au. g(r) r/a. Supplementary Figures

Au-C Au-Au. g(r) r/a. Supplementary Figures g(r) Supplementary Figures 60 50 40 30 20 10 0 Au-C Au-Au 2 4 r/a 6 8 Supplementary Figure 1 Radial bond distributions for Au-C and Au-Au bond. The zero density regime between the first two peaks in g

More information

Diffusion in multicomponent solids. Anton Van der Ven Department of Materials Science and Engineering University of Michigan Ann Arbor, MI

Diffusion in multicomponent solids. Anton Van der Ven Department of Materials Science and Engineering University of Michigan Ann Arbor, MI Diffusion in multicomponent solids nton Van der Ven Department of Materials Science and Engineering University of Michigan nn rbor, MI Coarse graining time Diffusion in a crystal Two levels of time coarse

More information

Supplementary Figure 1 A schematic representation of the different reaction mechanisms

Supplementary Figure 1 A schematic representation of the different reaction mechanisms Supplementary Figure 1 A schematic representation of the different reaction mechanisms observed in electrode materials for lithium batteries. Black circles: voids in the crystal structure, blue circles:

More information

ANALYTIC SOLUTIONS TO A CLASS OF TWO-DIMENSIONAL LOTKA-VOLTERRA DYNAMICAL SYSTEMS

ANALYTIC SOLUTIONS TO A CLASS OF TWO-DIMENSIONAL LOTKA-VOLTERRA DYNAMICAL SYSTEMS PROCEEDINGS OF THE INTERNATIONAL CONFERENCE ON DYNAMICAL SYSTEMS AND DIFFERENTIAL EQUATIONS May 18 21, 2000, Atlanta, USA pp. 137 142 ANALYTIC SOLUTIONS TO A CLASS OF TWO-DIMENSIONAL LOTKA-VOLTERRA DYNAMICAL

More information

An Extended van der Waals Equation of State Based on Molecular Dynamics Simulation

An Extended van der Waals Equation of State Based on Molecular Dynamics Simulation J. Comput. Chem. Jpn., Vol. 8, o. 3, pp. 97 14 (9) c 9 Society of Computer Chemistry, Japan An Extended van der Waals Equation of State Based on Molecular Dynamics Simulation Yosuke KATAOKA* and Yuri YAMADA

More information

DEUTERIDE-INDUCED STRONG FORCE REACTIONS

DEUTERIDE-INDUCED STRONG FORCE REACTIONS Chubb, T.A. and S.R. Chubb. Deuteride-Induced Strong Force Reactions. in The Seventh International Conference on Cold Fusion. 1998. Vancouver, Canada: ENECO, Inc., Salt Lake City, UT. DEUTERIDE-INDUCED

More information

Defects in TiO 2 Crystals

Defects in TiO 2 Crystals , March 13-15, 2013, Hong Kong Defects in TiO 2 Crystals Richard Rivera, Arvids Stashans 1 Abstract-TiO 2 crystals, anatase and rutile, have been studied using Density Functional Theory (DFT) and the Generalized

More information

Markus Niederberger Max Planck Institute of Colloids and Interfaces, Potsdam, Germany.

Markus Niederberger Max Planck Institute of Colloids and Interfaces, Potsdam, Germany. Markus Niederberger Max Planck Institute of Colloids and Interfaces, Potsdam, Germany Markus.Niederberger@mpikg-golm.mpg.de Outline of the Lecture Self-Assembly of Nanocrystals to Superstructures What

More information

Chapter 21. Electric Fields

Chapter 21. Electric Fields Chapter 21 Electric Fields The Origin of Electricity The electrical nature of matter is inherent in the atoms of all substances. An atom consists of a small relatively massive nucleus that contains particles

More information

Supporting information

Supporting information Electronic Supplementary Material (ESI) for anoscale. This journal is The Royal Society of Chemistry 2014 Supporting information On-demand shape and size purification of nanoparticle based on surface area

More information

Finite-volume Poisson solver with applications to conduction in

Finite-volume Poisson solver with applications to conduction in Finite-volume Poisson solver with applications to conduction in biological ion channels I. Kaufman 1, R. Tindjong 1, D. G. Luchinsky 1,2, P. V. E. McClintock 1 1 Department of Physics, Lancaster University,

More information

Massively parallel electronic structure calculations with Python software. Jussi Enkovaara Software Engineering CSC the finnish IT center for science

Massively parallel electronic structure calculations with Python software. Jussi Enkovaara Software Engineering CSC the finnish IT center for science Massively parallel electronic structure calculations with Python software Jussi Enkovaara Software Engineering CSC the finnish IT center for science GPAW Software package for electronic structure calculations

More information

Supporting Information

Supporting Information Supporting Information Controlled Growth of Ceria Nanoarrays on Anatase Titania Powder: A Bottom-up Physical Picture Hyun You Kim 1, Mark S. Hybertsen 2*, and Ping Liu 2* 1 Department of Materials Science

More information

Direct Synthesis of H 2 O 2 on AgPt Octahedra: The Importance of Ag-Pt Coordination for High H 2 O 2 Selectivity

Direct Synthesis of H 2 O 2 on AgPt Octahedra: The Importance of Ag-Pt Coordination for High H 2 O 2 Selectivity Supporting Information Direct Synthesis of H 2 O 2 on AgPt Octahedra: The Importance of Ag-Pt Coordination for High H 2 O 2 Selectivity Neil M. Wilson, 1 Yung-Tin Pan, 1 Yu-Tsun Shao, 2 Jian-Min Zuo, 2

More information

Thermodynamic calculations on the catalytic growth of carbon nanotubes

Thermodynamic calculations on the catalytic growth of carbon nanotubes Thermodynamic calculations on the catalytic growth of carbon nanotubes Christian Klinke, Jean-Marc Bonard and Klaus Kern Ecole Polytechnique Federale de Lausanne, CH-05 Lausanne, Switzerland Max-Planck-Institut

More information

Understanding the effect of n-type and p-type doping in the channel of graphene nanoribbon transistor

Understanding the effect of n-type and p-type doping in the channel of graphene nanoribbon transistor Bull. Mater. Sci., Vol. 39, No. 5, September 2016, pp. 1303 1309. DOI 10.1007/s12034-016-1277-9 c Indian Academy of Sciences. Understanding the effect of n-type and p-type doping in the channel of graphene

More information

Atomistic effect of delta doping layer in a 50 nm InP HEMT

Atomistic effect of delta doping layer in a 50 nm InP HEMT J Comput Electron (26) 5:131 135 DOI 1.7/s1825-6-8832-3 Atomistic effect of delta doping layer in a 5 nm InP HEMT N. Seoane A. J. García-Loureiro K. Kalna A. Asenov C Science + Business Media, LLC 26 Abstract

More information

Electrical Engineering and Computer Science Department The University of Toledo Toledo, OH 43606

Electrical Engineering and Computer Science Department The University of Toledo Toledo, OH 43606 Gursel Serpen and David L. Livingston Electrical Engineering and Computer Science Department The University of Toledo Toledo, OH 43606 ANNIE 98 PRESENTATION THE RESEARCH WORK A higher-order single-layer

More information

A Lattice Relaxation Algorithm for Three-Dimensional Poisson-Nernst- Planck Theory with Application to Ion Transport through the Gramicidin A Channel

A Lattice Relaxation Algorithm for Three-Dimensional Poisson-Nernst- Planck Theory with Application to Ion Transport through the Gramicidin A Channel 642 Biophysical Journal Volume 76 February 1999 642 656 A Lattice Relaxation Algorithm for Three-Dimensional Poisson-Nernst- Planck Theory with Application to Ion Transport through the Gramicidin A Channel

More information

Band gap narrowing for visible light active photocatalysts: Is it really narrowing?

Band gap narrowing for visible light active photocatalysts: Is it really narrowing? Band gap narrowing for visible light active photocatalysts: Is it really narrowing? Suresh Pillai Nanotechnology Research Group, Institute of Technology, Sligo 16/06/2015 A Chemist s view of band-gap structure

More information

Figure 2: Simulation results of concentration by line scan along the x-axis at different partitioning coefficients after 0.48 ms.

Figure 2: Simulation results of concentration by line scan along the x-axis at different partitioning coefficients after 0.48 ms. Executive Summary One of the critical hurdles of the success of many clean energy technologies is energy storage. For this, new and advanced computational tools to predict battery properties are very important.

More information

Optimal rate convergence analysis of a second order numerical scheme for the Poisson Nernst Planck system

Optimal rate convergence analysis of a second order numerical scheme for the Poisson Nernst Planck system Optimal rate convergence analysis of a second order numerical scheme for the Poisson Nernst Planck system Jie Ding Cheng Wang Shenggao Zhou June 1, 018 Abstract In this work, we propose and analyze a second-order

More information

An electrokinetic LB based model for ion transport and macromolecular electrophoresis

An electrokinetic LB based model for ion transport and macromolecular electrophoresis An electrokinetic LB based model for ion transport and macromolecular electrophoresis Raffael Pecoroni Supervisor: Michael Kuron July 8, 2016 1 Introduction & Motivation So far an mesoscopic coarse-grained

More information

The Poisson-Nernst. Nernst-Planck (PNP) system for ion transport. Tai-Chia Lin National Taiwan University

The Poisson-Nernst. Nernst-Planck (PNP) system for ion transport. Tai-Chia Lin National Taiwan University The Poisson-Nernst Nernst-Planck (PNP) system for ion transport Tai-Chia Lin National Taiwan University 3rd OCAMI-TIMS Workshop in Japan, Osaka, March 13-16, 2011 Background Ion transport is crucial in

More information

Quiz Fun! This box contains. 1. a net positive charge. 2. no net charge. 3. a net negative charge. 4. a positive charge. 5. a negative charge.

Quiz Fun! This box contains. 1. a net positive charge. 2. no net charge. 3. a net negative charge. 4. a positive charge. 5. a negative charge. Quiz Fun! This box contains 1. a net positive charge. 2. no net charge. 3. a net negative charge. 4. a positive charge. 5. a negative charge. Quiz Fun! This box contains 1. a net positive charge. 2. no

More information

Extending Parallel Scalability of LAMMPS and Multiscale Reactive Molecular Simulations

Extending Parallel Scalability of LAMMPS and Multiscale Reactive Molecular Simulations September 18, 2012 Extending Parallel Scalability of LAMMPS and Multiscale Reactive Molecular Simulations Yuxing Peng, Chris Knight, Philip Blood, Lonnie Crosby, and Gregory A. Voth Outline Proton Solvation

More information

Multiscale Diffusion Modeling in Charged and Crowded Biological Environments

Multiscale Diffusion Modeling in Charged and Crowded Biological Environments Multiscale Diffusion Modeling in Charged and Crowded Biological Environments Andrew Gillette Department of Mathematics University of Arizona joint work with Pete Kekenes-Huskey (U. Kentucky) and J. Andrew

More information

"Enhanced Layer Coverage of Thin Films by Oblique Angle Deposition"

Enhanced Layer Coverage of Thin Films by Oblique Angle Deposition Mater. Res. Soc. Symp. Proc. Vol. 859E 2005 Materials Research Society JJ9.5.1 "Enhanced Layer Coverage of Thin Films by Oblique Angle Deposition" * karabt@rpi.edu Tansel Karabacak *, Gwo-Ching Wang, and

More information

First principles computer simulations of Li 10 GeP 2 S 12 and related lithium superionic conductors*

First principles computer simulations of Li 10 GeP 2 S 12 and related lithium superionic conductors* First principles computer simulations of Li 10 GeP 2 S 12 and related lithium superionic conductors* N. A. W. Holzwarth Wake Forest University, Winston-Salem, NC, USA, 27109 Motivation and background information

More information

Off-Lattice KMC Simulation of Quantum Dot Formation

Off-Lattice KMC Simulation of Quantum Dot Formation Off-Lattice KMC Simulation of Quantum Dot Formation T. P. Schulze University of Tennessee Peter Smereka & Henry Boateng University of Michigan Research supported by NSF-DMS-0854920 Heteroepitaxy and Quantum

More information

To Whom It May Concern:

To Whom It May Concern: To Whom It May Concern: This is Mingji Zhang an Assistant Professor at the Department of Mathematics. I would like to nominate Daniel Acheampong a graduate from the Department of Mathematics for the Langmuir

More information

An Error Analysis for the Finite Element Approximation to the Steady-State Poisson-Nernst-Planck Equations

An Error Analysis for the Finite Element Approximation to the Steady-State Poisson-Nernst-Planck Equations Advances in Applied Mathematics and Mechanics Adv. Appl. Math. Mech., Vol. 5, No. 1, pp. 113-130 DOI: 10.4208/aamm.11-m11184 February 2013 An Error Analysis for the Finite Element Approximation to the

More information

Assembled Hollow Metal Oxide Nanostructures for Water Treatment

Assembled Hollow Metal Oxide Nanostructures for Water Treatment UK-China Forum on Nanostructure for Water 11-13 November 2010, The University of Hong Kong Assembled Hollow Metal Oxide Nanostructures for Water Treatment Junbai Li Institute of Chemistry, Beijing CAS

More information

Bruno Bastos Sales, Joost Helsen and Arne Verliefde

Bruno Bastos Sales, Joost Helsen and Arne Verliefde FEM modeling of capacitive deionization for complex streams Dennis Cardoen Bruno Bastos Sales, Joost Helsen and Arne Verliefde International Conference on Numerical and Mathematical ing of Flow and Transport

More information

CRYSTAL in parallel: replicated and distributed (MPP) data. Why parallel?

CRYSTAL in parallel: replicated and distributed (MPP) data. Why parallel? CRYSTAL in parallel: replicated and distributed (MPP) data Roberto Orlando Dipartimento di Chimica Università di Torino Via Pietro Giuria 5, 10125 Torino (Italy) roberto.orlando@unito.it 1 Why parallel?

More information

Tight Bounds on the Diameter of Gaussian Cubes

Tight Bounds on the Diameter of Gaussian Cubes Tight Bounds on the Diameter of Gaussian Cubes DING-MING KWAI AND BEHROOZ PARHAMI Department of Electrical and Computer Engineering, University of California, Santa Barbara, CA 93106 9560, USA Email: parhami@ece.ucsb.edu

More information

The next-generation supercomputer and NWP system of the JMA

The next-generation supercomputer and NWP system of the JMA The next-generation supercomputer and NWP system of the JMA Masami NARITA m_narita@naps.kishou.go.jp Numerical Prediction Division (NPD), Japan Meteorological Agency (JMA) Purpose of supercomputer & NWP

More information

Nanoelectronics. Topics

Nanoelectronics. Topics Nanoelectronics Topics Moore s Law Inorganic nanoelectronic devices Resonant tunneling Quantum dots Single electron transistors Motivation for molecular electronics The review article Overview of Nanoelectronic

More information

IMPORTANT: LABS START NEXT WEEK

IMPORTANT: LABS START NEXT WEEK Chapter 21: Gauss law Thursday September 8 th IMPORTANT: LABS START NEXT WEEK Gauss law The flux of a vector field Electric flux and field lines Gauss law for a point charge The shell theorem Examples

More information

VI. Porous Media. Lecture 34: Transport in Porous Media

VI. Porous Media. Lecture 34: Transport in Porous Media VI. Porous Media Lecture 34: Transport in Porous Media 4/29/20 (corrected 5/4/2 MZB) Notes by MIT Student. Conduction In the previous lecture, we considered conduction of electricity (or heat conduction

More information

Monte Carlo Simulation of Ferroelectric Domain Structure: Electrostatic and Elastic Strain Energy Contributions

Monte Carlo Simulation of Ferroelectric Domain Structure: Electrostatic and Elastic Strain Energy Contributions Monte Carlo Simulation of Ferroelectric Domain Structure: Electrostatic and Elastic Strain Energy Contributions B.G. Potter, Jr., B.A. Tuttle, and V. Tikare Sandia National Laboratories Albuquerque, NM

More information

INTERMOLECULAR AND SURFACE FORCES

INTERMOLECULAR AND SURFACE FORCES INTERMOLECULAR AND SURFACE FORCES SECOND EDITION JACOB N. ISRAELACHVILI Department of Chemical & Nuclear Engineering and Materials Department University of California, Santa Barbara California, USA ACADEMIC

More information

Multiphase Flow Simulations in Inclined Tubes with Lattice Boltzmann Method on GPU

Multiphase Flow Simulations in Inclined Tubes with Lattice Boltzmann Method on GPU Multiphase Flow Simulations in Inclined Tubes with Lattice Boltzmann Method on GPU Khramtsov D.P., Nekrasov D.A., Pokusaev B.G. Department of Thermodynamics, Thermal Engineering and Energy Saving Technologies,

More information

Current Rectification of a Single Charged Conical nanopore. Qi Liu, Peking University Mentor: Prof. Qi Ouyang and Yugangwang

Current Rectification of a Single Charged Conical nanopore. Qi Liu, Peking University Mentor: Prof. Qi Ouyang and Yugangwang Current Rectification of a Single Charged Conical nanopore Qi Liu, Peking University Mentor: Prof. Qi Ouyang and Yugangwang Biological Nanopores Biological ion channels are the principal nanodevices mediating

More information

Virtual material Design

Virtual material Design Fraunhofer Institute for Algorithms and Scientific Computing SCAI Virtual material Design Foto: viastore systems 1 virtual Material Design Many of the challenges of the 21st century such as the development

More information

NONEQUILIBRIUM RATE THEORY FOR CONDUCTION IN OPEN ION CHANNELS

NONEQUILIBRIUM RATE THEORY FOR CONDUCTION IN OPEN ION CHANNELS Fluctuation and Noise Letters Vol. 11, No. 1 (2012) 1240016 (10 pages) c World Scientific Publishing Company DOI: 10.1142/S0219477512400160 NONEQUILIBRIUM RATE THEORY FOR CONDUCTION IN OPEN ION CHANNELS

More information

Theoretical comparative study on hydrogen storage of BC 3 and carbon nanotubes

Theoretical comparative study on hydrogen storage of BC 3 and carbon nanotubes J. At. Mol. Sci. doi: 10.4208/jams.121011.011412a Vol. 3, No. 4, pp. 367-374 November 2012 Theoretical comparative study on hydrogen storage of BC 3 and carbon nanotubes Xiu-Ying Liu a,, Li-Ying Zhang

More information

Efficiency of Dynamic Load Balancing Based on Permanent Cells for Parallel Molecular Dynamics Simulation

Efficiency of Dynamic Load Balancing Based on Permanent Cells for Parallel Molecular Dynamics Simulation Efficiency of Dynamic Load Balancing Based on Permanent Cells for Parallel Molecular Dynamics Simulation Ryoko Hayashi and Susumu Horiguchi School of Information Science, Japan Advanced Institute of Science

More information

Supporting Information

Supporting Information Electronic Supplementary Material (ESI) for Journal of Materials Chemistry A. This journal is The Royal Society of Chemistry 2015 Supporting Information Carbon Dots Supported upon N-doped TiO 2 Nanorod

More information

0-1 Knapsack Problem in parallel Progetto del corso di Calcolo Parallelo AA

0-1 Knapsack Problem in parallel Progetto del corso di Calcolo Parallelo AA 0-1 Knapsack Problem in parallel Progetto del corso di Calcolo Parallelo AA 2008-09 Salvatore Orlando 1 0-1 Knapsack problem N objects, j=1,..,n Each kind of item j has a value p j and a weight w j (single

More information

Large-Scale Molecular Dynamics Simulations on Parallel Clusters

Large-Scale Molecular Dynamics Simulations on Parallel Clusters Parallel Numerics 05, 223-231 M. Vajteršic, R. Trobec, P. Zinterhof, A. Uhl (Eds.) Chapter 7: Systems and Simulation ISBN 961-6303-67-8 Large-Scale Molecular Dynamics Simulations on Parallel Clusters Dušanka

More information

Molecular Dynamics Simulations

Molecular Dynamics Simulations Molecular Dynamics Simulations Dr. Kasra Momeni www.knanosys.com Outline Long-range Interactions Ewald Sum Fast Multipole Method Spherically Truncated Coulombic Potential Speeding up Calculations SPaSM

More information

Hideyuki Usui 1,3, M. Nunami 2,3, Y. Yagi 1,3, T. Moritaka 1,3, and JST/CREST multi-scale PIC simulation team

Hideyuki Usui 1,3, M. Nunami 2,3, Y. Yagi 1,3, T. Moritaka 1,3, and JST/CREST multi-scale PIC simulation team Hideyuki Usui 1,3, M. Nunami 2,3, Y. Yagi 1,3, T. Moritaka 1,3, and JST/CREST multi-scale PIC simulation team 1 Kobe Univ., Japan, 2 NIFS,Japan, 3 JST/CREST, Outline Multi-scale interaction between weak

More information

Supplementary Information

Supplementary Information Electronic Supplementary Material (ESI) for Catalysis Science & Technology. This journal is The Royal Society of Chemistry 2015 Supplementary Information Insights into the Synergistic Role of Metal-Lattice

More information

Simulations of Li-ion migration in LiPON electrolytes

Simulations of Li-ion migration in LiPON electrolytes Simulations of Li-ion migration in LiPON electrolytes Yaojun Du and N. A. W. Holzwarth: Department of Physics, Wake Forest University, Winston-Salem, NC, USA Introduction The thin film solid electrolyte

More information

Point of Anchor: Impacts on Interfacial Charge Transfer of Metal Oxide Nanoparticles

Point of Anchor: Impacts on Interfacial Charge Transfer of Metal Oxide Nanoparticles Supporting Information Point of Anchor: Impacts on Interfacial Charge Transfer of Metal Oxide Nanoparticles Yi Peng, a,# Bingzhang Lu, a,# Feng Wu, a Fengqi Zhang, b Jia En Lu, a Xiongwu Kang, b Yuan Ping,

More information

Molecular Driving Forces

Molecular Driving Forces Molecular Driving Forces Statistical Thermodynamics in Chemistry and Biology SUBGfittingen 7 At 216 513 073 / / Ken A. Dill Sarina Bromberg With the assistance of Dirk Stigter on the Electrostatics chapters

More information

Tutorial on rate constants and reorganization energies

Tutorial on rate constants and reorganization energies www.elsevier.nl/locate/jelechem Journal of Electroanalytical Chemistry 483 (2000) 2 6 Tutorial on rate constants reorganization energies R.A. Marcus * Noyes Laboratory of Chemical Physics, MC 127-72, California

More information

Z. Lin University of California, Irvine, CA 92697, USA. Supported by SciDAC GPS-TTBP, GSEP & CPES

Z. Lin University of California, Irvine, CA 92697, USA. Supported by SciDAC GPS-TTBP, GSEP & CPES GTC Framework Development and Application Z. Lin University of California, Irvine, CA 92697, USA and dgpsttbp GPS-TTBP Team Supported by SciDAC GPS-TTBP, GSEP & CPES GPS-TTBP Workshop on GTC Framework

More information

Computational Materials Design and Discovery Energy and Electronic Applications Synthesis Structure Properties

Computational Materials Design and Discovery Energy and Electronic Applications Synthesis Structure Properties Computational Materials Design and Discovery Energy and Electronic Applications Synthesis Structure Properties Supercapacitors Rechargeable batteries Supercomputer Photocatalysts Fuel cell catalysts First

More information

Thermodynamically Stable Emulsions Using Janus Dumbbells as Colloid Surfactants

Thermodynamically Stable Emulsions Using Janus Dumbbells as Colloid Surfactants Thermodynamically Stable Emulsions Using Janus Dumbbells as Colloid Surfactants Fuquan Tu, Bum Jun Park and Daeyeon Lee*. Description of the term notionally swollen droplets When particles are adsorbed

More information

Long-Term Atomistic Simulation of Hydrogen Diffusion in Metals

Long-Term Atomistic Simulation of Hydrogen Diffusion in Metals Long-Term Atomistic Simulation of Hydrogen Diffusion in Metals Kevin Wang (1), Pilar Ariza (2), and Michael Ortiz (3) (1) Department of Aerospace and Ocean Engineering Virginia Polytechnic Institute and

More information

The Performance Evolution of the Parallel Ocean Program on the Cray X1

The Performance Evolution of the Parallel Ocean Program on the Cray X1 The Performance Evolution of the Parallel Ocean Program on the Cray X1 Patrick H. Worley Oak Ridge National Laboratory John Levesque Cray Inc. 46th Cray User Group Conference May 18, 2003 Knoxville Marriott

More information

Anatoly B. Kolomeisky Department of Chemistry Center for Theoretical Biological Physics How to Understand Molecular Transport through Channels: The

Anatoly B. Kolomeisky Department of Chemistry Center for Theoretical Biological Physics How to Understand Molecular Transport through Channels: The Anatoly B. Kolomeisy Department of Chemistry Center for Theoretical Biological Physics How to Understand Molecular Transport through Channels: The Role of Interactions Transport Through Channels Oil pumping

More information

Multiscale simulations of complex fluid rheology

Multiscale simulations of complex fluid rheology Multiscale simulations of complex fluid rheology Michael P. Howard, Athanassios Z. Panagiotopoulos Department of Chemical and Biological Engineering, Princeton University Arash Nikoubashman Institute of

More information

Two simple lattice models of the equilibrium shape and the surface morphology of supported 3D crystallites

Two simple lattice models of the equilibrium shape and the surface morphology of supported 3D crystallites Bull. Nov. Comp. Center, Comp. Science, 27 (2008), 63 69 c 2008 NCC Publisher Two simple lattice models of the equilibrium shape and the surface morphology of supported 3D crystallites Michael P. Krasilnikov

More information

The Route to Better Catalysts: From Surface Science to Nanotechnology

The Route to Better Catalysts: From Surface Science to Nanotechnology The Route to Better Catalysts: From Surface Science to Nanotechnology by University of California Riverside, CA 92521, USA Phone: 1 (951) 827-5498 Fax: 1 (951) 827-3962 Email: zaera@ucr.edu http://www.zaera.chem.ucr.edu

More information

Youzuo Lin and Lianjie Huang

Youzuo Lin and Lianjie Huang PROCEEDINGS, Thirty-Ninth Workshop on Geothermal Reservoir Engineering Stanford University, Stanford, California, February 24-26, 2014 SGP-TR-202 Building Subsurface Velocity Models with Sharp Interfaces

More information

State Key Laboratory of Chemical Resource Engineering, Beijing University of Chemical Technology, Beijing , China

State Key Laboratory of Chemical Resource Engineering, Beijing University of Chemical Technology, Beijing , China Electronic Supplementary Material A Co-N/C hollow-sphere electrocatalyst derived from a metanilic CoAl layered double hydroxide for the oxygen reduction reaction, and its active sites in various ph media

More information

arxiv: v1 [physics.flu-dyn] 18 Mar 2018

arxiv: v1 [physics.flu-dyn] 18 Mar 2018 APS Persistent incomplete mixing in reactive flows Alexandre M. Tartakovsky 1 and David Barajas-Solano 1 1 Pacific Northwest National Laboratory, Richland, WA 99352, USA arxiv:1803.06693v1 [physics.flu-dyn]

More information

Electrophoretic Deposition. - process in which particles, suspended in a liquid medium, migrate in an electric field and deposit on an electrode

Electrophoretic Deposition. - process in which particles, suspended in a liquid medium, migrate in an electric field and deposit on an electrode Electrophoretic Deposition - process in which particles, suspended in a liquid medium, migrate in an electric field and deposit on an electrode no redox differs from electrolytic in several ways deposit

More information

CH676 Physical Chemistry: Principles and Applications. CH676 Physical Chemistry: Principles and Applications

CH676 Physical Chemistry: Principles and Applications. CH676 Physical Chemistry: Principles and Applications CH676 Physical Chemistry: Principles and Applications History of Nanotechnology: Time Line Democritus in ancient Greece: concept of atom 1900 : Rutherford : discovery of atomic nucleus The first TEM was

More information

A Hamiltonian Numerical Scheme for Large Scale Geophysical Fluid Systems

A Hamiltonian Numerical Scheme for Large Scale Geophysical Fluid Systems A Hamiltonian Numerical Scheme for Large Scale Geophysical Fluid Systems Bob Peeters Joint work with Onno Bokhove & Jason Frank TW, University of Twente, Enschede CWI, Amsterdam PhD-TW colloquium, 9th

More information

Charles A. Weatherford, + Kalayu G. Belay + and Gennady L. Gutsev *

Charles A. Weatherford, + Kalayu G. Belay + and Gennady L. Gutsev * Charles A. Weatherford, + Kalayu G. Belay + and Gennady L. Gutsev * Department of Physics and Center for Plasma Science and Technology Florida A&M University Tallahassee, Florida 32307 SPONSORS: + NSF

More information

Charge Density Analysis in Magnesium Hydride

Charge Density Analysis in Magnesium Hydride Special Issue Materials Analysis Using Synchrotron Radiation 15 Research Report Charge Density Analysis in Magnesium Hydride Tatsuo Noritake, Masakazu Aoki, Shin-ichi Towata, Yoshiki Seno, Yoshiharu Hirose

More information

The Next Generation of Astrophysical Simulations of Compact Objects

The Next Generation of Astrophysical Simulations of Compact Objects The Next Generation of Astrophysical Simulations of Compact Objects Christian Reisswig Caltech Einstein Symposium 2014 Motivation: Compact Objects Astrophysical phenomena with strong dynamical gravitational

More information

Role of atomic charge transfer on sintering of TiO 2 nanoparticles: Variable-charge molecular dynamics

Role of atomic charge transfer on sintering of TiO 2 nanoparticles: Variable-charge molecular dynamics JOURNAL OF APPLIED PHYSICS VOLUME 88, NUMBER 10 15 NOVEMBER 2000 Role of atomic charge transfer on sintering of TiO 2 nanoparticles: Variable-charge molecular dynamics Shuji Ogata a) Department of Applied

More information

Supplementary Information. Optimizing the Binding Energy of the Surfactant to. Iron-Oxide Yields Truly Monodisperse

Supplementary Information. Optimizing the Binding Energy of the Surfactant to. Iron-Oxide Yields Truly Monodisperse Supplementary Information Optimizing the Binding Energy of the Surfactant to Iron-Oxide Yields Truly Monodisperse Nanoparticles Hamed Sharifi Dehsari 1, Richard Anthony Harris 2, Anielen Halda Ribeiro

More information

Two-dimensional lattice

Two-dimensional lattice 1 Two-dimensional lattice a 1 *, k x k x = 0, k y = 0 X M a 2, y a 1, x Γ X a 2 *, k y k x = 0.5 a 1 *, k y = 0 k x = 0, k y = 0.5 a 2 * Γ k x = 0.5 a 1 *, k y = 0.5 a 2 * X X M k x = 0.25 a 1 *, k y =

More information

A Note on Parallel Algorithmic Speedup Bounds

A Note on Parallel Algorithmic Speedup Bounds arxiv:1104.4078v1 [cs.dc] 20 Apr 2011 A Note on Parallel Algorithmic Speedup Bounds Neil J. Gunther February 8, 2011 Abstract A parallel program can be represented as a directed acyclic graph. An important

More information

Type of file: PDF Title of file for HTML: Peer Review File Description:

Type of file: PDF Title of file for HTML: Peer Review File Description: Type of file: PDF Title of file for HTML: Supplementary Information Description: Supplementary Figures, Supplementary Table, Supplementary Notes and Supplementary References. Type of file: PDF Title of

More information

1. Numerical Methods for Stochastic Control Problems in Continuous Time (with H. J. Kushner), Second Revised Edition, Springer-Verlag, New York, 2001.

1. Numerical Methods for Stochastic Control Problems in Continuous Time (with H. J. Kushner), Second Revised Edition, Springer-Verlag, New York, 2001. Paul Dupuis Professor of Applied Mathematics Division of Applied Mathematics Brown University Publications Books: 1. Numerical Methods for Stochastic Control Problems in Continuous Time (with H. J. Kushner),

More information

V. Electrostatics Lecture 24: Diffuse Charge in Electrolytes

V. Electrostatics Lecture 24: Diffuse Charge in Electrolytes V. Electrostatics Lecture 24: Diffuse Charge in Electrolytes MIT Student 1. Poisson-Nernst-Planck Equations The Nernst-Planck Equation is a conservation of mass equation that describes the influence of

More information

Efficient Synthesis of Ethanol from CH 4 and Syngas on

Efficient Synthesis of Ethanol from CH 4 and Syngas on Efficient Synthesis of Ethanol from CH 4 and Syngas on a Cu-Co/TiO 2 Catalyst Using a Stepwise Reactor Zhi-Jun Zuo 1, Fen Peng 1,2, Wei Huang 1,* 1 Key Laboratory of Coal Science and Technology of Ministry

More information

High Temperature Superconductivity In Pd-[H(D)] X System

High Temperature Superconductivity In Pd-[H(D)] X System High Temperature Superconductivity In Pd-[H(D)] X System K.P. Sinha Department of Physics, Indian Institute of Science, Bangalore 560 012 D-105, Sterling Residence, Dollar colony, Bangalore 560 094 e.mail:

More information