struct rgpot::MOPACPot::ImplΒΆ

struct Impl {
    // fields
 
    EngineBundle bundle;
    MopacCParams params {};
    std::string engine_path;
    std::vector<double> grad_scratch;
};