diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2023-02-06 17:05:25 +0100 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2023-02-06 17:05:25 +0100 |
commit | f544ee4176410f276ef425b60a1670ae4dcfa7b5 (patch) | |
tree | 43e16adf28daaac8da8d96a8a6ac61a8ebe557aa /IsingScalingFunction.wl | |
parent | d89d6e1ac00609fc59be5df89e41e5ac3f004617 (diff) | |
download | paper-f544ee4176410f276ef425b60a1670ae4dcfa7b5.tar.gz paper-f544ee4176410f276ef425b60a1670ae4dcfa7b5.tar.bz2 paper-f544ee4176410f276ef425b60a1670ae4dcfa7b5.zip |
Added some documentation.
Diffstat (limited to 'IsingScalingFunction.wl')
-rw-r--r-- | IsingScalingFunction.wl | 10 |
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`"] |