__init__(self,
structs,
properties,
copy_models=True,
fp_options_dict=None)
(Constructor)
|
|
Create an instance.
- Parameters:
structs (list of schrodinger.structure.Structure) - contains input structures for Canvas KPLS
properties (dict) - keys are (name, key) tuples with name and key the property name
and structure property key to be created, values are dicts of
kwargs, for example containing self.EXTRA_OPTIONS as keys
copy_models (bool) - specifies that Canvas KPLS model files specified in the
properties argument be copied to the CWD, this will be necessary
if wanting to make calls to .runIt in parallel (in that case it
will also be necessary to call .runIt from within a subdirectory
which contains all input files but this currently is not handled
by this class)
fp_options_dict (dict) - fingerprint options dictionary, keys are (name, key) tuples with
name and key the property name and structure property key to be
created, values are (precision, fptype, atomtypes) tuples to be
used in fingerprint generation
- Overrides:
object.__init__
|