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

Cleanup some ORM stuff - better exclude handling #801

Closed bennybp closed 5 months ago

bennybp commented 5 months ago

Description

Cleans up some ORM code so that fields that are excluded from qcportal models is handled more declaratively. Also cleans up some useless pass statements

Changelog description

Fields that exist in the database but are excluded from QCPortal models is now handled more declaratively

Status