Wizard
CUR_PATH = os.path.abspath(os.path.dirname(__file__))
module-attribute
¶
PYTHON_EXE = os.path.abspath(sys.executable)
module-attribute
¶
STEP_NUM = 1
module-attribute
¶
TEST_MODE = False
module-attribute
¶
YAML_LOADER = yaml.SafeLoader
module-attribute
¶
check_pocket(westcfg)
¶
define_adaptive_bins(adaptivepy, pcoord)
¶
define_pocket(westcfg)
¶
get_prelim_sim_files(engine)
¶
Asks user for preliminary (equilibrated) simulation files.
PARAMETER | DESCRIPTION |
---|---|
engine |
MD engine to use. "amber" or "namd"
TYPE:
|
get_sim_last_frame()
¶
Asks user for the last frame of the preliminary simulation.
get_step_num()
¶
Returns current step number.
RETURNS | DESCRIPTION |
---|---|
str
|
Current step number.
TYPE:
|
pick_pcoord(westcfg)
¶
run_init()
¶
Runs the init.sh script to initialize the SubPEx run.
RETURNS | DESCRIPTION |
---|---|
str
|
contents of the west.cfg file as a string.
TYPE:
|