mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 06:02:14 +00:00
list cctbx
[SVN r16348]
This commit is contained in:
@@ -141,6 +141,30 @@
|
||||
</blockquote>
|
||||
Which was just too cool a piece of trivia to omit.
|
||||
</dd>
|
||||
|
||||
<dt><a href="http://cctbx.sourceforge.net"
|
||||
><b>cctbx - Computational Crystallography Toolbox</b></a></dt>
|
||||
<dd>
|
||||
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.
|
||||
</dd>
|
||||
</dl>
|
||||
<hr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user