summaryrefslogtreecommitdiff
path: root/IsingScalingFunction.wl
diff options
context:
space:
mode:
Diffstat (limited to 'IsingScalingFunction.wl')
-rw-r--r--IsingScalingFunction.wl10
1 files changed, 5 insertions, 5 deletions
diff --git a/IsingScalingFunction.wl b/IsingScalingFunction.wl
index 0d5b38c..29370eb 100644
--- a/IsingScalingFunction.wl
+++ b/IsingScalingFunction.wl
@@ -1,4 +1,3 @@
-
BeginPackage["IsingScalingFunction`"]
g::usage = "g[θ0, gs][θ] gives the Schofield coordinate transformation defined in (14)."
@@ -31,13 +30,14 @@ DufDut::usage =
DufDuh::usage =
"DufDuh computes derivatives of the singular free energy u_f with respect to the temperature-like scaling field u_h."
-ruleB::usage = ""
-ruleC0::usage = ""
+ruleB::usage = "Fixes B given other data as in (38)."
+
+ruleC0::usage = "Fixes C0 given other data as in (39)."
-Data::usage = ""
+Data::usage = "Data[n] gives data from the fit to nth order from Table II."
-PrepareArgument::usage = ""
+PrepareArgument::usage = "Converts scaling function data into appropriate argument to function interfaces."
Begin["Private`"]