Null Optimizer

class NullOptimizer[source]

Bases: Optimizer

Does not perform an optimization.

Methods

optimize(state)

Optimize the structure of a molecule under construction.

optimize(state)[source]

Optimize the structure of a molecule under construction.

Parameters:

state (ConstructionState) – The molecule being constructed.

Returns:

The optimized construction state.

Return type:

ConstructionState