struct rgpot::NWChemPot::ImplΒΆ

struct Impl {
    // fields
 
    EngineBundle bundle;
    std::vector<::capnp::word> params_words;
    std::vector<::capnp::word> abi_params_words;
    std::string engine_path;
    std::string nwchem_root;
    std::vector<double> grad_scratch;
 
    // methods
 
    void store(const ::NWChemParams::Reader& params);
};