Skip to content

This script is used to calculate the voronoi volume of each sites in a crystal.

Notifications You must be signed in to change notification settings

jzhang-github/VoronoiAnalyse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

VoronoiAnalyse

This script is used to calculate the voronoi volume of each sites in a crystal.

The cutoff threhold shoule be modified in some cases.

How to use this code?

python get_voronoi_volume.py POSCAR 0 32 # Print a list of Voronoi volumes from the first atom to the 32^th atom.

Note:

  1. If you are working on a high-entropy material which the atomic positions distort signifcantly. You may have chance to get a unreasonalble atomic volume. In this case, increase the cutoff in get_all_neighbors() function and pay attention to the error/accuracy, but this will increase the computational cost.

  2. If your structure is not a cubic system, you need to change the fraction volume of atoms by changing this.

About

This script is used to calculate the voronoi volume of each sites in a crystal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages