コード例 #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()
コード例 #2
0
ファイル: __init__.py プロジェクト: shanghui/phonopy
 def set_force_constants_zero_with_radius(self, cutoff_radius):
     cutoff_force_constants(self._force_constants,
                            self._supercell,
                            cutoff_radius,
                            symprec=self._symprec)