Package schrodinger :: Package application :: Package jaguar :: Module reactiq_input
[hide private]
[frames] | no frames]

Module reactiq_input

Functions and classes for defining the input to a Reactiq workflow.

Classes [hide private]
  ReactiqInput
A class to completely specify a Reactiq calculation.
Functions [hide private]
list of Structures or strings.
_read_mae_files(fhlist, fileonly)
Process a list of mae files and return extant file paths or associated Structure instances if requested.
Variables [hide private]
  __package__ = 'schrodinger.application.jaguar'
Function Details [hide private]

_read_mae_files(fhlist, fileonly)

 

Process a list of mae files and return extant file paths or associated Structure instances if requested.

Parameters:
  • fhlist (list of strings) - list of filehandles
  • fileonly (bool) - if True, return only file paths, else Structures.
Returns: list of Structures or strings.
Structures or file paths.