Skip to content

Commit

Permalink
change the default geometry for SF
Browse files Browse the repository at this point in the history
  • Loading branch information
Chenggong committed Aug 6, 2023
1 parent 3459a32 commit f54d2df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/count_cylinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def prepare_non_water(sf, K_name, non_wat):
metavar="float",
help="Radius of the cylinder in Å. Default 2.5",
type=float,
default=2.5)
default=3.5)
parser.add_argument("-S0_Rad",
dest="s0_rad",
metavar="float",
Expand All @@ -358,7 +358,7 @@ def prepare_non_water(sf, K_name, non_wat):
metavar="float",
help="Radius cutoff of the S5 in Å. Default value is 8. You might see double occupation",
type=float,
default=8)
default=9)
parser.add_argument("-SF_seq",
dest="SF_seq",
metavar="list of string",
Expand Down

0 comments on commit f54d2df

Please sign in to comment.