ForceBalance API  1.3
Automated optimization of force fields and empirical potentials
Classes | Variables
src.objective Namespace Reference

Classes

class  Objective
 Objective function. More...
 
class  Penalty
 Penalty functions for regularizing the force field optimizer. More...
 

Variables

 logger = getLogger(__name__)
 
dictionary Implemented_Targets
 The table of implemented Targets. More...
 
list Letters = ['X','G','H']
 This is the canonical lettering that corresponds to : objective function, gradient, Hessian. More...
 

Variable Documentation

◆ Implemented_Targets

dictionary src.objective.Implemented_Targets

The table of implemented Targets.

Definition at line 83 of file objective.py.

◆ Letters

list src.objective.Letters = ['X','G','H']

This is the canonical lettering that corresponds to : objective function, gradient, Hessian.

Definition at line 128 of file objective.py.

◆ logger

src.objective.logger = getLogger(__name__)

Definition at line 20 of file objective.py.