Skip to content

Commit

Permalink
update default value for neighbor cut off
Browse files Browse the repository at this point in the history
  • Loading branch information
MBueschelberger committed Sep 14, 2023
1 parent ac28089 commit a3cc0e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osp/tools/mapping_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ def map_PLAMSSettings(workdir: str, root_cuds_object: Cuds) -> PlamsSettings:
# Hardcoded defaults
syntactic_settings.input.AMS.PESExploration.StructureComparison.DistanceDifference = 0.2
syntactic_settings.input.AMS.PESExploration.StructureComparison.EnergyDifference = 0.05
syntactic_settings.input.AMS.PESExploration.StructureComparison.NeighborCutoff = 2.5
syntactic_settings.input.AMS.PESExploration.StructureComparison.NeighborCutoff = 2.4
syntactic_settings.input.AMS.PESExploration.BindingSites.DistanceDifference = 0.1

syntactic_settings.input.AMS.PESExploration.RandomSeed = \
Expand Down Expand Up @@ -590,7 +590,7 @@ def map_PLAMSSettings(workdir: str, root_cuds_object: Cuds) -> PlamsSettings:
syntactic_settings.input.AMS.PESExploration.StructureComparison.\
EnergyDifference = 0.05
syntactic_settings.input.AMS.PESExploration.StructureComparison.\
NeighborCutoff = 2.5
NeighborCutoff = 2.4

elif semantic_settings['Calculation'] == "StationaryPointCalculation":
syntactic_settings.input.AMS.task = "TransitionStateSearch"
Expand Down

0 comments on commit a3cc0e7

Please sign in to comment.