schrodinger.application.livedesign.lid module

Create Ligand Interaction Diagrams (LID) for LiveDesign.

Copyright Schrodinger, LLC. All rights reserved.

schrodinger.application.livedesign.lid.generate_lid(lig_st, rec_st)

Generate a Ligand Interaction Diagram and save it to a file

Parameters
  • lig_st ('schrodinger.structure.Structure') – Ligand structure

  • rec_st ('schrodinger.structure.Structure') – Receptor structure

Returns

LID image

Return type

‘PyQt5.QtGui.QImage’