STORMM Source Documentation
Loading...
Searching...
No Matches
small_molecule_batch.h
1// -*-c++-*-
2#ifndef STORMM_SMALL_MOLECULE_BATCH_H
3#define STORMM_SMALL_MOLECULE_BATCH_H
4
5#include "copyright.h"
6
7namespace stormm {
8namespace mm {
9
12constexpr int max_smmol_atom_count_tiny_block = 96;
13constexpr int max_smmol_atom_count_small_block = 192;
14constexpr int max_smmol_atom_count_medium_block = 384;
15constexpr int max_smmol_atom_count_large_block = 720;
17
22
23
24} // namespace mm
25} // namespace stormm
26
27#include "small_molecule_batch.tpp"
28
29#endif