openff.bespokefit.executor.wait_until_complete

openff.bespokefit.executor.wait_until_complete(optimization_id: str, console: Optional[rich.Console] = None, frequency: Union[int, float] = 5) BespokeExecutorOutput[source]

Wait for a specified optimization to complete and return the results.

Parameters
  • optimization_id – The unique id of the optimization to wait for.

  • console – The console to print to.

  • frequency – The frequency (seconds) with which to poll the status of the optimization.

Returns

The output of running the optimization.