Null Optimizer
- class NullOptimizer[source]
Bases:
stk.molecular.topology_graphs.topology_graph.optimizers.optimizer.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