Skip to content

Commit

Permalink
Fix --v2 option
Browse files Browse the repository at this point in the history
  • Loading branch information
atztogo committed Apr 21, 2024
1 parent a5fa495 commit 24b6b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phono3py/cui/phono3py_argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ def get_parser(fc_symmetry=False, is_nac=False, load_phono3py_yaml=False):
parser.add_argument(
"--v2",
dest="is_fc3_r0_average",
action="store_true",
default=False,
action="store_false",
default=True,
help="Take average in fc3-r2q transformation around three atoms",
)
parser.add_argument(
Expand Down

0 comments on commit 24b6b06

Please sign in to comment.