Next Article in Journal
The Role of Dimensionality in Understanding Granuloma Formation
Previous Article in Journal
Chelating Mechanisms of Transition Metals by Bacterial Metallophores “Pseudopaline and Staphylopine”: A Quantum Chemical Assessment
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

NaRIBaS—A Scripting Framework for Computational Modeling of Nanomaterials and Room Temperature Ionic Liquids in Bulk and Slab

1
Institute of Chemistry, University of Tartu, Ravila 14a, 50411 Tartu, Estonia
2
LAQV@REQUIMTE/CIQ(UP), Departamento de Química e Bioquímica, Faculdade de Ciências, Universidade do Porto, Rua do Campo Alegre, 4169-007 Porto, Portugal
3
Skolkovo Institute of Science and Technology, Skolkovo Innovation Center, Moscow 143026, Russia
4
Department of Physics, Strathclyde University, Glasgow G4 0NG, UK
*
Author to whom correspondence should be addressed.
Computation 2018, 6(4), 57; https://doi.org/10.3390/computation6040057
Submission received: 1 October 2018 / Revised: 4 November 2018 / Accepted: 6 November 2018 / Published: 13 November 2018
(This article belongs to the Section Computational Chemistry)

Abstract

:
Computational modeling is more and more often used in studies of novel ionic liquids. The inevitable side-effect is the growing number of similar computations that require automation. This article introduces NaRIBaS (Nanomaterials and Room Temperature Ionic Liquids in Bulk and Slab)—a scripting framework that combines bash scripts with computational codes to ease modeling of nanomaterials and ionic liquids in bulk and slab. NaRIBaS helps to organize and document all input and output data, thus, improving the reproducibility of computations. Three examples are given to illustrate the NaRIBaS workflows for density functional theory (DFT) calculations of ionic pairs, molecular dynamics (MD) simulations of bulk ionic liquids (ILs), and MD simulations of ILs at an interface.

Graphical Abstract

1. Introduction

Ionic liquids (ILs) are widely studied as electrolytes for electrochemical systems [1,2]. Herewith, the number of computational studies is comparable to the number of experimental works [1]. However, most of the simulations bypass the informatics techniques. For this reason, a large amount of working time is usually consumed by semi-manual repetition of computations, analyses, and visualization. A workflow by Qu et al. [3] takes over some of the routines to calculate properties of different battery electrolytes at the density functional theory (DFT) level. Our scripting framework—NaRIBaS also automates DFT calculations as well as molecular dynamics (MD) simulations.
It should be noted that there are many computational methods used to study IL varying from volume-based thermodynamics to DFT-based MD [4,5]. Common cheminformatics toolkits, for example, those listed in Reference [6], are not directly applicable to the MD simulations. While some software developers include tools for workflow creation, e.g., Amsterdam Density Functional (ADF) [7] or Desmond [8], others create similar tools that may be interfaced with various computational codes like those listed in Reference [6]. Such tools as Mbuild [9], Atomic Simulation Environment (ASE) [10], pysimm [11] or packmol [12] are useful for creating complex systems for MD simulations. MDanalysis [13] or MDtraj [14] are useful for analyzing the MD trajectories. NaRIBaS (Nanomaterials and Room Temperature Ionic Liquids in Bulk and Slab) solves the intermediate problem of the automation of the MD simulations. It helps to organize all input and output data; ordering the input data improves the reproducibility of the computations; ordering the output data allows for advanced, massive data processing that cannot be obtained directly from a single computation result.
This article gives an overview of NaRIBaS—what it is, how it works, and what advantages it has to offer. It also describes how NaRIBaS can be used for DFT calculations of ionic pairs, MD simulations of bulk ILs, and MD simulations of ILs at an interface.

2. What is NaRIBaS?

