<?xml version='1.0' encoding='utf-8'?>
<eprints xmlns='http://eprints.org/ep2/data/2.0'>
  <eprint id='https://researchdata.bath.ac.uk/id/eprint/545'>
    <eprintid>545</eprintid>
    <rev_number>32</rev_number>
    <documents>
      <document id='https://researchdata.bath.ac.uk/id/document/9559'>
        <docid>9559</docid>
        <rev_number>2</rev_number>
        <files>
          <file id='https://researchdata.bath.ac.uk/id/file/27231'>
            <fileid>27231</fileid>
            <datasetid>document</datasetid>
            <objectid>9559</objectid>
            <filename>data_Mg_F_TiO2-master.zip</filename>
            <mime_type>application/zip</mime_type>
            <hash>ceff6154d7d4eb50fbc6468ef02fd3a4</hash>
            <hash_type>MD5</hash_type>
            <filesize>900733734</filesize>
            <mtime>2018-08-16 09:54:34</mtime>
            <url>https://researchdata.bath.ac.uk/545/1/data_Mg_F_TiO2-master.zip</url>
          </file>
        </files>
        <eprintid>545</eprintid>
        <pos>1</pos>
        <placement>1</placement>
        <mime_type>application/zip</mime_type>
        <format>other</format>
        <formatdesc>This dataset contains DFT calculation inputs and outpus and analysis codes for calculation of Mg intercalation energies into (OH,F)-substituted anatase TiO2. More details on these calculations and analysis are given in Ma et al., Chem. Comm. 2018: &quot;Controlled Hydroxy-Fluorination Reaction of Anatase to Promote Mg2+ Mobility in Rechargeable Magnesium Batteries&quot;</formatdesc>
        <language>en</language>
        <security>public</security>
        <license>cc_by</license>
        <main>data_Mg_F_TiO2-master.zip</main>
        <content>data</content>
      </document>
      <document id='https://researchdata.bath.ac.uk/id/document/9560'>
        <docid>9560</docid>
        <rev_number>2</rev_number>
        <files>
          <file id='https://researchdata.bath.ac.uk/id/file/27235'>
            <fileid>27235</fileid>
            <datasetid>document</datasetid>
            <objectid>9560</objectid>
            <filename>README.md</filename>
            <mime_type>text/plain</mime_type>
            <hash>32e5cbc086a785af59fd1deaf20f209c</hash>
            <hash_type>MD5</hash_type>
            <filesize>4467</filesize>
            <mtime>2018-08-16 10:08:12</mtime>
            <url>https://researchdata.bath.ac.uk/545/2/README.md</url>
          </file>
        </files>
        <eprintid>545</eprintid>
        <pos>2</pos>
        <placement>2</placement>
        <mime_type>text/plain</mime_type>
        <format>other</format>
        <formatdesc>Markdown README file.</formatdesc>
        <language>en</language>
        <security>public</security>
        <license>cc_by</license>
        <main>README.md</main>
        <content>template</content>
      </document>
    </documents>
    <eprint_status>archive</eprint_status>
    <userid>5745</userid>
    <dir>disk0/00/00/05/45</dir>
    <datestamp>2018-08-17 08:13:23</datestamp>
    <lastmod>2024-07-15 10:58:54</lastmod>
    <status_changed>2018-08-17 08:13:23</status_changed>
    <type>data_collection</type>
    <metadata_visibility>show</metadata_visibility>
    <creators>
      <item>
        <name>
          <family>Morgan</family>
          <given>Benjamin</given>
        </name>
        <id>B.J.Morgan@bath.ac.uk</id>
        <orcid>0000-0002-3056-8233</orcid>
        <affiliation>University of Bath</affiliation>
        <contact>TRUE</contact>
      </item>
    </creators>
    <title>DFT Dataset: Mg Intercalation into (OH,F)-Substituted Anatase TiO2</title>
    <divisions>
      <item>dept_chem</item>
    </divisions>
    <abstract>DFT calculation inputs and output, and analysis code to support the computational results in &quot;Controlled Fluorination Reaction of Anatase to Promote Mg2+ Mobility in Rechargeable Magnesium Batteries&quot; Ma et al. Chem. Comm. 2018.</abstract>
    <date>2018-08-17</date>
    <publisher>University of Bath</publisher>
    <full_text_status>public</full_text_status>
    <corp_contributors>
      <item>
        <type>RightsHolder</type>
        <corpname>University of Bath</corpname>
      </item>
    </corp_contributors>
    <funding>
      <item>
        <funder_name>Engineering and Physical Sciences Research Council</funder_name>
        <funder_id>https://doi.org/10.13039/501100000266</funder_id>
        <grant_id>FIRG003</grant_id>
        <project_name>Faraday Institute Call - Multi-Scale Modelling</project_name>
      </item>
      <item>
        <funder_name>Royal Society</funder_name>
        <funder_id>https://doi.org/10.13039/501100000288</funder_id>
        <grant_id>UF130329</grant_id>
        <project_name>Dr B Morgan URF - Modelling Collective Lithium-Ion Dynamics in Battery Materials</project_name>
      </item>
    </funding>
    <collection_method>All DFT calculations were performed using VASP 5.4.4 (vasp.5.4.4.18Apr17-6-g9f103f2a35).</collection_method>
    <provenance>The VASP output data have been parsed and collated using the `vasp_summary` script contained in the `vasppy` Python package.

This dataset is then used to calculate a set of Mg intercalation energies within a Jupyter notebook.

The data parsing and analysis steps are described as a Snakemake workflow.</provenance>
    <techinfo>The .zip archive can be extracted by most zip applications.

To rerun the DFT calculations in this dataset the appropriate pseudopotentials are needed. These are not included in this dataset due to the VASP license conditions. Each calculation directory contains a corresponding `POTCAR.spec` file that specifies the pseudopotentials used. These calculations use pseudopotentials from the VASP 5.4 set.

The data analysis workflow has the following Python package requirements:
```
numpy 
pandas 
vasppy &gt;= 0.4.0.4 
jupyter 
version-information 
matplotlib 
snakemake 
pyyaml 
nbconvert &gt;= 4.2.0 
```

From the top level directory, the analysis workflow can be run from a *nix command prompt with
```
pip install -r requirements
snakemake clean
snakemake
```

Full details are given in the top-level `README.md` file</techinfo>
    <collection_date>
      <date_from>2018-07-01</date_from>
      <date_to>2018-08-15</date_to>
    </collection_date>
    <language>en</language>
    <version>1</version>
    <doi>10.15125/BATH-00545</doi>
    <related_resources>
      <item>
        <link>https://doi.org/10.15125/BATH-00473</link>
        <type>data</type>
      </item>
      <item>
        <link>https://doi.org/10.1039/C8CC04136A</link>
        <type>pub</type>
      </item>
    </related_resources>
  </eprint>
</eprints>
