schrodinger.application.desmond.rest_inp module

It prepares or runs a REST MD job.

Copyright Schrodinger, LLC. All rights reserved.

schrodinger.application.desmond.rest_inp.get_rest_input(model, jobname, host, **kwargs)[source]

Function to prepare rest input.

Parameters
  • structure (Structure or cms.Cms) – Structure to apply rest hot region.

  • jobname (str) – jobname

  • hostname (str) – hostname

  • kwargs (dict) – dictionary to set options

Return type

tuple

Returns

A tuple composed of (structure, msj, command)

schrodinger.application.desmond.rest_inp.add_rest_region(model, **kwargs)[source]

Function to add rest region.

Parameters
  • structure (Structure or cms.Cms) – Structure to apply rest hot region.

  • kwargs (dict) – dictionary to set options

Return type

tuple

Returns

A tuple composed of (structure, msj) msj only has “replica_exchange” stage

schrodinger.application.desmond.rest_inp.get_rest_region(model)[source]
class schrodinger.application.desmond.rest_inp.RestInput(model, **kwargs)[source]

Bases: object

__init__(model, **kwargs)[source]

Initialize self. See help(type(self)) for accurate signature.

update(**kwargs)[source]

updates states of options

prepare_structure()[source]

Set hot region

prepare_msj()[source]

Prepare multisim file

prepare_command(jobname, host, msj_fname, mae_fname)[source]

Prepare command line

write(jobname, host)[source]

writes msj and mae files

run(jobname, host)[source]

Run MD REST Job