DRIVER

References: Ceriotti2014, Kapil2016

This section defines the parameters needed to run in i-PI driver mode. [Edit on GitHub]

Keywords

Keyword descriptions

HOST

Type: string
Default: localhost
Usage: host

Description: Host name for the i-PI server.

Mentions:i-PI

[Edit on GitHub]

PORT

Type: integer
Default: 12345
Usage: port

Description: Port number for the i-PI server.

Mentions:i-PI

[Edit on GitHub]

PREFIX

Type: string
Default: ipi
Usage: PREFIX ipi

Description: Prefix used to build the path of the UNIX socket file, as /tmp/_. Only relevant if UNIX is set to true.

[Edit on GitHub]

SLEEP_TIME

Type: real
Default: 1.00000000E-002
Usage: SLEEP_TIME 0.1

Description: Sleeping time while waiting for for driver commands [s].

[Edit on GitHub]

UNIX

Type: logical
Default: F
Lone keyword: T
Usage: unix LOGICAL

Description: Use a UNIX socket rather than an INET socket.

Mentions:i-PI

[Edit on GitHub]