File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ be done in two modes - either as a real-space summation of peak profiles
21
21
transform of the total scattering structure function (DebyePDFCalculator).
22
22
23
23
The diffpy.srreal package is a Python binding to the C++ library libdiffpy
24
- (https://github.com/diffpy/libdiffpy/ ). Calculators are created as
24
+ (https://github.com/diffpy/libdiffpy). Calculators are created as
25
25
objects of a given calculator type and so multiple instances of the same
26
26
calculator type can exist with different configurations. Calculators are
27
27
composed of other objects that perform lower-level tasks, such as calculating
@@ -34,7 +34,7 @@ can be also defined for any quantity that is obtained by iteration over atom
34
34
pairs, by defining only the function that processes atom-pair contributions.
35
35
36
36
For more information about the diffpy.srreal library, see users manual at
37
- http://www. diffpy.org/doc/ srreal.
37
+ http://diffpy.github.io/diffpy. srreal.
38
38
39
39
40
40
REQUIREMENTS
You can’t perform that action at this time.
0 commit comments