Thermostatted¶
- class hoomd.md.methods.Thermostatted¶
Bases:
Method
Base class for thermostatted integrators.
Provides a common interface for all methods using thermostats
Note
Users should use the subclasses and not instantiate
Thermostatted
directly.
Members inherited from
AutotunedObject
:- property kernel_parameters¶
Kernel parameters.
Read more...
- property is_tuning_complete¶
Check if kernel parameter tuning is complete.
Read more...
- tune_kernel_parameters()¶
Start tuning kernel parameters.
Read more...
Members defined in
Thermostatted
:- thermostat¶
Temperature control for the integrator.
Examples:
nvt.thermostat.kT = 1.0
nvt.thermostat = hoomd.md.methods.thermostats.Bussi(kT=0.5)