IMIX = 0 | 1 | 2 | 4
Default: IMIX = 4
Description: IMIX specifies the type of mixing.
![{\displaystyle \rho_{\rm mix}=\rho_{\rm out}}](/wiki/index.php?title=Special:MathShowImage&hash=62c0066a1d9454d4df732f7e7a855b64&mode=mathml)
- The mixed density is given by
![{\displaystyle \rho_{\rm mix}\left(G\right)=\rho_{\rm in}\left(G\right)+A \frac{G^2}{G^2+B^2}\Bigl(\rho_{\rm out}\left(G\right)-\rho_{\rm in}\left(G\right)\Bigr)}](/wiki/index.php?title=Special:MathShowImage&hash=bf1d37d5035998e634fcb985efca674f&mode=mathml)
- with
=AMIX and
=BMIX
- If BMIX is chosen to be very small, e.g. BMIX=0.0001, a simple straight mixing is obtained. Please mind, that BMIX=0 might cause floating point exceptions on some platforms.
- IMIX=2: A variant of the popular Tchebycheff mixing scheme.[2]
- In our implementation a second order equation of motion is used, that reads:
![{\displaystyle \ddot{\rho}_{\rm in}\left(G\right) = 2*A \frac{G^2}{G^2+B^2}\Bigl(\rho_{\rm out}\left(G\right)-\rho_{\rm in}\left(G\right)\Bigr)-\mu \dot{\rho}_{\rm in}\left(G\right)}](/wiki/index.php?title=Special:MathShowImage&hash=ae56fcc1632e0eadd4abb4aadfb8a6cc&mode=mathml)
- with
=AMIX,
=BMIX, and
=AMIN.
- A simple velocity Verlet algorithm is used to integrate this equation, and the discretized equation reads (the index N now refers to the electronic iteration, F is the force acting on the charge):
![{\displaystyle \dot{\rho}_{N+1/2} = \Bigl(\left(1-\mu/2\right) \dot{\rho}_{N-1/2} + 2*F_N \Bigr)/\left(1+\mu/2\right)}](/wiki/index.php?title=Special:MathShowImage&hash=1a9b9d96988982d4ada80eba6f1065ef&mode=mathml)
- where
![{\displaystyle F\left(G\right)=A\frac{G^2}{G^2+B^2} \Bigl(\rho_{\rm out}\left(G\right)-\rho_{\rm in}\left(G\right)\Bigr)}](/wiki/index.php?title=Special:MathShowImage&hash=9cb1f346d4c46b1eea244f2f0cbca8b1&mode=mathml)
- and
.
Related Tags and Sections
INIMIX,
MAXMIX,
AMIX,
BMIX,
AMIX_MAG,
BMIX_MAG,
AMIN,
MIXPRE,
WC
References
Contents