Shortcut: MFILTER_LESS
| Module | multicolvar |
|---|---|
| Description | Usage |
| Apply a switching function to the input vector. | |
| output value | type |
| a vector that has the same dimension as the input vector with elements equal to one if the corresponding component of the vector is less than a tolerance and zero otherwise | vector |
Deprecated
This action has been deprecated and is no longer supported. Use LESS_THAN instead.
Details and examples
Apply a switching function to the input vector.
This action has been depracated as it is equivalent to LESS_THAN.
Full list of keywords
The following table describes the keywords and options that can be used with this action
| Keyword | Type | Default | Description |
|---|---|---|---|
| DATA | compulsory | none | the vector you wish to transform |
| SWITCH | compulsory | none | the switching function that transform |