https://github.com/fernandezfran/lithiation_protocol

Lithiation of amorphous silicon protocol

https://github.com/fernandezfran/lithiation_protocol

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 6 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.1%) to scientific vocabulary

Keywords

delunay delunay-triangulation lithium-ion-batteries python voronoi voronoi-diagram
Last synced: 4 months ago · JSON representation

Repository

Lithiation of amorphous silicon protocol

Basic Info
  • Host: GitHub
  • Owner: fernandezfran
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 61.5 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
delunay delunay-triangulation lithium-ion-batteries python voronoi voronoi-diagram
Created over 3 years ago · Last pushed about 2 years ago
Metadata Files
Readme License

README.md

Lithiation protocol of Si

PRB MIT

We start with an amorphous silicon (a-Si) structure and follow the next protocol:

  1. add a Li atom at the center of the largest spherical void, to find the largest spherical void, the centers of the Delaunay triangulation are found, which correspond to the vertices of a Voronoi diagram, the distance from these points to all the atoms is calculated, the smallest one is selected and then the largest of these corresponds to the empty sphere with the largest radius.

  2. increase the volume and scale the coordinates, this is done to follow the experimental expansion of the system.

  3. perform a local LBFGS minimization, with DFTB+ software.

  4. simulate an NPT molecular dynamics, with DFTB+ software.

  5. select the frame with minimum absolute pressure,

  6. with x defined as number of Li atoms per Si atoms if x is less than 3.75 goto point 1 else finish.

This protocol is slightly similar to the one proposed by Chevrier and Dahn, also for the lithiation of a-Si. To make the process faster, multiple atoms of lithium can be added at a time and expanding the volume and the coordinates in each one of them. The authors checked with DFT that a step of x=0.25 in LixSi does not alter the results, which corresponds with 16 Li atoms for the a-Si64 initial structure.

Structures obtained with this code were published in this article and are available in this public repo.

Requirements

Python3.8+ and MDAnalysis (which also install NumPy and SciPy):

pip install -U MDAnalysis

You also need a DFTB+ executable and the set of parameters for the LiSi interaction in the params directory (these parameters can be downloaded here). Also, hsd input files for DFTB+ LBFGS minimization and NPT simulation must be provided in the respective directories.

Usage

``` $ python3 main.py --help usage: main.py [-h] [--restart-from RESTARTFROM] [--nsteps NSTEPS] [--expansion-factor EXPANSION_FACTOR] [--nsi NSI] [--xfull XFULL] [--box-size BOXSIZE]

Lithiation protocol for an amorphous Si structure

optional arguments: -h, --help show this help message and exit --restart-from RESTARTFROM restart from a given structure RESTARTFROM, e.g. Li55Si64 --nsteps NSTEPS number of simultaneous lithium insertions, e.g. 3 --expansion-factor EXPANSIONFACTOR the volume expansion of adding a lithium atom in the structure --nsi NSI number of atoms of Si in the initial amorphous structure, e.g. 64 --xfull XFULL the maximum x value --box-size BOXSIZE the initial size of the box ```

Owner

  • Name: Francisco Fernandez
  • Login: fernandezfran
  • Kind: user
  • Location: Córdoba, Argentina
  • Company: FAMAF, UNC

Computational Physicist

GitHub Events

Total
Last Year