PSCF v1.2
|
The PredCorrBdStep classes used by both the pscf_pc and pscf_pg programs implements a predictor corrector Brownian dynamics step algorithm.
Two closely analogous classes named Pscf::Rpc::PredCorrBdStep and Pscf::Rpg::PredCorrBdStep are used to implement this algorithm for the pscf_pc program (using a standard CPU) and for the pscf_pg program (using GPU acceleration), respectively These classes implement the same algorithm and use the same parameter file format, as documented below for both.
A general discussion of conventions used in PSCF for BD step algorithms is given here. In what follows, we refer to the fields or fields that are stochastically sampled as \( W_{-} \), or as exchange fields, and the field or fields that are chosen to satisfy a partial saddle point condition as \( W_{+} \). All exchange fields must be associated with negative eigenvalues of the projecte chi matrix. Each step of the predictor corrector algorithm involves the following stages:
The only parameter need by this algorithm is a required parameter named "mobility", which gives the value of parameter denoted by \( \gamma \) in the our description of an explicit Euler algorithm.
A typical example of the contents of the block is shown below:
The format of this block is simply
The mobility parameter is requred.