struct MopacCParamsΒΆ

struct MopacCParams {
    // fields
 
    int charge;
    int spin;
    int model;
    double tolerance;
    int max_time;
};