This file contains common utility methods and classes used in several 
  FEP scripts.
  Copyright Schrodinger, LLC. All rights reserved.
    |  |  | 
    |  |  | 
    | tuple | 
        
          | get_mutation_atoms_and_bonds(cmol,
        match,
        mut_atoms) This function determines lists of atoms and bonds that should be 
      highlighted to show mutations.
 |  |  | 
    |  | 
        
          | generate_default_pic(ligand1,
        ligand2) Create default picture of two ligands, which only shows ligand 
      structures and no mapping.
 |  |  | 
    |  |  | 
    |  | 
        
          | generate_mapping_pic(mapper,
        ligand1,
        ligand2) Create atom mapping by displaying atom indices on ligand structures.
 |  |  | 
    |  | 
        
          | generate_core_pic(mapper,
        ligand1,
        ligand2) Highlight core atoms and bonds in ligand structures.
 |  |  | 
    |  |  | 
    | list | 
        
          | make_fep_cmd(cd_params,
        jobname,
        struct_fname,
        opt= [])Generates an FEP command list based on the specified parameters.
 |  |  | 
    |  | 
        
          | generate_scripts(cd_params,
        jobname,
        cmd) Write the command line for submitting the job
 |  |  | 
    |  | __doc__ = ... | 
    |  | DISTANCE_CUTOFF = 0.4 | 
    |  | MUTATION_COLOR = QtGui.QColor(255, 0, 0) | 
    |  | MCS_COLOR = QtGui.QColor(0, 255, 0) | 
    |  | CORE_COLOR = QtGui.QColor(0, 255, 0) | 
    |  | HOT_ATOMS_COLOR = QtGui.QColor(255, 140, 0) | 
    |  | IGNORE_HYDROGEN = 0hash(x)
 | 
    |  | RESCALE = 2 | 
    |  | FIXUP = Truehash(x)
 | 
    |  | __package__ = 'schrodinger.application.desmond' |