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 89e89bb commit f6ad035Copy full SHA for f6ad035
docs/examples/ch03NiModelling/solutions/diffpy-cmi/fitNPPt.py
@@ -87,6 +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 refined values\n")
91
+ QDAMP_I = 0.045298
92
+ QBROAD_I = 0.016809
93
94
# If we want to run using multiprocessors, we can switch this to 'True'.
95
# This requires that the 'psutil' python package installed.
0 commit comments