Skip to content

Commit 6c94a27

Browse files
committedMay 27, 2024·
Update files submodule
1 parent 9707908 commit 6c94a27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎files

Submodule files updated 135 files

‎src/sisl/io/siesta/vibra.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def _r_next_eigenmode(self):
200200
line = self.readline()
201201
mode[imode, :, iatom].imag = list(map(float, line.split()))
202202

203-
info = dict(k=self._convert_k(k), parent=self._parent, gauge="r")
203+
info = dict(k=self._convert_k(k), parent=self._parent, gauge="orbital")
204204
return EigenmodePhonon(mode.reshape(self._nmodes, -1), c * _cm1_eV, **info)
205205

206206
def yield_eigenmode(self):

0 commit comments

Comments
 (0)
Please sign in to comment.