pyobjcryst documentation#
pyobjcryst
- Python bindings to the ObjCryst++ Object-Oriented Crystallographic Library
Installation#
See the README file included with the distribution.
Usage & notebooks#
pyobjcryst can be used
as a backend library to manage crystal structures description in an application like DiffPy-CMI
in python scripts or notebooks, allowing to:
display crystal structures,
index and refine powder diffraction patterns
solve crystal structures from diffraction data using global optimisation algorithms
etc..
The functionality is similar to what is available in Fox. See the Example notebooks:
The API documentation can be found in pyobjcryst package.
You can also read the documentation of the underlying ObjCryst++ library.
Acknowledgements#
pyobjcryst
is built and maintained with scikit-package.