NPBentley / CASTEP_bands

A Python module for performing band structure manipulation and generating publication quality plots.
MIT License
1 stars 1 forks source link

Phonon Dispersion Support #16

Closed Inker2401 closed 1 week ago

Inker2401 commented 3 weeks ago

Plotting of phonon band structures would be useful and also possible within the existing code machinery.

Some code may need to be refactored to expose it to a new phonon module which would eliminate code duplication where possible.

Inker2401 commented 1 week ago

Basic phonon support has now been added in PR #17

Quality of life improvements will be added in the future.