You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notes from simplification of metal-ligand binding using XTB built in biased optimization instead of GSM, as well as some other cleanup and refactoring.
go through main.cpp and clean up commented out code
test with phosphine literature ligands
After binding, sort conformers by energy to see the ostensibly most realistic first
Extend workflow from debugging in vscode to running in a slurm job
Try test using full xTB instead of FF for quick debugging
Use IQMol to generate Pd(CH3)2 for testing binding
Test binding to Ph(CH3)2
Debug why first conformer doesn't seem to be performing alignment
may be a conformer getting carried over in main.cpp line 191
Execute on test ancillary ligands
automatically generate xtb.inp file
The text was updated successfully, but these errors were encountered:
added support for using XTB built-in constraining potentials for metal /
ligand binding instead of relying on GSM
refactored a number of functions to consolidate molecule data being
passed around into openbabel molecule objects
added (bool) casts to getline calls for newer compiler compatibility
Notes from simplification of metal-ligand binding using XTB built in biased optimization instead of GSM, as well as some other cleanup and refactoring.
The text was updated successfully, but these errors were encountered: