Skip to content

Commit f0fa54c

Browse files
committed
symbol naming
1 parent 9a948e7 commit f0fa54c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/edipack2py/func_aux_funx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,13 +381,13 @@ def set_phonon_coefficients(self, displacement=None, coupling=None):
381381
382382
"""
383383

384-
set_a_ph = self.library.ed_set_A_ph
384+
set_a_ph = self.library.set_A_ph
385385
set_a_ph.argtypes = [
386386
np.ctypeslib.ndpointer(dtype=float, ndim=1, flags="F_CONTIGUOUS")
387387
]
388388
set_a_ph.restype = None
389389

390-
set_g_ph = self.library.ed_set_G_ph
390+
set_g_ph = self.library.set_G_ph
391391
set_g_ph.argtypes = [
392392
np.ctypeslib.ndpointer(dtype=complex, ndim=2, flags="F_CONTIGUOUS")
393393
]

0 commit comments

Comments
 (0)