run_system_builder(struct,
output_basename,
forcefield,
custom_dir=None,
rezero_system=True)
|
|
Run the Desmond multisim system builder
- Parameters:
struct (schrodinger.structure.Structure) - The structure to run the system builder on
output_basename (str) - The base name of the output file
forcefield (str) - The name of the force field to use
custom_dir (str) - The path to the custom forcefield directory if one is to be used.
rezero_system (bool) - Whether to move the center of mass to the origin
- Returns: str or None
- The name of the resulting .cms file, or None if the file was not
produced successfully
|