Action: BF_SINE
| Module | ves |
|---|---|
| Description | Usage |
| Fourier sine basis functions. |
Details and examples
Fourier sine basis functions.
Use as basis functions Fourier sine series defined on a periodic interval. You need to provide the periodic interval on which the basis functions are to be used, and the order of the expansion (i.e. the highest Fourier sine mode used). The total number of basis functions is as the constant is also included. These basis functions should only be used for periodic CVs. They can be useful if the periodic function being expanded is an odd function, i.e. .
The Fourier sine basis functions are given by
where is the periodicity of the interval. They are orthogonal over the interval
Examples
Here we employ a Fourier sine expansion of order 10 over the periodic interval to . This results in a total number of 11 basis functions. The label used to identify the basis function action can then be referenced later on in the input file.
BF_SINEFourier sine basis functions. More details MINIMUMThe minimum of the interval on which the basis functions are defined=-pi MAXIMUMThe maximum of the interval on which the basis functions are defined=+pi ORDERThe order of the basis function expansion=10 LABELa label for the action so that its output can be referenced in the input to other actions=bfS
Full list of keywords
The following table describes the keywords and options that can be used with this action
| Keyword | Type | Default | Description |
|---|---|---|---|
| ORDER | compulsory | none | The order of the basis function expansion |
| MINIMUM | compulsory | none | The minimum of the interval on which the basis functions are defined |
| MAXIMUM | compulsory | none | The maximum of the interval on which the basis functions are defined |
| DEBUG_INFOThis keyword do not have examples | optional | false | Print out more detailed information about the basis set |
| NUMERICAL_INTEGRALSThis keyword do not have examples | optional | false | Calculate basis function integral for the uniform distribution numerically |