Implementation of molecular surface calculation for shape complementarity.
Headers for the Shape Complementarity Calculator.
- Detailed: Lawrence & Coleman shape complementarity calculator (based on CCP4's sc)
- Author
- Luki Goldschmidt luki@.nosp@m.mbi..nosp@m.ucla..nosp@m.edu, refactored by Alex Ford (forda.nosp@m.s@uw.nosp@m..edu)
- Detailed: Lawrence & Coleman shape complementarity calculator (based on CCP4's sc)
- Author
- Luki Goldschmidt luki@.nosp@m.mbi..nosp@m.ucla..nosp@m.edu
| #define INCLUDED_core_scoring_sc_ShapeComplementarityCalculator_cc |
This code was ported from the original Fortran code found in CCP4: Sc (Version 2.0): A program for determining Shape Complementarity Copyright Michael Lawrence, Biomolecular Research Institute 343 Royal Parade Parkville Victoria Australia
This version contains support for GPU-acceleration OpenCL- capable devices, which provides a 10-25x speed up over the CPU-only code using a regular desktop video card with 4 processors (32 cores). Build with scons option extras=opencl to enable GPU support.