1#ifndef COLVAR_ROTATION_DERIVATIVE_KERNEL_H
2#define COLVAR_ROTATION_DERIVATIVE_KERNEL_H
5#include "colvar_gpu_support.h"
6#include "colvar_rotation_derivative.h"
8#if defined(COLVARS_CUDA) || defined(COLVARS_HIP)
10namespace colvars_gpu {
12int prepare_derivative(
13 rotation_derivative_dldq dldq,
18 cudaGraphNode_t& node,
20 const std::vector<cudaGraphNode_t>& dependencies);
double real
Defining an abstract real number allows to switch precision.
Definition: colvarmodule.h:98
Collective variables main module.