Class LikelihoodCalculator.PotentialOptimizer
java.lang.Object
_global.tri.oxidationstates.calculator.likelihood.LikelihoodCalculator.PotentialOptimizer
- Enclosing class:
- LikelihoodCalculator
This class is used to idnetify the electronic chemical potential that
maximizes the likelihood score
-
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns the likelihood score at the optimal electronic chemical potential (i.e.doubleReturns the electronic chemical potential that maximizes the likelihood score
-
Method Details
-
getOptimalFermiLevel
public double getOptimalFermiLevel()Returns the electronic chemical potential that maximizes the likelihood score- Returns:
- the electronic chemical potential that maximizes the likelihood score
-
getMaxLikelihood
public double getMaxLikelihood()Returns the likelihood score at the optimal electronic chemical potential (i.e. the maximum likelihood score)- Returns:
- the likelihood score at the optimal electronic chemical potential (i.e. the maximum likelihood score)
-