A python script to perform Non Covalent Interactions index (NCI) analysis using electron density calculated by VASP (from CHGCAR files).
Please cite: https://github.com/QiDawei98/Flower_Lane
Place your CHGCAR in the path specified in script then run it. The calculation may take 15 minutes or longer depending on your system.
Open the resulting RDG (Reduced Density Gradient) file in Vesta, then use edit > edit data > volumetric data to load sl2rho file to surface coloring. Set the isosurface value to 0.5. Vesta will then render regions for non-covalent interactions, using color to indicate their nature (attractive, repulsive).
The program uses finite difference method on RBF interpolated data points. Visually, the results are indistinguishable from direct finite difference gradients calculated on cubic crystal systems using numpy.gradient and without interpolation.
An update with a faster algorithm is on the to-do list for when time permits!
This is a collaborative work with Wang Xiu. We created the first fully functional prototype program together.
Email me for ANY inquiry:
qidawei98@outlook.com