Operation¶
- class hoomd.operation.Operation¶
Bases:
AutotunedObject
Represents an operation.
Operations in the HOOMD-blue data scheme are objects that operate on a
hoomd.Simulation
object. They broadly consist of 5 subclasses:Updater
,Writer
,Compute
,Tuner
, andIntegrator
. All HOOMD-blue operations inherit from one of these five base classes. To find the purpose of each class see its documentation.Warning
This class should not be instantiated by users. The class can be used for
isinstance
orissubclass
checks.
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...