public class Electronegativity extends Object
Constructor and Description |
---|
Electronegativity()
Constructor for the PiElectronegativity object.
|
Electronegativity(int maxIterations,
int maxResonStruc)
Constructor for the Electronegativity object.
|
Modifier and Type | Method and Description |
---|---|
double |
calculateSigmaElectronegativity(IAtomContainer ac,
IAtom atom)
calculate the electronegativity of orbitals sigma.
|
double |
calculateSigmaElectronegativity(IAtomContainer ac,
IAtom atom,
int maxIterations,
int maxResonStruc)
calculate the electronegativity of orbitals sigma.
|
int |
getMaxIterations()
get the maximum number of Iterations.
|
int |
getMaxResonStruc()
get the maximum number of resonance structures.
|
void |
setMaxIterations(int maxIterations)
set the maximum number of Iterations.
|
void |
setMaxResonStruc(int maxResonStruc)
set the maximum number of resonance structures.
|
public Electronegativity()
public Electronegativity(int maxIterations, int maxResonStruc)
maxIterations
- The maximal number of IterationmaxResonStruc
- The maximal number of Resonance Structurespublic double calculateSigmaElectronegativity(IAtomContainer ac, IAtom atom)
ac
- IAtomContaineratom
- atom for which effective atom electronegativity should be calculatedpublic double calculateSigmaElectronegativity(IAtomContainer ac, IAtom atom, int maxIterations, int maxResonStruc)
ac
- IAtomContaineratom
- atom for which effective atom electronegativity should be calculatedmaxIterations
- The maximal number of IterationsmaxResonStruc
- The maximal number of Resonance Structurespublic void setMaxIterations(int maxIterations)
maxIterations
- The maximal number of iterationspublic void setMaxResonStruc(int maxResonStruc)
maxResonStruc
- The maximal number of resonance structurespublic int getMaxIterations()
public int getMaxResonStruc()
Copyright © 2021. All rights reserved.