We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ba9d3 commit 3bb7a1eCopy full SHA for 3bb7a1e
1 file changed
doc/source/examples.rst
@@ -71,7 +71,10 @@ The second example shows how to perform simple refinement of Ni structure to the
71
72
from diffpy.pdffit2 import PdfFit
73
74
-2. Load experimental x-ray PDF data and nickel structure file::
+2. Create a PDF calculator object and assigned to the variable ``pf``. Load experimental x-ray PDF data and nickel structure file::
75
+
76
+ # Create new PDF calculator object.
77
+ pf = PdfFit()
78
79
# Load experimental x-ray PDF data
80
qmax = 30.0 # Q-cutoff used in PDF calculation in 1/A
0 commit comments