MolSSI / QCFractal

A distributed compute and database platform for quantum chemistry.
https://molssi.github.io/QCFractal/
BSD 3-Clause "New" or "Revised" License
143 stars 47 forks source link

NEBRecord can return final_chain now. #771

Closed hjnpark closed 4 months ago

hjnpark commented 9 months ago

Description

NEBRecord can return a list of SinglepointRecord instances that correspond to the chain from the last NEB iteration. If optimization of the guessed transition state structure (neb result) is requested, its SinglepointRecord with the Hessian is saved in the NEBSinglepoint with a key value of -1. test_full_neb.py has been updated.

Changelog description

record_models.py, record_socket.py, and test_full_neb.py for the NEB service were updated.

Status