Skip to content

Commit

Permalink
Models: Phonons: use 'fast' mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
farhi committed Mar 21, 2017
1 parent 1cd4146 commit a1bc4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Models/Factory/private/sqw_phonons_argin.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
options.htmlreport = 0;
options.dos = 0;
options.optimizer = '';
options.accuracy = 'accurate'; % can be 'fast' (use symmetry, forward difference) or 'accurate' (much slower)
options.accuracy = 'fast'; % can be 'fast' (use symmetry, forward difference) or 'accurate' (much slower)
options.disp = 0.01; % displacement of atoms in Angs

% read input arguments
Expand Down

0 comments on commit a1bc4da

Please sign in to comment.