File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,3 @@ def _remapping_gaussian_stddev(dct):
5555)
5656
5757
58- # shooting_selector_compiler = CategoryCompiler(
59- # type_dispatch={
60- # 'uniform': build_uniform_selector,
61- # 'gaussian': build_gaussian_selector,
62- # },
63- # label='shooting-point-selectors'
64- # )
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ def _group_parameter(group_name):
7171 REPLACE_TRUE_PARAMETER
7272 ],
7373 name = 'nearest-neighbor-repex' ,
74- description = ("Use replica exchange only between neearest -neighbor "
75- "interfaces in this move scheme" ),
74+ description = ("Use replica exchange only between nearest -neighbor "
75+ "interfaces in this move scheme. " ),
7676)
7777
7878build_all_set_repex_strategy = StrategyCompilerPlugin (
You can’t perform that action at this time.
0 commit comments