Skip to content

Commit

Permalink
Changed the criterion to detect the symmetry breaking of the Born eff…
Browse files Browse the repository at this point in the history
…ective charges
  • Loading branch information
ttadano committed Nov 6, 2017
1 parent 7c57377 commit 13ea1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anphon/dynamical.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ void Dynamical::load_born()
}
}

if (diff_sym > 0.1) {
if (diff_sym > 0.5) {
std::cout << std::endl;
std::cout << " WARNING: Born effective charges are inconsistent with the crystal symmetry." << std::endl;
}
Expand Down

0 comments on commit 13ea1db

Please sign in to comment.