| | |
---|
GeomeTRIC and ANI2x | Trevor | TG: Increasing iterations should solve many (perhaps all) BP: Optimizations are all-or-nothing; if they don’t complete, no trajectory is stored JH: what if I overwrote the spec, say the ANI2x spec, would that cause restarts to use the new geomeTRIC maxiter ? BP: if you deleted the spec, the Optimizations would exist, but would have a pointer to something that doesn’t exist. TG: why don’t we filter out the molecules we know will work for ANI and just do a new submission? JH: Is the memory increase a symptom of geomeTRIC’s or QCEngine handling of e.g. the ANI models? JH: Is the whole Optimization is done in one go on the worker? Has to hold onto a lot of stuff. TG: Geometric just calls QCEngine, doesn’t deal with the harnesses directly, so singleton class instances would need to be handled by QCEngine or made explicit in geomeTRIC DD: paths forward? ANI1, ANI1cxx added to ligand benchmark A maxiter=3000 ANI2xv2 spec added to ligand benchmark JH: WB97 would be of interest, because this is the DFT ANI is trained on; will ask Adrian and others if this is desired in #qcfractal
|
Bugfixes in QCFractal
| Ben
| BP: worked with Trevor to find this bug that shows up in ~600 Optimizations PR for output of TorsionDrive logs Service limit is strange; doesn’t appear to have a strict effect There’s a rare case where the TorsionDrive’s reference to the minimum points to a value that doesn’t exist in its data structure A lot of managers pulling down duplicate tasks; have a solution via semaphoring coming
|
Wavefunctions | Trevor | We do support wavefunctions, no good way to reconstruct them after the fact can specify wavefunctions in protocol, will store in QCArchive need to get back the wavefunction client side, then get back orbitals so we can calculate ESPs
Reconsituting psi4 wavefunction from what is stored is the key barrier right now roundtripping on the wavefunction data that gets shoved into QCSchema we think this should live in the psi4 Python layer we need someone with sufficient expertise to implement this roundtripping in psi4
Trevor will discuss with Mobley the state of the problem, assess options for unblocking (who, when)
|
QCFractal torsiondrive debugging | David+Josh | Spent some time debugging the one-shot torsiondrive issues Intermittent SQL error observed by JH, DD, Xavier Lucas; still trying to assess the root issue; hard to debug due to intermittent appearance
|