ABF:Controls: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "Navigation: Documentation / Methods / Adaptive Biasing Force Method / ABF:Controls ---- __NOEDITSECTION__ __NOTOC__ The behaviour of the ABF method is controll...")
 
No edit summary
Line 2: Line 2:
----
----
__NOEDITSECTION__ __NOTOC__
__NOEDITSECTION__ __NOTOC__
The behaviour of the ABF method is controlled by the setup provided in the [abf] and eventually [abf-walker] sections. Both sections belong to the {PMFLIB} group.
The behavior of the ABF method is controlled by the setup provided in the [abf] and eventually [abf-walker] sections. Both sections belong to the {PMFLIB} group.


==[abf]==
==[abf]==
Line 83: Line 83:




The optional section [abf-walker] provides information about the access to the ABF multiple walkers server. This MWA extension of ABF is described in details in [[ABF:Multiple walkers approach]].
The optional section [abf-walker] provides information about access to the MWA server. The MWA extension is described in detail in [[ABF:Multiple walkers approach]].


==[abf-walker]==
==[abf-walker]==
Line 95: Line 95:
|  
|  
| [[Control key types|string]]
| [[Control key types|string]]
| The name of file with a server key. The server key contains information about the server name, the port number and the server password. The file is generated by the abf-server utility, when the MWA server is started. This option is mutually exclusive with the fserver and fpassword options.
| The name of a file with a server key. The server key contains information about the server name, the port number, and the server password. The file is generated by the mwa-server utility, when the MWA server is started.   
|- style="vertical-align: top;"
| fserver
|
| [[Control key types|string]]
| The access to the MWA server in the format: abf://server_name[:port]. The server_name is the DNS name of the server and the port is the number of port on which the server is listenning. This option is mutually exclusive with the fserverkey key, which has precedence. It means that both fserver and fpassword options are not processed if the fserverkey is provided.   
|- style="vertical-align: top; background-color: #f6f6f6;"
| fpassword
|
| [[Control key types|string]]
| The password to access the MWA server. This option is mutually exclusive with the fserverkey key, which has precedence. It means that both fserver and fpassword options are not processed if the fserverkey is provided. 
|- style="vertical-align: top;"
|- style="vertical-align: top;"
| fserverupdate
| fserverupdate
| 500
| 20000
| [[Control key types|integer]]
| [[Control key types|integer]]
| The number of MD steps between exchanges of data with the MWA server. Since data are exchanged in a connect/send/receive/disconnect mode, exchanges should not occur too often in the real time.  
| The number of MD steps between exchanges of data with the MWA server. Since data are exchanged in a connect/send/receive/disconnect mode, exchanges should not occur too often in the real time.  

Navigation menu