NaRIBaS is a Unix-based scripting framework that combines bash scripts with computational codes to allow iterative repetition of tasks (Figure 1). We started developing NaRIBaS to standardize our computational methodology and to make our research reproducible.
Within NaRIBaS, several basic concepts (simplicity, transparency, parameter management through input lists) are combined to improve the productivity of a scientist. It is handy to use without much prior learning, and it is possible to trace errors during the preparation of a computation. With NaRIBaS, it takes less time to extend the setups or to re-use old scripts.
Let’s assume that a usual computational project usually starts with reproducing a specific type of computation. Ideally, a defined set of input files allows reproduction of any computation, provided that the necessary software and hardware are available. At times reproduction could be a more laborious task than it should be due to the absence of a specific input. NaRIBaS stores all data in such a way that it can be easily found and identified even years later. Such on-the-fly documentation improves the reproducibility of the research.

3. How Does NaRIBaS Work?

A single computation requires a solid scientific knowledge. An extensive computation, especially in the high-throughput approach, demands programming know-how. NaRIBaS solves the problem of the extensive computations, namely, repetitive accessing, utilizing, and post-processing data (Figure 2) via the implementation of the iterator pattern in bash language.
In NaRIBaS, the user provides the input parameters, e.g., physical properties and chemical structure, as lists. The iterator traverses the input data to create a configuration of the accessed elements. A loop is then started with a question that determines whether the iterator has found a new configuration. Each configuration is used to perform user-defined tasks, e.g., computation and plotting routines. Thus, NaRIBaS decouples the input parameters (lists) from the terminal-based command lines (tasks) and considers them as independent, reusable building blocks, held together by a linking function.

Main Features of NaRIBaS

Using and modifying NaRIBaS scripts does not require advanced knowledge of programming techniques. The extension of NaRIBaS relies on the addition and modification of tasks, which are merely a handy collection of command lines.
Automatization of the work processes is a huge time saver. Every researcher confronts the repetition of tasks with variable parameters. The manual execution of repetitive tasks is tiresome and time-consuming. Also, it makes the occurrence of abstraction of the data and mistakes likely to occur. Whereas, once an automatized routine is tested and approved, the computer repeats the tasks without errors.
The construction of NaRIBaS impels the user to solve every task through a script, to define all parameters in lists, and to prepare the computation template files. Thus, NaRIBaS forces documentation in such a way that the user-created NaRIBaS tasks, lists, and template files represent the whole work process, including the details of applied computation schemes or external code as well as the storage of the results.
The key ingredient of a robust data handling is awareness of the parameter space and its possibilities for extensions. In NaRIBaS, management of input parameters is done through lists that make information about the project easily accessible (not hidden in the middle of a script containing nested loops) and available for manipulation.
NaRIBaS stores data files in well-defined folder trees. Thus, it clarifies dependencies of data files and minimizes the risk of data loss. Compared to a super-folder containing hundreds of files, a small number of items in a folder improves the concentration on the given content.
NaRIBaS simplifies further research, as the existing lists allow the reproduction of all the results. Therefore, further research on the topics are made plain as the input parameters can be modified easily to prepare new computational workflows.
NaRIBaS is free software. The entire NaRIBaS script package is available under the GNU General Public License. For details, check the COPYING file in the source code or consult (Reference [15]).

4. NaRIBaS in Action

The full technical details of the examples provided below are available on GitHub [16]. Each example includes a figure illustrating the corresponding workflow.

4.1. DFT Calculations

