@@ -13,15 +13,24 @@ Example of importing a CIF file from a file or the
1313and displaying it in a widget using
1414`3dmol.js <https://3dmol.csb.pitt.edu/ >`_.
1515
16- :doc: `Solving a crystal structure from its powder pattern <cimetidine- structure-solution-powder >`
17- =================================================================================================
16+ :doc: `Solving the cimetidine structure from its powder pattern <structure-solution-powder-cimetidine >`
17+ ======================================================================================================
1818
1919In this example, a powder pattern is used to solve the crystal
2020structure of Cimetidine. This covers all the steps: loading the
2121data, indexing the pattern (determining the unit cell), finding
2222the spacegroup, profile fitting, and solving the structure
2323using a global optimisation algorithm.
2424
25+ :doc: `Solving the PbSO4 structure from its X and N powder patterns <structure-solution-powder-pbso4 >`
26+ =====================================================================================================
27+
28+ In this example, two powder patterns (X-ray and neutron) are used to solve
29+ the crystal structure of PbSO4. This covers all the steps: loading the
30+ data, indexing the pattern (determining the unit cell), finding
31+ the spacegroup, profile fitting for the two patterns, and solving the
32+ structure using a global optimisation algorithm.
33+
2534:doc: `Meta-structure solution using multi-processing <structure-solution-multiprocessing >`
2635==========================================================================================
2736
0 commit comments