pnnl / isicle

In silico chemical library engine for high-accuracy chemical property prediction
BSD 3-Clause "New" or "Revised" License
58 stars 19 forks source link

XTBWrapper does not have attribute .xyz #14

Open jessbade opened 1 year ago

jessbade commented 1 year ago

In the case of running isicle.md.XTBWrapper() to optimize structures then passing this geom to isicle.mdXTBWrapper() to generate conformers, an uncaught error occurs.

min. ex: geom=isicle.load('CCO') geom = geom.initial_optimize(embed=True, forcefield="UFF", ff_iter=200) opts=geom.md(task='optimize') confs=opts.md(task='conformers')

smcolby commented 1 year ago

XTBWrapper should not inherit XYZGeometry or Geometry.

smcolby commented 1 year ago

NWChemWrapper also does this, and should not.