We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb8a66 commit 86d91e8Copy full SHA for 86d91e8
docs/examples/ch03NiModelling/solutions/diffpy-cmi/fitNPPt.py
@@ -87,7 +87,9 @@
87
print("The Ni example refines instrument parameters\n")
88
print("The instrument parameters are necessary to run this fit\n")
89
print("Please run the Ni example first\n")
90
-
+ print("Setting Q_damp and Q_broad to the refined values\n")
91
+ QDAMP_I = 0.045298
92
+ QBROAD_I = 0.016809
93
# If we want to run using multiprocessors, we can switch this to 'True'.
94
# This requires that the 'psutil' python package installed.
95
RUN_PARALLEL = False
0 commit comments