-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: more control of averaging potentials (#1970)
Co-authored-by: Adam Washington <[email protected]>
- Loading branch information
Showing
5 changed files
with
215 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
web/docs/userguide/modules/forcefield/epsrmanager/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: EPSR Manager (Module) | ||
linkTitle: EPSR Manager | ||
description: Modify and average the empirical potential. | ||
--- | ||
|
||
## Overview | ||
|
||
The `EPSR Manager` module allows for the modification, by a fixed multiplier, and averaging over a set number of iterations, of empirial potentials that is calculated via the {{< module "EPSR" >}} module. It can also be used to combine the potentials from several {{< module "EPSR" >}} modules. | ||
|
||
## Options | ||
|
||
### Targets | ||
|
||
|Keyword|Arguments|Default|Description| | ||
|:------|:--:|:-----:|-----------| | ||
|`Target`|`EPSR`|--|{{< required-label >}}Specifies the EPSR modules on which to operate.| | ||
|
||
### Potential Scaling | ||
|
||
|Keyword|Arguments|Default|Description| | ||
|:------|:--:|:-----:|-----------| | ||
|`PotScale`|`Potential Set`|--|{{< required-label >}}Specifies the Potential Pair and the modifier to use e.g. Si-O=2.0 would increase the Si-O potential by a factor of 2.0.| | ||
|
||
### Averaging | ||
|
||
|Keyword|Arguments|Default|Description| | ||
|:------|:--:|:-----:|-----------| | ||
|`Averaging`|`int`|`OFF`|Number of historical datasets to combine into final potentials| | ||
|`AveragingScheme`|[`AveragingScheme`]({{< ref "averagingscheme" >}})|`Linear`|Weighting scheme to use when averaging data| |
0537da1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.BM_HistogramBinning_3d/16777216
66.30447016287019
ns/iter29.710761252554846
ns/iter2.23
This comment was automatically generated by workflow using github-action-benchmark.
CC: @disorderedmaterials/dissolve-devs