schrodinger.application.desmond.starter.ui.constant_ph module

Constant pH command line UI

Copyright Schrodinger, LLC. All rights reserved.

class schrodinger.application.desmond.starter.ui.constant_ph.Args(opt: argparse.Namespace)

Bases: schrodinger.application.desmond.starter.ui.cmdline.BaseArgs

property mode: schrodinger.application.desmond.constants.UiMode
validate() List[str]

Validate the parameters for Constant pH command line UI

Returns

a list of error messages for invalid parameters

schrodinger.application.desmond.starter.ui.constant_ph.ui(argv: List[str]) schrodinger.application.desmond.starter.ui.constant_ph.Args

Parse the arguments and return an object containing the values.