Skip to content

[FEATURE] - Add optimizations with Sella/ASE #33

Description

@avcopan

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:

  1. Sella seems to have more robust support for saddle-point/TS optimizations
  2. 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions