You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* :attr:`<T_1>` and :attr:`<T_2>`: Initial and final target temperature (K). The target temperature varies linearly during the run.
28
28
* :attr:`<T_coup>`: Thermostat coupling parameter (in units of timestep). Controls the friction coefficient: :math:`\gamma = 1 / (\text{T\_coup} \times dt)`.
29
29
* :attr:`f_max`: (Optional, default 200) Maximum frequency of the QTB filter in ps\ :sup:`-1`. Should be larger than the highest phonon frequency in the system.
30
30
* :attr:`N_f`: (Optional, default 100) Number of frequency points in the filter. The filter uses :math:`2 N_f` points total.
31
-
* :attr:`seed`: (Optional, default 880302) Random number seed for the colored noise generator.
32
31
33
32
:attr:`npt_qtb`
34
33
^^^^^^^^^^^^^^^
35
34
36
35
Run an NPT simulation with the QTB thermostat and Parrinello-Rahman (MTTK) barostat::
0 commit comments