struct rgpot::TBLiteConfigΒΆ

struct TBLiteConfig {
    // fields
 
    TBLiteMethod method = TBLiteMethod::GFN2;
    double accuracy = 1.0;
    double electronic_temperature = 300.0;
    int max_iterations = 250;
    double charge = 0.0;
    int uhf = 0;
};