The so-called high-throughput approach has become popular with the increase in overall computational power. In high-throughput screening, a large number of candidates are filtered using simple descriptors to design task-specific materials. DFT is often the method of choice for calculating the descriptors, as DFT is both fast and accurate [3,17,18].
The workflow in Figure 3 demonstrates how to automate DFT calculations of IL ion pairs. There is a vast amount of possible combinations of cations and anions that are potentially useful in practical application [19]. Moreover, there are many basis sets, functionals as well as computational approximations [20]. NaRIBaS is a suitable tool for such combinatorial exercise; it can be used for conducting repetitive calculations and organizing systematic data storage. Furthermore, the flexible task routines can serve different purposes with only minor retuning, as in References [19,20,21].
In Reference [19], we applied the NaRIBaS workflow from Figure 3 to predict the relative electrochemical stabilities and the activation energies of the viscosity of 48 ILs. NaRIBaS looped over 48 ion pairs, which were constructed by combining 4 anions and 12 cations defined in the corresponding input lists. The first and the second NaRIBaS tasks were responsible for creating all the necessary input files, invoking the calculation code, and storing the results in an organized manner. In the third task, relevant properties were condensed in a database format, which was then used to conduct the analysis. All calculations were run using the Orca 4 package [22]. Further details are given in References [19,20,23].
In Reference [20], we used the same NaRIBaS workflow to assess the performance of several DFT-based computational methods. A similar set of 48 ion pairs were used. In addition to the cations and the anions, the input lists also iterated over the different applied functionals and corrections. We used the same tasks as in Reference [19], with only a few changes in the input file templates and the choice of properties of interest. The calculation results were again gathered in the database to facilitate the subsequent analysis [23].
A sample workflow for similar calculations is provided in the IL-DFT folder of the NaRIBaS GitHub repository (Reference [16]) The first task of IL-DFT is responsible geometry optimization; the second task executes single point calculations and the third task indexes some properties of interest in a json-format database. Note that the second step uses a different input list for functionals, as geometry optimization is only done once, but single point energies are found with multiple different functionals. Sample results and the Python script responsible for indexing results are included therein as an archive due to GitHub restrictions.

4.2. MD Simulations of Ionic Liquid in Bulk

Modern MD simulations consist of a large number of initial configurations, independent runs, and replicas. They require a lot of routine actions that consume much time if made by hand. The workflow in Figure 4 demonstrates how to proceed with MD simulations and analyses in an automated fashion.
In work [24], we used the NaRIBaS workflow from Figure 4 to mix up to three types of ions into liquid mixtures and then simulate their properties. To introduce NaRIBaS, we choose Gromacs software package, version 5.1.4. [25]. In principle, NaRIBaS can be interfaced with any code that is executed from a command line and that uses text files as inputs, such as LAMMPS [26] or DLPOLY [27]. The description of ions, as well as other details, were defined in the input lists. For convenience, we used predefined topologies, which can be used as they are [28]. The four steps of MD simulations were intended (Figure 4): initiation of the system, equilibration, production and analysis. The first step (the initiation) consisted of packing the chosen ions—one cation and three pairs of anions—in a simulation cell with Packmol [12]. The size of the cell was evaluated automatically according to the molar volume of the ions. The energy minimization of the resulted cell was calculated with the steepest descent method. Then, a short run in NVT ensemble with low time step (0.5 fs) allowed the necessary relaxation of the system.
The initiation was followed by the next steps: the equilibration, the production run and finally the analysis. The basic analysis, in this case, consisted of the density calculation, yet, any type of analyses can be chosen according to specific needs of a study. A sample workflow for conducting similar simulations is provided in the IL-mix folder of the NaRIBaS GitHub repository (Reference [15]).

4.3. MD Simulations of Ionic Liquid at Interfaces

