endstate_correction.protocol.perform_endstate_correction
- endstate_correction.protocol.perform_endstate_correction(protocol: BaseProtocol | AllProtocol, workdir: str = '.') AllResults [source]
Perform endstate correction using the provided protocol.
- Args:
- protocol (Union[BaseProtocol, AllProtocol]): defines the endstate correction.
Either a specific protocol or a collection of protocols.
workdir: The working directory to save the output.
- Returns:
BaseResults: results generated using the passed protocol