Gromacs
2025.0-dev-20241011-013a99c
|
Convenience typedef of the test input parameters.
Public Types | |
using | TupleT = std::tuple< NbnxmKernelType, CoulombKernelType, int, EnergyHandling > |
This type must match the layout of KernelInputParameters . | |
Public Member Functions | |
KernelInputParameters (TupleT t) | |
Public Attributes | |
NbnxmKernelType | kernelType |
The kernel type and cluster pair layout. | |
CoulombKernelType | coulombKernelType |
The Coulomb kernel type. | |
int | vdwKernelType |
The VdW interaction type. | |
EnergyHandling | energyHandling = EnergyHandling::NoEnergies |
How to handle energy computations. | |