from_smiles_step package
Submodules
from_smiles_step.from_smiles module
a node to create a structure from a SMILES string
- class from_smiles_step.from_smiles.FromSMILES(flowchart=None, extension=None)[source]
Bases:
Node
- description_text(P=None)[source]
Return a short description of this step.
Return a nicely formatted string describing what this step will do.
- Keyword Arguments:
P – a dictionary of parameter values, which may be variables or final values. If None, then the parameters values will be used as is.
- property git_revision
The git version of this module.
- property version
The semantic version of this module.
from_smiles_step.from_smiles_parameters module
Control parameters for generating a structure from SMILES
- class from_smiles_step.from_smiles_parameters.FromSMILESParameters(defaults={}, data=None)[source]
Bases:
Parameters
The control parameters for creating a structure from SMILES
- parameters = {'notation': {'default': 'perceive', 'default_units': '', 'description': 'Input notation:', 'enumeration': ('perceive', 'SMILES', 'InChI', 'InChIKey', 'name'), 'format_string': 's', 'help_text': 'The line notation used.', 'kind': 'enum'}, 'smiles string': {'default': '', 'default_units': '', 'description': 'Input:', 'enumeration': (), 'format_string': 's', 'help_text': 'The input string for the structure.', 'kind': 'string'}}
from_smiles_step.from_smiles_step module
Helper class needed for the stevedore integration. Needs to provide a description() method that returns a dict containing a description of this node, and a factory() method for creating the graphical and non-graphical nodes.
from_smiles_step.tk_from_smiles module
The graphical part of a fromSMILES node
Module contents
from_smiles_step A step for generating a structure from a SMILES string.