CRAFTED: An exploratory database of simulated adsorption isotherms of nanoporous materials
收藏资源简介:
<strong>Overview</strong> The files in this repository compose the <strong>C</strong>harge-dependent, <strong>R</strong>eproducible, <strong>A</strong>ccessible, <strong>F</strong>orcefield-dependent, and <strong>T</strong>emperature-dependent <strong>E</strong>xploratory <strong>D</strong>atabase (<strong>CRAFTED</strong>) of adsorption isotherms. This dataset contains the simulation of CO2 and N2 adsorption isotherms on 690 metal-organic frameworks taken from the CoRE-MOF-2014 database and 667 covalent organic frameworks taken from the CURATED-COFs database. The simulations were performed with two force fields (UFF and DREIDING), six partial charge schemes (no charges, Qeq, EQeq, DDEC, MPNN, and PACMOF), and three temperatures (273, 298, 323 K). <strong>Contents</strong> <code>CIF_FILES/</code> contains 6 folders (NEUTRAL, DDEC, EQeq, Qeq, MPNN, and PACMOF), each one with 1357 CIF files; <code>FORCEFIELDS/</code> contains 2 folders (UFF and DREIDING) with the definition of the forcefields; <code>INPUT_FILES/</code> contains 97,704 input files for the GCMC simulations; <code>ISOTHERM_FILES/</code> contains 97,704 adsorption isotherms resulting from the GCMC simulation; <code>ENTHALPY_FILES/</code> contains 97,704 enthalpies of adsorption from the isotherms; <code>RAC_DBSCAN/</code> contains the RAC and geometrical descriptors to perform the t-NSE + DBSCAN analysis; <strong>Licenses</strong> The 690 MOF-related CIF files in the <code>DDEC</code> folder were downloaded from CoRE-MOF-2014 and are licensed under the terms of the Creative Commons Attribution 4.0 International license (<code>CC-BY-4.0</code>). The 667 COF-related CIF files in the <code>NEUTRAL</code> folder were downloaded from CURATED-COFs and are licensed under the terms of the MIT license (<code>MIT</code>). Dalar Nazarian, Jeffrey S. Camp, & David S. Sholl. (2016). Computation-Ready Experimental Metal-Organic Framework (CoRE MOF) 2014 DDEC Database [Data set]. Zenodo. https://doi.org/10.5281/zenodo.3986573 Ongari, Daniele, et al. "Building a consistent and reproducible database for adsorption evaluation in covalent–organic frameworks." ACS Central Science 5.10 (2019): 1663-1675. https://doi.org/10.1021/acscentsci.9b00619 Ongari, Daniele, Leopold Talirz, and Berend Smit. "Too many materials and too many applications: An experimental problem waiting for a computational solution." ACS Central Science 6.11 (2020): 1890-1900. https://doi.org/10.1021/acscentsci.0c00988 The <code>CO2.def</code> and <code>N2.def</code> forcefield files were downloaded from RASPA and are licensed under the terms of the MIT license. Dubbeldam, David, et al. "RASPA: molecular simulation software for adsorption and diffusion in flexible nanoporous materials." Molecular Simulation 42.2 (2016): 81-101. https://doi.org/10.1080/08927022.2015.1010082 The remaining MOF-related CIF files in the <code>PACMOF</code>, <code>MPNN</code>, <code>Qeq</code>, <code>EQeq</code> and <code>NEUTRAL</code> folders were derived from those in the <code>DDEC</code> folder and are licensed under the terms of the Creative Commons Attribution 4.0 International license (<code>CC-BY-4.0</code>) from the CoRE-MOF-2014 subset. The remaining COF-related CIF files in the <code>PACMOF</code>, <code>MPNN</code>, <code>Qeq</code>, <code>EQeq</code> and <code>DDEC</code> folders were derived from those in the <code>NEUTRAL</code> folder and are licensed under the terms of the MIT license (<code>MIT</code>) from the CURATED-COFs subset. All remaining files were created by us, and are licensed under the terms of the <code>CDLA-Sharing-1.0</code> license. <strong>Software requirements</strong> In order to create a Python environment capable of running the Jupyter notebooks, please install <code>conda</code> and execute <pre><code class="language-bash">conda env create --file environment.yml</code></pre> <strong>Usage instructions</strong> Execute the command below to run JupyterLab in the appropriate Python environment. <pre><code class="language-bash">conda run --name crafted jupyter-lab</code></pre>



