.. index:: pair: struct; RgpotMtaConfig .. _doxid-struct_rgpot_mta_config: struct RgpotMtaConfig ===================== .. toctree:: :hidden: Overview ~~~~~~~~ Flat config (subset of MetatomicConfig). :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct RgpotMtaConfig { // fields const char* :target:`model_path`; const char* :target:`device`; const char* :target:`length_unit`; const char* :target:`extensions_directory`; int :target:`check_consistency`; double :target:`uncertainty_threshold`; const char* :target:`dtype_override`; int :target:`random_rotation`; long :target:`n_symmetry_rotations`; int :target:`so3_probe_scatter`; int :ref:`torch_determinism_strict`; }; .. _details-struct_rgpot_mta_config: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Flat config (subset of MetatomicConfig). NULL strings => empty/default. Fields ------ .. index:: pair: variable; torch_determinism_strict .. _doxid-struct_rgpot_mta_config_1af567f59e7015736c36a2b187a94453b8: .. ref-code-block:: cpp :class: doxyrest-title-code-block int torch_determinism_strict 0=Fast, 1=Strict