2#ifndef STORMM_HPC_TRIM_H
3#define STORMM_HPC_TRIM_H
6#include "Accelerator/gpu_details.h"
7#include "Synthesis/synthesis_abstracts.h"
8#include "Synthesis/phasespace_synthesis.h"
9#include "motion_sweeper.h"
14using card::GpuDetails;
15using synthesis::PsSynthesisReader;
16using synthesis::PsSynthesisWriter;
17using synthesis::SyAtomUpdateKit;
Pertinent aspects of one particular GPU. Condensing the data for each GPU in this manner helps to ens...
Definition gpu_details.h:27
The reader for a PhaseSpaceSynthesis object, containing all of the data relevant for propagating dyna...
Definition phasespace_synthesis.h:199
The writer for a PhaseSpaceSynthesis object, containing all of the data relevant for propagating dyna...
Definition phasespace_synthesis.h:87
Collect the virtual site details and constraint parameters of the topology synthesis into a single ab...
Definition synthesis_abstracts.h:257
Read-only abstract of the MotionSweeper class, below, with const pointers to non-modifiable data.
Definition motion_sweeper.h:117
Abstract of the MotionSweeper class, below, with non-const pointers to modifiable data.
Definition motion_sweeper.h:21