.. index:: pair: class; rgpot::MetatomicDlopen .. _doxid-classrgpot_1_1_metatomic_dlopen: class rgpot::MetatomicDlopen ============================ .. toctree:: :hidden: Slow path: no torch headers; loads libmetatomic_engine.so at runtime. Search: config.engine_path, RGPOT_METATOMIC_ENGINE, METATOMIC_ENGINE, bare libmetatomic_engine.so on LD_LIBRARY_PATH / EON_POTENTIALS_PATH. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class MetatomicDlopen { public: // construction :target:`MetatomicDlopen`(const :ref:`MetatomicConfig`& config); :target:`MetatomicDlopen`(const MetatomicDlopen&); :target:`~MetatomicDlopen`(); // methods MetatomicDlopen& :target:`operator=`(const MetatomicDlopen&); bool :target:`available`() const; void :target:`forceImpl`(const :ref:`ForceInput`& in, :ref:`ForceOut`* out) const; };