Skip to content

Commit 0768a15

Browse files
committed
Added also the broken flag on savephonopy
1 parent 39b262e commit 0768a15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cellconstructor/Phonons.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,6 +1286,7 @@ def save_phonopy(self, path = ".", supercell_size = None, units_ev_ang2 = True,
12861286
12871287
12881288
"""
1289+
raise NotImplementedError("This subroutine to save in phonopy format is broken. Use CC.Methods.tensor2_to_phonopy_fc2 instead.")
12891290
if supercell_size is None:
12901291
supercell_size = self.GetSupercell()
12911292

0 commit comments

Comments
 (0)