From 18eaa95f8006e30c062e41cc91f46759ea7a6715 Mon Sep 17 00:00:00 2001 From: Atsushi Togo Date: Tue, 16 Sep 2014 16:12:52 +0900 Subject: [PATCH] Minor modification --- scripts/phonopy | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/phonopy b/scripts/phonopy index 1c78f496..1a11ed98 100755 --- a/scripts/phonopy +++ b/scripts/phonopy @@ -639,6 +639,7 @@ if run_mode != 'displacements': if run_mode == 'displacements': phonon = Phonopy(unitcell, settings.get_supercell_matrix(), + primitive_matrix=settings.get_primitive_matrix(), factor=factor, is_auto_displacements=False, symprec=options.symprec,