Skip to content

Commit

Permalink
Added method to save renormalized phonon dispersion
Browse files Browse the repository at this point in the history
  • Loading branch information
santamariafg committed Apr 23, 2024
1 parent 2a7875b commit 1d2165e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dynaphopy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -980,10 +980,6 @@ def phonon_individual_analysis_cross(self):
)
return

def plot_inverse_power_spectrum(self):
ps = self.get_power_spectrum_phonon()
correlation = numpy.fft.ifft(ps[:])

def plot_power_spectrum_full(self):

fig, ax1 = plt.subplots()
Expand Down

0 comments on commit 1d2165e

Please sign in to comment.