@@ -13,15 +13,24 @@ Example of importing a CIF file from a file or the
13
13
and displaying it in a widget using
14
14
`3dmol.js <https://3dmol.csb.pitt.edu/ >`_.
15
15
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
+ ======================================================================================================
18
18
19
19
In this example, a powder pattern is used to solve the crystal
20
20
structure of Cimetidine. This covers all the steps: loading the
21
21
data, indexing the pattern (determining the unit cell), finding
22
22
the spacegroup, profile fitting, and solving the structure
23
23
using a global optimisation algorithm.
24
24
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
+
25
34
:doc: `Meta-structure solution using multi-processing <structure-solution-multiprocessing >`
26
35
==========================================================================================
27
36
0 commit comments