@@ -12,7 +12,7 @@ Crystallographic Library
12
12
Authors
13
13
================
14
14
15
- pyobjcryst was written as part of the DANSE _ open-source project by
15
+ ` pyobjcryst ` was written as part of the DANSE _ open-source project by
16
16
Christopher Farrow, Pavol Juhás, and Simon J.L. Billinge.
17
17
The sources are now maintained as a part of the DiffPy-CMI complex
18
18
modeling initiative at the Brookhaven National Laboratory.
@@ -23,29 +23,41 @@ global optimisation and least squares algorithms (see the
23
23
:doc: `examples/index `) are provided by Vincent Favre-Nicolin (ESRF).
24
24
25
25
For a complete list of contributors, see
26
- https://github.com/diffpy/pyobjcryst/graphs/contributors.
26
+ https://github.com/diffpy/pyobjcryst/graphs/contributors and
27
+ https://github.com/diffpy/libobjcryst/graphs/contributors.
27
28
28
29
.. _DANSE : http://danse.us/
29
30
30
31
======================================
31
32
Installation
32
33
======================================
33
34
35
+ `pyobjcryst ` and `libobjcryst ` conda packages can be easily installed under
36
+ Linux and macOS using channel `conda-forge ` or `diffpy ` channels,
37
+ e.g.:
38
+
39
+ * `conda install -c diffpy libobjcryst pyobjcryst `
40
+ * `conda install -c conda-forge libobjcryst pyobjcryst `
41
+
34
42
See the `README <https://github.com/diffpy/pyobjcryst#requirements >`_
35
- file included with the distribution.
43
+ file included with the distribution for more details .
36
44
37
45
======================================
38
46
Usage
39
47
======================================
40
48
41
- pyobjcryst can be used in different ways:
49
+ ` pyobjcryst ` can be used in different ways:
42
50
43
- * as a backend library to manage crystal structures description in an application
51
+ * ** as a backend library ** to manage crystal structures description in an application
44
52
like `DiffPy-CMI <https://www.diffpy.org/products/diffpycmi/index.html >`_
45
- * in python scripts or notebooks, allowing to display crystal structures,
46
- index and refine powder diffraction patterns, solve crystal structures
47
- from diffraction data using global optimisation algorithms, etc.. The
48
- functionality is similar to what is available in `Fox <http://fox.vincefn.net >`_.
53
+ * **in python scripts or notebooks **, allowing to:
54
+
55
+ * display crystal structures,
56
+ * index and refine powder diffraction patterns
57
+ * solve crystal structures from diffraction data using global optimisation algorithms
58
+ * etc..
59
+
60
+ The functionality is similar to what is available in `Fox <http://fox.vincefn.net >`_.
49
61
See the :doc: `examples/index `:
50
62
51
63
* :doc: `3D Crystal structure display <examples/crystal_3d_widget >`
0 commit comments