schrodinger.application.glide.glide module¶
This module is deprecated; its contents are now spread over the following modules:
schrodinger.application.glide.constraints
schrodinger.application.glide.grid
schrodinger.application.glide.job
schrodinger.application.glide.specs
schrodinger.application.glide.utils
However, all the public functions, classes, and variables that used to be here are imported below for backward compatibility.
Also note that the most commonly used functions are now available one level up, for example, instead of:
schrodinger.application.glide.glide.get_glide_job()
one can now use:
schrodinger.application.glide.get_glide_job()
See __init__.py
for the full list.