.. index:: pair: struct; rgpot::UmaPot::Impl .. _doxid-structrgpot_1_1_uma_pot_1_1_impl: struct rgpot::UmaPot::Impl ========================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct Impl { // fields torch::Device :target:`device` {torch::kCPU}; torch::ScalarType :target:`dtype` {torch::kFloat32}; double :target:`cutoff` {6.0}; double :target:`molecular_box` {0.0}; int :target:`max_neighbors` {300}; int64_t :target:`batch_max` {0}; std::unique_ptr :target:`loader`; std::mutex :target:`mutex`; };