stk.NullOptimizer

class stk.NullOptimizer[source]

Bases: Optimizer

Does not perform an optimization.

Methods

optimize

Optimize the structure of a molecule under construction.

optimize(state)[source]

Optimize the structure of a molecule under construction.

Parameters:

state – The molecule being constructed.

Returns:

The optimized construction state.