MD simulations of IL confined between charged electrodes are used, for example, for investigation of the electrical double layer structure [29,30,31], estimation of differential capacitance of the system [32,33,34], or investigation of the dynamics within confinement [35,36,37]. Due to a significant number of variables in such systems, the dozens of configurations and replicas are needed to reduce the observational error. NaRIBaS proposes a reliable and straightforward approach to this kind of computation as well as to similar high-throughput analogues.
Similar to the simulations in bulk, all parameters were defined in the input lists, including the number and type of IL ions, type of probe (Lennard-Jones sphere or ion), number and type of electrode atoms, simulation temperature and surface charge density values. Gromacs 5.1.4 was used in all simulations 5.1.4. [25]. The schematic representation of NaRIBaS workflow is demonstrated in Figure 5.
In References [38,39,40], we applied the NaRIBaS workflow to calculate free energy profiles for probes approaching graphene electrodes in various ILs. The probes—charged ions—were pulled through the interface towards the surface and, as a result of the measured force integration; the free energy profiles were calculated. Four steps of MD simulation were run: Initiation and equilibration, charging, production run, and analyses. For each IL a different number of ion pairs were considered, according to physical properties of the IL. A spherical probe was introduced into the IL at certain distances from the electrode surface. For each distance, 3–8 independent replicas were prepared. After initial packing and relaxation, the charging was performed, followed by the production run, and then finally, the analyses. Generally, these steps were similar to those depicted in Figure 4, except for charging—five surface charge values were simulated (±1, ±0.5, and 0 e/nm2). All the calculations were run in NVT ensemble in slab-like geometry. The basic analysis included the calculation of number density and electrostatic potential. On top of that, the free energy profiles were calculated.
The tasks used in works [38,39,40] are similar and contain only small changes in the user-defined templates and the properties of interest. The slight change in the workflow—from Lennard-Jones probe to actual ions—allowed, with minimal manual adjusting, for reuse of the same code to get more profound ideas about mechanisms of solvent-mediated ion interactions with charged surfaces in ILs. Similarly, NaRIBaS was used to investigate the nature of capacitance vs potential dependence in ILs [41,42,43,44]. Such a versatile character constitutes the great potential of frameworks like NaRIBaS for MD simulation applications. A sample workflow with further details is provided in the IL-probe folder of the NaRIBaS GitHub repository (Reference [16]).

5. Concluding Remarks

NaRIBaS is a scripting framework for computational modeling of nanomaterials and ionic liquids in bulk and slab. It is a valuable tool for automation and documentation of the computations. In addition to saving resources and nerves, NaRIBaS may reduce the occurrence of abstraction of the data and human mistakes. The capabilities of NaRIBaS can be tested in density functional calculations and molecular dynamics simulations by re-using the above described NaRIBaS workflows from Reference [16].

Author Contributions

Conceptualization and methodology, K.K. (Kathleen Kirchner), M.V.F., T.K., and V.B.I.; software, K.K. (Kathleen Kirchner) and T.K.; validation, E.R.N., I.V.V., K.K. (Karl Karu), V.B.I.; writing-original draft preparation, all; writing-review and editing, E.R.N., I.V.V., K.K. (Karl Karu), V.B.I.; visualization, K.K. (Kathleen Kirchner) and K.K. (Karl Karu); supervision, project administration, and funding acquisition, M.V.F. and V.B.I.

Funding

This research was supported by the EU through the European Regional Development Fund (TK141, Centre of Excellence, 2014-2020.4.01.15-0011), Institutional Research Grant IUT20-13, and Estonian Personal Research Project PUT1107. I.V.V. acknowledges Portuguese national funding agency, Fundação para a Ciência e a Tecnologia (FCT/MEC) for postdoctoral grant SFRH/BPD/97918/2013, as well as financial support of research units, received through FCT/MEC funds and co-financed by FEDER under partnership agreement PT2020 (LAQV@REQUIMTE: projects UID/QUI/50006/2013, POCI/01/0145/FEDER/007265, and NORTE-01-0145-FEDER-000011; CIQ(UP): UID/QUI/00081/2013 and POCI-01-0145-FEDER-006980). Results were obtained in part using the High-Performance Computing Center of the University of Tartu and in part using the ARCHIE-WeSt High-Performance Computer (www.archie-west.ac.uk, EPSRC grant No. EP/K000586/1).

Acknowledgments

