Skip to content

Commit 6984182

Browse files
committed
Added a not implemented error on a not ended function
1 parent 58a8c07 commit 6984182

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/Utilities.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,7 @@ def get_fix_rotations_CFG(dyn):
595595
assert np.max(np.abs(dyn.q_tot[0])) < 1e-5, "Error, the dynamical matrix must be at Gamma"
596596

597597
nat = dyn.structure.N_atoms
598+
raise NotImplementedError("Error, not yet implemented")
598599
# TODO: To be ended
599600

600601

0 commit comments

Comments
 (0)