@@ -4,17 +4,16 @@ Example notebooks
44
55Several examples available in the pyobjcryst repository:
66
7-
87:doc: `3D Crystal structure display <crystal_3d_widget >`
9- =======================================================
8+ ================================================================
109
1110Example of importing a CIF file from a file or the
1211`Crystallography Open Database <http://crystallography.net/cod/ >`_
1312and displaying it in a widget using
1413`3dmol.js <https://3dmol.csb.pitt.edu/ >`_.
1514
1615:doc: `Solving the cimetidine structure from its powder pattern <structure-solution-powder-cimetidine >`
17- ======================================================================================================
16+ ===============================================================================================================
1817
1918In this example, a powder pattern is used to solve the crystal
2019structure of Cimetidine. This covers all the steps: loading the
@@ -23,7 +22,7 @@ the spacegroup, profile fitting, and solving the structure
2322using a global optimisation algorithm.
2423
2524:doc: `Solving the PbSO4 structure from its X and N powder patterns <structure-solution-powder-pbso4 >`
26- =====================================================================================================
25+ ==============================================================================================================
2726
2827In this example, two powder patterns (X-ray and neutron) are used to solve
2928the crystal structure of PbSO4. This covers all the steps: loading the
@@ -32,14 +31,14 @@ the spacegroup, profile fitting for the two patterns, and solving the
3231structure using a global optimisation algorithm.
3332
3433:doc: `Meta-structure solution using multi-processing <structure-solution-multiprocessing >`
35- ==========================================================================================
34+ ===================================================================================================
3635
3736This is a more advanced example where 8 different spacegroups are
3837tested in parallel to determine which one is correct. The solutions
3938can then be compared and displayed individually.
4039
4140:doc: `Quantitative phase analysis (QPA) <Quantitative-phase-analysis >`
42- ======================================================================
41+ ===============================================================================
4342
4443Example of QPA based on the data available from the `1999 Round Robin
4544<https://www.iucr.org/__data/iucr/powder/QARR/samples.htm> `_,
0 commit comments