We thank Isabel Lage-Estebanez for preparing the force fields files used in this work. We thank Samuel W. Coles and Borja Docampo-Álvarez for validation of NaRIBaS scripts.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Fedorov, M.V.; Kornyshev, A.A. Ionic liquids at electrified interfaces. Chem. Rev. 2014, 114, 2978–3036. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  2. MacFarlane, D.R.; Tachikawa, N.; Forsyth, M.; Pringle, J.M.; Howlett, P.C.; Elliott, G.D.; Davis, J.H.; Watanabe, M.; Simon, P.; Angell, C.A. Energy applications of ionic liquids. Energy Environ. Sci. 2014, 7, 232–250. [Google Scholar] [CrossRef] [Green Version]
  3. Qu, X.; Jain, A.; Rajput, N.N.; Cheng, L.; Zhang, Y.; Ong, S.P.; Brafman, M.; Maginn, E.; Curtiss, L.A.; Persson, K.A. The Electrolyte Genome project: A big data approach in battery materials discovery. Comput. Mater. Sci. 2015, 103, 56–67. [Google Scholar] [CrossRef] [Green Version]
  4. Izgorodina, E.I.; Seeger, Z.L.; Scarborough, D.L.A.; Tan, S.Y.S. Quantum Chemical Methods for the Prediction of Energetic, Physical, and Spectroscopic Properties of Ionic Liquids. Chem. Rev. 2017. [Google Scholar] [CrossRef] [PubMed]
  5. Salanne, M. Simulations of room temperature ionic liquids: From polarizable to coarse-grained force fields. Phys. Chem. Chem. Phys. 2015, 17, 14270–14279. [Google Scholar] [CrossRef] [PubMed]
  6. Pirhadi, S.; Sunseri, J.; Koes, D.R. Open Source Molecular Modeling. J. Mol. Graph. Model. 2016. [Google Scholar] [CrossRef] [PubMed]
  7. Te Velde, G.T.; Bickelhaupt, F.M.; Baerends, E.J.; Fonseca Guerra, C.; van Gisbergen, S.J.; Snijders, J.G.; Ziegler, T. Chemistry with ADF. J. Comput. Chem. 2001, 22, 931–967. [Google Scholar] [CrossRef]
  8. Bowers, K.J.; Chow, D.E.; Xu, H.; Dror, R.O.; Eastwood, M.P.; Gregersen, B.A.; Klepeis, J.L.; Kolossvary, I.; Moraes, M.A.; Sacerdoti, F.D. Scalable algorithms for molecular dynamics simulations on commodity clusters. In Proceedings of the ACM/IEEE SC2006 Conference on High Performance Networking and Computing, Tampa, FL, USA, 11–17 November 2006; 2006; p. 43. [Google Scholar]
  9. Klein, C.; Sallai, J.; Jones, T.J.; Iacovella, C.R.; McCabe, C.; Cummings, P.T. A Hierarchical, Component Based Approach to Screening Properties of Soft Matter. In Foundations of Molecular Modeling and Simulation: Select Papers from FOMMS 2015; Snurr, R.Q., Adjiman, C.S., Kofke, D.A., Eds.; Molecular Modeling and Simulation; Springer: Singapore, 2016; pp. 79–92. ISBN 978-981-10-1128-3. [Google Scholar]
  10. Larsen, A.H.; Mortensen, J.J.; Blomqvist, J.; Castelli, I.E.; Christensen, R.; Dułak, M.; Friis, J.; Groves, M.N.; Hammer, B.; Hargus, C.; Hermes, E.D.; et al. The atomic simulation environment—A Python library for working with atoms. J. Phys. Condens. Matter 2017, 29, 273002. [Google Scholar] [CrossRef] [PubMed]
  11. Fortunato, M.E.; Colina, C.M. pysimm: A python package for simulation of molecular systems. SoftwareX 2017, 6, 7–12. [Google Scholar] [CrossRef]
  12. Martínez, L.; Andrade, R.; Birgin, E.G.; Martínez, J.M. PACKMOL: A package for building initial configurations for molecular dynamics simulations. J. Comput. Chem. 2009, 30, 2157–2164. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  13. Michaud-Agrawal, N.; Denning, E.J.; Woolf, T.B.; Beckstein, O. MDAnalysis: A toolkit for the analysis of molecular dynamics simulations. J. Comput. Chem. 2011, 32, 2319–2327. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  14. McGibbon, R.T.; Beauchamp, K.A.; Harrigan, M.P.; Klein, C.; Swails, J.M.; Hernández, C.X.; Schwantes, C.R.; Wang, L.-P.; Lane, T.J.; Pande, V.S. MDTraj: A Modern Open Library for the Analysis of Molecular Dynamics Trajectories. Biophys. J. 2015, 109, 1528–1532. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  15. GNU General Public License. Available online: https://www.gnu.org/copyleft/gpl.html (accessed on 4 November 2018).
  16. Ivaništšev, V. Repository for: NaRIBaS—A Scripting Framework for Computational Modeling of Nanomaterials and Room Temperature Ionic Liquids in Bulk and Slab. GitHub Repos. 2018. Available online: https://github.com/vilab-tartu/NaRIBaS (accessed on 12 November 2018).
  17. Korth, M. Large-scale virtual high-throughput screening for the identification of new battery electrolyte solvents: Evaluation of electronic structure theory methods. Phys. Chem. Chem. Phys. 2014, 16, 7919–7926. [Google Scholar] [CrossRef] [PubMed]
  18. Zahn, S.; MacFarlane, D.; Izgorodina, E.I. Assessment of Kohn-Sham Density Functional Theory and Moller-Plesset Perturbation Theory for Ionic Liquids. Phys. Chem. Chem. Phys. 2013, 15, 13664–13675. [Google Scholar] [CrossRef] [PubMed]
  19. Karu, K.; Ruzanov, A.; Ers, H.; Ivaništšev, V.; Lage-Estebanez, I.; García de la Vega, J.M. Predictions of Physicochemical Properties of Ionic Liquids with DFT. Computation 2016, 4, 25. [Google Scholar] [CrossRef]
  20. Karu, K.; Mišin, M.; Ers, H.; Sun, J.; Ivaništšev, V. Performance of SCAN density functional for a set of ionic liquid ion pairs. Int. J. Quantum Chem. 2018, 118, e25582. [Google Scholar] [CrossRef] [Green Version]
  21. Lage-Estebanez, I.; Ruzanov, A.; de la Vega, J.M.G.; Fedorov, M.V.; Ivaništšev, V.B. Self-interaction error in DFT-based modelling of ionic liquids. Phys. Chem. Chem. Phys. 2016, 18, 2175–2182. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  22. Neese, F. Software update: The ORCA program system, version 4.0. Wiley Interdiscip. Rev. Comput. Mol. Sci. 2018, 8, e1327. [Google Scholar] [CrossRef]
  23. Karu, K.; Ers, H.; Mišin, M.; Sun, J.; Ivanistsev, V. Data for the article “Performance of SCAN density functional method for a set of ionic liquids”. GitHub Repos. 2017. [Google Scholar] [CrossRef]
  24. Voroshylova, I.V.; Ferreira, E.S.C.; Malček, M.; Costa, R.; Pereira, C.M.; Cordeiro, M.N.D.S. Influence of the anion on the properties of ionic liquid mixtures: A molecular dynamics study. Phys. Chem. Chem. Phys. 2018, 20, 14899–14918. [Google Scholar] [CrossRef] [PubMed]
  25. Abraham, M.J.; Murtola, T.; Schulz, R.; Páll, S.; Smith, J.C.; Hess, B.; Lindahl, E. GROMACS: High performance molecular simulations through multi-level parallelism from laptops to supercomputers. SoftwareX 2015, 1–2, 19–25. [Google Scholar] [CrossRef]
  26. Plimpton, S. Fast parallel algorithms for short-range molecular dynamics. J. Comput. Phys. 1995, 117, 1–19. [Google Scholar] [CrossRef]
  27. Smith, W.; Yong, C.W.; Rodger, P.M. DL_POLY: Application to molecular simulation. Mol. Simul. 2002, 28, 385–471. [Google Scholar] [CrossRef]
  28. Ivaništšev, V. Gromacs topology files for common Ionic Liquids. GitHub Repos. 2018. [Google Scholar] [CrossRef]
  29. Merlet, C.; Limmer, D.T.; Salanne, M.; van Roij, R.; Madden, P.A.; Chandler, D.; Rotenberg, B. The Electric Double Layer Has a Life of Its Own. J. Phys. Chem. C 2014, 118, 18291–18298. [Google Scholar] [CrossRef] [Green Version]
  30. Rotenberg, B.; Salanne, M. Structural Transitions at Ionic Liquid Interfaces. J. Phys. Chem. Lett. 2015, 6, 4978–4985. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  31. Ma, J.L.; Meng, Q.; Fan, J. Charge driven lateral structural evolution of ions in electric double layer capacitors strongly correlates with differential capacitance. Phys. Chem. Chem. Phys. 2018, 20, 8054–8063. [Google Scholar] [CrossRef] [PubMed]
  32. Hu, Z.; Vatamanu, J.; Borodin, O.; Bedrov, D. A molecular dynamics simulation study of the electric double layer and capacitance of [BMIM][PF6] and [BMIM][BF4] room temperature ionic liquids near charged surfaces. Phys. Chem. Chem. Phys. 2013, 15, 14234–14247. [Google Scholar] [CrossRef] [PubMed]
  33. Breitsprecher, K.; Szuttor, K.; Holm, C. Electrode Models for Ionic Liquid-Based Capacitors. J. Phys. Chem. C 2015, 119, 22445–22451. [Google Scholar] [CrossRef]
  34. Chen, M.; Goodwin, Z.A.H.; Feng, G.; Kornyshev, A.A. On the temperature dependence of the double layer capacitance of ionic liquids. J. Electroanal. Chem. 2017. [Google Scholar] [CrossRef]
  35. Docampo-Álvarez, B.; Gómez-González, V.; Montes-Campos, H.; Otero-Mato, J.M.; Méndez-Morales, T.; Cabeza, O.; Gallego, L.J.; Lynden-Bell, R.M.; Ivaništšev, V.B.; Fedorov, M.V.; et al. Molecular dynamics simulation of the behaviour of water in nano-confined ionic liquid–water mixtures. J. Phys. Condens. Matter 2016, 28, 464001. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  36. Merlet, C.; Péan, C.; Rotenberg, B.; Madden, P.A.; Daffos, B.; Taberna, P.-L.; Simon, P.; Salanne, M. Highly confined ions store charge more efficiently in supercapacitors. Nat. Commun. 2013, 4. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  37. Salanne, M. Ionic Liquids for Supercapacitor Applications. Top. Curr. Chem. 2017, 375. [Google Scholar] [CrossRef]
  38. Ivaništšev, V.; Fedorov, M.V.; Lynden-Bell, R.M. Screening of Ion–Graphene Electrode Interactions by Ionic Liquids: The Effects of Liquid Structure. J. Phys. Chem. C 2014, 118, 5841–5847. [Google Scholar] [CrossRef]
  39. Ivaništšev, V.; Méndez-Morales, T.; Lynden-Bell, R.M.; Cabeza, O.; Gallego, L.J.; Varela, L.M.; Fedorov, M.V. Molecular origin of high free energy barriers for alkali metal ion transfer through ionic liquid–graphene electrode interfaces. Phys. Chem. Chem. Phys. 2016, 18, 1302–1310. [Google Scholar] [CrossRef] [Green Version]
  40. Gómez-González, V.; Docampo-Álvarez, B.; Méndez-Morales, T.; Cabeza, O.; Ivaništšev, V.B.; Fedorov, M.V.; Gallego, L.J.; Varela, L.M. Molecular dynamics simulation of the structure and interfacial free energy barriers of mixtures of ionic liquids and divalent salts near a graphene wall. Phys. Chem. Chem. Phys. 2017, 19, 846–853. [Google Scholar] [CrossRef] [PubMed]
  41. Ruzanov, A.; Lembinen, M.; Jakovits, P.; Srirama, S.N.; Voroshylova, I.V.; Cordeiro, M.N.D.S.; Pereira, C.M.; Rossmeisl, J.; Ivaništšev, V.B. On the thickness of the double layer in ionic liquids. Phys. Chem. Chem. Phys. 2018, 20, 10275–10285. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  42. Kirchner, K.; Kirchner, T.; Ivaništšev, V.; Fedorov, M.V. Electrical double layer in ionic liquids: Structural transitions from multilayer to monolayer structure at the interface. Electrochimica Acta 2013, 110, 762–771. [Google Scholar] [CrossRef]
  43. Ivaništšev, V.; Kirchner, K.; Kirchner, T.; Fedorov, M.V. Restructuring of the electrical double layer in ionic liquids upon charging. J. Phys. Condens. Matter 2015, 27, 102101. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  44. Ivaništšev, V.; Fedorov, M.V. Interfaces between Charged Surfaces and Ionic Liquids: Insights from Molecular Simulations. Electrochem. Soc. Interface 2014, 23, 65–69. [Google Scholar] [CrossRef] [Green Version]
