Would it be possible to add ways to tune the internals of addMissingAtoms?
Specifically it would be nice to be able to pass maxIterations to the calls to the LocalEnergyMinimizer minimize calls (https://github.com/openmm/pdbfixer/blob/master/pdbfixer/pdbfixer.py#L1291 and https://github.com/openmm/pdbfixer/blob/master/pdbfixer/pdbfixer.py#L1321) as well as to tune the number of steps here https://github.com/openmm/pdbfixer/blob/master/pdbfixer/pdbfixer.py#L1312.
This would allow us to trade off accuracy and latency for large proteins. Right now some proteins are prohibitively slow to fix given the size of server we're using.
Would it be possible to add ways to tune the internals of addMissingAtoms?
Specifically it would be nice to be able to pass maxIterations to the calls to the LocalEnergyMinimizer minimize calls (https://github.com/openmm/pdbfixer/blob/master/pdbfixer/pdbfixer.py#L1291 and https://github.com/openmm/pdbfixer/blob/master/pdbfixer/pdbfixer.py#L1321) as well as to tune the number of steps here https://github.com/openmm/pdbfixer/blob/master/pdbfixer/pdbfixer.py#L1312.
This would allow us to trade off accuracy and latency for large proteins. Right now some proteins are prohibitively slow to fix given the size of server we're using.