Check user input.
|
str
|
checkJobName(self,
job_name,
logger=None)
Check job_name option. |
|
|
|
|
|
|
list of schrodinger.structure.Structure
|
|
|
list of schrodinger.structure.Structure
|
checkStructurePairs(self,
reorder,
logger=None,
*allstructures)
Check reactant and product pairs of structures. |
|
|
|
list of floats
|
checkSample(self,
sample,
logger=None)
Check sample option. |
|
|
|
str
|
checkPresumedTs(self,
presumed_ts,
logger=None)
Check the location of the presumed ts. |
|
|
|
str
|
|
|
float
|
|
|
str
|
checkGuess(self,
guess,
logger=None)
Check guess option. |
|
|
|
str
|
|
|
boolean, float
|
checkNoRxnComplex(self,
norxncomplex,
vdwscale,
logger=None)
Check norxncomplex and vdwscale options. |
|
|
|
boolean
|
checkReorder(self,
reorder,
logger=None)
Check reorder option. |
|
|
|
boolean
|
|
|
|
checkWeights(self,
bondweight,
angleweight,
dihedralweight,
cartesianweight,
penaltyweight,
logger=None)
Check weights, i.e. |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__init__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|