Files
Ric 91008ff11d Address compile warnings & trivial improvements (#2097)
* Address compile warnings & trivial improvements

* revert unwanted initializers; use RDUNUSED_PARAM for unused params

* revert fix in testRDFcustom; marked with 'TO DO' comment
2018-10-12 06:39:32 -04:00
..
2016-09-23 04:58:46 +02:00

Contributed by Nicholas Firth.

For more information on the Plane of Best Fit please see
http://pubs.acs.org/doi/abs/10.1021/ci300293f

 If this code has been useful to you, please include the reference
 in any work which has made use of it:
 Plane of Best Fit: A Novel Method to Characterize the
 Three-Dimensionality of Molecules,
 Nicholas C. Firth, Nathan Brown, and Julian Blagg, Journal of
 Chemical Information and Modeling 2012 52 (10), 2516-252

- PBFRDKit.cpp includes an implementation of the PBF method.
- demo.cpp includes an example of using the method and also tests,
  using data from the testData directory, that results are correct.
- testData/egfr.sdf is sample data taken from DUD
- testData/egfr.out is reference output data

Usage requires a local installation of Eigen (http://eigen.tuxfamily.org/),
which is used internally to solve the eigenvalue problem.