I like the API for qcop and would love to use it as a common interface for energy, hessian, and structure calculations with Sella/ASE, similar to the current geomeTRIC/QCEngine calculators in qcop. The motivation for adding the former is two-fold:
- Sella seems to have more robust support for saddle-point/TS optimizations
- ASE provides a QCEngine-style wrapper around another set of electronic structure codes, in addition to those already present in qcop
In particular, my workflow involves the following list of routines, which might be performed through Sella/ASE:
- ASE: Single-point energy calculations using an ASE calculator (ideally, preserving the option to pass in a custom calculator)
- ASE: Gradient (force) calculations using an ASE calculator
- ASE: Hessian (harmonic vibration) calculations using an ASE calculator
- Sella: Optimization of a minimum-energy (equilibrium) structure using internal coordinates
- Sella: Optimization of a saddle-point (TS) structure using internal coordinates
- Sella: Optimization of a minimum energy structure, subject to one or more constraints of bond distance, angle, etc., also in internal coordinates (for generating relaxed scans)
- Sella: IRC calculation in internal coordinates (lower priority than the other items, but would be nice to have)
I don't need any further tools from ASE, beyond these basic ones. These building blocks would allow me to write my own routines for conformer sampling, relaxed scanning, and transition state finding using qcop.
I like the API for qcop and would love to use it as a common interface for energy, hessian, and structure calculations with Sella/ASE, similar to the current geomeTRIC/QCEngine calculators in qcop. The motivation for adding the former is two-fold:
In particular, my workflow involves the following list of routines, which might be performed through Sella/ASE:
I don't need any further tools from ASE, beyond these basic ones. These building blocks would allow me to write my own routines for conformer sampling, relaxed scanning, and transition state finding using qcop.