Have the Q-Chem calculator inherit from `GenericFileIOCalculator`
Andrew-S-Rosen opened this issue · 0 comments
Andrew-S-Rosen commented
What would you like to report?
The custom Q-Chem calculator currently inherits from FileIOCalculator
, which is being phased out. We should make it inherit from GenericFileIOCalculator
instead.
There was an initial attempt made in https://github.com/Quantum-Accelerators/quacc/pull/1119/files.