Exemple #1
0
 def set_force_constants_zero_with_radius(self, cutoff_radius):
     cutoff_force_constants(self._force_constants,
                            self._supercell,
                            cutoff_radius,
                            symprec=self._symprec)
     self._set_dynamical_matrix()
Exemple #2
0
 def set_force_constants_zero_with_radius(self, cutoff_radius):
     cutoff_force_constants(self._force_constants,
                            self._supercell,
                            cutoff_radius,
                            symprec=self._symprec)