QijingZheng / VaspBandUnfolding

A collection of python scripts that deal with VASP outpts, e.g. WAVECAR, POTCAR etc.
198 stars 89 forks source link

Change np.float and np.complex type #21

Closed boyoungzheng closed 1 year ago

boyoungzheng commented 1 year ago

Deprecation error raised from numpy which suggested the following. np.float -> np.float64 np.complex -> np.complex128

https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations