schrodinger.application.phase.utils module¶
Utility functions for the phase module
- schrodinger.application.phase.utils.get_denovo_parameters(slider_level)¶
Returns tuple that contains Phase DeNovo distBuff and angleLRC parameters for a given slider level. Both parameters are interpolated between min and max values depending on the slider level.
- Parameters
slider_level (float) – slider value, which can be between 0 and 1.0.
- Returns
tuple that contains DeNovo parameters based on slider level
- Return type
tuple