Figure 1. The general composition of the NaRIBaS (Nanomaterials and Room Temperature Ionic Liquids in Bulk and Slab) scripting framework. User-defined tasks—preparing input files, executing simulations, and managing output data—are carried out with properties read from the input lists.
Figure 1. The general composition of the NaRIBaS (Nanomaterials and Room Temperature Ionic Liquids in Bulk and Slab) scripting framework. User-defined tasks—preparing input files, executing simulations, and managing output data—are carried out with properties read from the input lists.
Computation 06 00057 g001
Figure 2. General flow chart of the iterator pattern: a programming design pattern for performing repetitive tasks with varying input parameters. The iterator is responsible for generating every unique configuration of input list elements.
Figure 2. General flow chart of the iterator pattern: a programming design pattern for performing repetitive tasks with varying input parameters. The iterator is responsible for generating every unique configuration of input list elements.
Computation 06 00057 g002
Figure 3. NaRIBaS (Nanomaterials and Room Temperature Ionic Liquids in Bulk and Slab) workflow for ionic liquid ion pair DFT calculations.
Figure 3. NaRIBaS (Nanomaterials and Room Temperature Ionic Liquids in Bulk and Slab) workflow for ionic liquid ion pair DFT calculations.
Computation 06 00057 g003
Figure 4. The NaRIBaS (Nanomaterials and Room Temperature Ionic Liquids in Bulk and Slab) workflow for molecular dynamics simulations of ionic liquid in bulk.
Figure 4. The NaRIBaS (Nanomaterials and Room Temperature Ionic Liquids in Bulk and Slab) workflow for molecular dynamics simulations of ionic liquid in bulk.
Computation 06 00057 g004
Figure 5. The NaRIBaS (Nanomaterials and Room Temperature Ionic Liquids in Bulk and Slab) workflow for molecular dynamics simulations of ionic liquid near surfaces.
Figure 5. The NaRIBaS (Nanomaterials and Room Temperature Ionic Liquids in Bulk and Slab) workflow for molecular dynamics simulations of ionic liquid near surfaces.
Computation 06 00057 g005

