Tieyuan BIAN
Tieyuan BIAN
Hi, I noticed that in GPUMD tutorial. The cutoff and displacement can be changed in `compute_phonon` keyword of run.in. However I did not see how to change this in mdapy...
Hi developers, It seems that some pictures in _Tutorials-Defining system_ and _Tutorials-2D Perovskite_ are missing. It is hard to know the bonding and connection introduced in these parts.  
Hi, I first filtered 21 bands from PROCAR, and then used following code to plot isoenergy fermi 2D surface. But it raise a index error: `IndexError: tuple index out of...
Hi everyone. I plotted using Fermi2D by three different versions of PyProcar with the same input files. Between versions 6.1.6 and 6.2.1, the differences mainly stem from: - Version 6.1.6...
Hello developers, I used the following code to generate a plot. ```python import pyprocar import os dirname = "S-MBA-set2" spin_projection = "z" energy = 1.9 pyprocar.fermi2D( code="vasp", dirname=dirname, fermi=-0.2504, arrow_size=0.15,...