From ed2da9bedb41290f125dd51df6a4f94768f62e2e Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Wed, 20 Nov 2002 18:01:44 +0000 Subject: [PATCH] list cctbx [SVN r16348] --- doc/projects.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/projects.html b/doc/projects.html index 4beee700..fadf59ae 100644 --- a/doc/projects.html +++ b/doc/projects.html @@ -141,6 +141,30 @@ Which was just too cool a piece of trivia to omit. + +
cctbx - Computational Crystallography Toolbox
+
+ Computational Crystallography is concerned with the derivation + of atomic models of crystal structures, given experimental + X-ray diffraction data. The cctbx is an open-source library of + fundamental algorithms for crystallographic computations. The + core algorithms are implemented in C++ and accessed through + higher-level Python interfaces. The cctbx grew together + with Boost.Python and is designed from the ground up as + a hybrid Python/C++ system. With one minor exception, + run-time polymorphism is completely handled by Python. C++ + compile-time polymorphism is used to implement performance + critical algorithms. The Python and C++ layers are seamlessly + integrated using Boost.Python. + + The SourceForge cctbx project is organized in modules to + facilitate use in non-crystallographic applications. + The scitbx module implements a general purpose + array family for scientific applications and pure C++ + ports of FFTPACK and the LBFGS conjugate gradient + minimizer. +