Share and Cite

MDPI and ACS Style

Roos Nerut, E.; Karu, K.; Voroshylova, I.V.; Kirchner, K.; Kirchner, T.; Fedorov, M.V.; Ivaništšev, V.B. NaRIBaS—A Scripting Framework for Computational Modeling of Nanomaterials and Room Temperature Ionic Liquids in Bulk and Slab. Computation 2018, 6, 57. https://doi.org/10.3390/computation6040057

AMA Style

Roos Nerut E, Karu K, Voroshylova IV, Kirchner K, Kirchner T, Fedorov MV, Ivaništšev VB. NaRIBaS—A Scripting Framework for Computational Modeling of Nanomaterials and Room Temperature Ionic Liquids in Bulk and Slab. Computation. 2018; 6(4):57. https://doi.org/10.3390/computation6040057

Chicago/Turabian Style

Roos Nerut, Eva, Karl Karu, Iuliia V. Voroshylova, Kathleen Kirchner, Tom Kirchner, Maxim V. Fedorov, and Vladislav B. Ivaništšev. 2018. "NaRIBaS—A Scripting Framework for Computational Modeling of Nanomaterials and Room Temperature Ionic Liquids in Bulk and Slab" Computation 6, no. 4: 57. https://doi.org/10.3390/computation6040057

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop